#EA59AA

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

Shades of Brilliant Rose #EA59AA

Tints of Brilliant Rose #EA59AA

Color information

#EA59AA (or 0xEA59AA) is unknown color: approx Brilliant Rose. HEX triplet: EA, 59 and AA. RGB value is (234,89,170). Sum of RGB (Red+Green+Blue) = 234+89+170=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AA is #15A655. Grayscale: #8D8D8D. Windows color (decimal): -1418838 or 11164138. OLE color: 11164138.

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

Color convert

RGB23489170-
CMYK00.620.270.08
HSL326.48º77.54%63.33%-
HSV(B)326.48º61.97%91.76%-
XYZ44.7627.5440.99-
YUV141.59144.04193.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=47.46%
G=18.05%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348917000.620.270.08326.4877.5463.33
HexEA59AA03E1B81464e3f
Octal352131252076331050611677
Binary1110101010110011010101001111101101110001010001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59AA; }

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

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

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

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

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

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

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

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