#EA589C

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

Shades of Brilliant Rose #EA589C

Tints of Brilliant Rose #EA589C

Color information

#EA589C (or 0xEA589C) is unknown color: approx Brilliant Rose. HEX triplet: EA, 58 and 9C. RGB value is (234,88,156). Sum of RGB (Red+Green+Blue) = 234+88+156=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589C is #15A763. Grayscale: #8B8B8B. Windows color (decimal): -1419108 or 10246378. OLE color: 10246378.

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

Color convert

RGB23488156-
CMYK00.620.330.08
HSL332.05º77.66%63.14%-
HSV(B)332.05º62.39%91.76%-
XYZ43.4226.8734.35-
YUV139.41137.37195.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=48.95%
G=18.41%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348815600.620.330.08332.0577.6663.14
HexEA589C03E21814c4e3f
Octal352130234076411051411677
Binary11101010101100010011100011111010000110001010011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA589C; }

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

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

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

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

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

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

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

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