#EA59AD

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

Shades of Brilliant Rose #EA59AD

Tints of Brilliant Rose #EA59AD

Color information

#EA59AD (or 0xEA59AD) is unknown color: approx Brilliant Rose. HEX triplet: EA, 59 and AD. RGB value is (234,89,173). Sum of RGB (Red+Green+Blue) = 234+89+173=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AD is #15A652. Grayscale: #8D8D8D. Windows color (decimal): -1418835 or 11360746. OLE color: 11360746.

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

Color convert

RGB23489173-
CMYK00.620.260.08
HSL325.24º77.54%63.33%-
HSV(B)325.24º61.97%91.76%-
XYZ45.0527.6542.5-
YUV141.93145.54193.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=47.18%
G=17.94%
B=34.88%

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
Decimal2348917300.620.260.08325.2477.5463.33
HexEA59AD03E1A81454e3f
Octal352131255076321050511677
Binary1110101010110011010110101111101101010001010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59AD; }

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

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

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

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

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

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

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

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