#EA59AC

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

Shades of Brilliant Rose #EA59AC

Tints of Brilliant Rose #EA59AC

Color information

#EA59AC (or 0xEA59AC) is unknown color: approx Brilliant Rose. HEX triplet: EA, 59 and AC. RGB value is (234,89,172). Sum of RGB (Red+Green+Blue) = 234+89+172=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AC is #15A653. Grayscale: #8D8D8D. Windows color (decimal): -1418836 or 11295210. OLE color: 11295210.

HSL color Cylindrical-coordinate representation of color #EA59AC: hue angle of 325.66º 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 #EA59AC is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23489172-
CMYK00.620.260.08
HSL325.66º77.54%63.33%-
HSV(B)325.66º61.97%91.76%-
XYZ44.9527.6241.99-
YUV141.82145.04193.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=47.27%
G=17.98%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348917200.620.260.08325.6677.5463.33
HexEA59AC03E1A81464e3f
Octal352131254076321050611677
Binary1110101010110011010110001111101101010001010001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59AC; }

 p { color: rgb(234,89,172); }

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

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

 a { background-color: rgb(234,89,172); }

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

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

 span { border-color: rgb(234,89,172); }

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