#EA58A6

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

Shades of Brilliant Rose #EA58A6

Tints of Brilliant Rose #EA58A6

Color information

#EA58A6 (or 0xEA58A6) is unknown color: approx Brilliant Rose. HEX triplet: EA, 58 and A6. RGB value is (234,88,166). Sum of RGB (Red+Green+Blue) = 234+88+166=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58A6 is #15A759. Grayscale: #8C8C8C. Windows color (decimal): -1419098 or 10901738. OLE color: 10901738.

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

Color convert

RGB23488166-
CMYK00.620.290.08
HSL327.95º77.66%63.14%-
HSV(B)327.95º62.39%91.76%-
XYZ44.327.2339-
YUV140.55142.37194.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=47.95%
G=18.03%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348816600.620.290.08327.9577.6663.14
HexEA58A603E1D81484e3f
Octal352130246076351051011677
Binary1110101010110001010011001111101110110001010010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58A6; }

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

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

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

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

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

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

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

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