#EA77C3

Color #EA77C3 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA77C3

Tints of Persian Pink #EA77C3

Color information

#EA77C3 (or 0xEA77C3) is unknown color: approx Persian Pink. HEX triplet: EA, 77 and C3. RGB value is (234,119,195). Sum of RGB (Red+Green+Blue) = 234+119+195=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C3 is #15883C. Grayscale: #A1A1A1. Windows color (decimal): -1411133 or 12810218. OLE color: 12810218.

HSL color Cylindrical-coordinate representation of color #EA77C3: hue angle of 320.35º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77C3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234119195-
CMYK00.490.170.08
HSL320.35º73.25%69.22%-
HSV(B)320.35º49.15%91.76%-
XYZ50.3834.6355.66-
YUV162.05146.6179.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=42.70%
G=21.72%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411919500.490.170.08320.3573.2569.22
HexEA77C30311181404945
Octal3521673030612110500111105
Binary11101010111011111000011011000110001100010100000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77C3; }

 p { color: rgb(234,119,195); }

 H1.HeaderClassName
 {
   color: #EA77C3;
 }
 .AnyTagClassName
 {
   color: #EA77C3;
 }
</style>
background-color css

<style>
 a { background-color: #EA77C3; }

 a { background-color: rgb(234,119,195); }

 div.DivClassName
 {
   background-color: #EA77C3;
 }
 .BgClassName
 {
   background-color: #EA77C3;
 }
</style>
border-color css

<style>
 span { border-color: #EA77C3; }

 span { border-color: rgb(234,119,195); }

 td.TdClassName
 {
   border-color: #EA77C3;
 }
 .TagClassName
 {
   border-color: #EA77C3;
 }
</style>