#EA5998

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

Shades of Brilliant Rose #EA5998

Tints of Brilliant Rose #EA5998

Color information

#EA5998 (or 0xEA5998) is unknown color: approx Brilliant Rose. HEX triplet: EA, 59 and 98. RGB value is (234,89,152). Sum of RGB (Red+Green+Blue) = 234+89+152=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5998 is #15A667. Grayscale: #8B8B8B. Windows color (decimal): -1418856 or 9984490. OLE color: 9984490.

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

Color convert

RGB23489152-
CMYK00.620.350.08
HSL333.93º77.54%63.33%-
HSV(B)333.93º61.97%91.76%-
XYZ43.1726.932.62-
YUV139.54135.04195.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 89 (35.16% from 255) = 18.74%
BLUE value IS 152 (59.77% from 255) = 32%
R=49.26%
G=18.74%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348915200.620.350.08333.9377.5463.33
HexEA599803E23814e4e3f
Octal352131230076431051611677
Binary11101010101100110011000011111010001110001010011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5998; }

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

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

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

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

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

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

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

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