#EA589F

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

Shades of Brilliant Rose #EA589F

Tints of Brilliant Rose #EA589F

Color information

#EA589F (or 0xEA589F) is unknown color: approx Brilliant Rose. HEX triplet: EA, 58 and 9F. RGB value is (234,88,159). Sum of RGB (Red+Green+Blue) = 234+88+159=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589F is #15A760. Grayscale: #8B8B8B. Windows color (decimal): -1419105 or 10442986. OLE color: 10442986.

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

Color convert

RGB23488159-
CMYK00.620.320.08
HSL330.82º77.66%63.14%-
HSV(B)330.82º62.39%91.76%-
XYZ43.6826.9835.71-
YUV139.75138.87195.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=48.65%
G=18.30%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348815900.620.320.08330.8277.6663.14
HexEA589F03E20814b4e3f
Octal352130237076401051311677
Binary11101010101100010011111011111010000010001010010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA589F; }

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

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

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

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

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

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

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

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