Html Css Color HEX #EA5999 Brilliant Rose

📋 copy color: '#EA5999'

red 234 ◦ green 89 ◦ blue 153

#EA5999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EA5999

Tints of Brilliant Rose #EA5999

RGB

 RED value IS 234 (91.8% from 255) = 49.16%

 GREEN value IS 89 (35.16% from 255) = 18.7%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 49.16%
G = 18.7%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5999 (or 0xEA5999) is known color: Brilliant Rose. HEX triplet: EA, 59 and 99. RGB value is (234,89,153). Sum of RGB (Red+Green+Blue) = 234+89+153=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5999 is #15A666. Grayscale: #8B8B8B. Windows color (decimal): -1418855 or 10050026. OLE color: 10050026.

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

Color convert

RGB 234 89 153 -
CMYK 0 0.62 0.35 0.08
HSL 333.52º 0.78% 0.63% -
HSV(B) 333.52º 0.62% 0.92% -
XYZ 43.25 26.94 33.06 -
YUV 139.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 234 89 153 0 0.62 0.35 0.08 333.52 0.78 0.63
Hex EA 59 99 0 3E 23 8 14E 4E 3F
Octal 352 131 231 0 76 43 10 516 116 77
Binary 11101010 1011001 10011001 0 111110 100011 1000 101001110 1001110 111111

Color Harmonies of #EA5999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5999

Black with #EA5999

Text Example


Text Example

White with #EA5999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5999; }

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

 H1.HeaderClassName
 {
   color: #EA5999;
 }
 .AnyTagClassName
 {
   color: #EA5999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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