#EA39A6

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

Shades of Persian Rose #EA39A6

Tints of Persian Rose #EA39A6

Color information

#EA39A6 (or 0xEA39A6) is unknown color: approx Persian Rose. HEX triplet: EA, 39 and A6. RGB value is (234,57,166). Sum of RGB (Red+Green+Blue) = 234+57+166=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA39A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA39A6 is #15C659. Grayscale: #7A7A7A. Windows color (decimal): -1427034 or 10893802. OLE color: 10893802.

HSL color Cylindrical-coordinate representation of color #EA39A6: hue angle of 323.05º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA39A6 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23457166-
CMYK00.760.290.08
HSL323.05º80.82%57.06%-
HSV(B)323.05º75.64%91.76%-
XYZ42.2823.1738.32-
YUV122.35152.64207.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=51.20%
G=12.47%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345716600.760.290.08323.0580.8257.06
HexEA39A604C1D81435139
Octal352712460114351050312171
Binary1110101011100110100110010011001110110001010000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA39A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA39A6; }

 p { color: rgb(234,57,166); }

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

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

 a { background-color: rgb(234,57,166); }

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

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

 span { border-color: rgb(234,57,166); }

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