#EA7EC0

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

Shades of Persian Pink #EA7EC0

Tints of Persian Pink #EA7EC0

Color information

#EA7EC0 (or 0xEA7EC0) is unknown color: approx Persian Pink. HEX triplet: EA, 7E and C0. RGB value is (234,126,192). Sum of RGB (Red+Green+Blue) = 234+126+192=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC0 is #15813F. Grayscale: #A5A5A5. Windows color (decimal): -1409344 or 12615402. OLE color: 12615402.

HSL color Cylindrical-coordinate representation of color #EA7EC0: hue angle of 323.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7EC0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234126192-
CMYK00.460.180.08
HSL323.33º72%70.59%-
HSV(B)323.33º46.15%91.76%-
XYZ50.9136.2254.18-
YUV165.82142.78176.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=42.39%
G=22.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412619200.460.180.08323.337270.59
HexEA7EC002E1281434847
Octal3521763000562210503110107
Binary11101010111111011000000010111010010100010100001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EC0; }

 p { color: rgb(234,126,192); }

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

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

 a { background-color: rgb(234,126,192); }

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

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

 span { border-color: rgb(234,126,192); }

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