#EA59AB

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

Shades of Brilliant Rose #EA59AB

Tints of Brilliant Rose #EA59AB

Color information

#EA59AB (or 0xEA59AB) is unknown color: approx Brilliant Rose. HEX triplet: EA, 59 and AB. RGB value is (234,89,171). Sum of RGB (Red+Green+Blue) = 234+89+171=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AB is #15A654. Grayscale: #8D8D8D. Windows color (decimal): -1418837 or 11229674. OLE color: 11229674.

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

Color convert

RGB23489171-
CMYK00.620.270.08
HSL326.07º77.54%63.33%-
HSV(B)326.07º61.97%91.76%-
XYZ44.8527.5841.49-
YUV141.7144.54193.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=47.37%
G=18.02%
B=34.62%

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
Decimal2348917100.620.270.08326.0777.5463.33
HexEA59AB03E1B81464e3f
Octal352131253076331050611677
Binary1110101010110011010101101111101101110001010001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA59AB; }

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

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

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

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

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

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

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

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