Html Css Color HEX #EA5799 Brilliant Rose

📋 copy color: '#EA5799'

red 234 ◦ green 87 ◦ blue 153

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

Shades of Brilliant Rose #EA5799

Tints of Brilliant Rose #EA5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

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

R = 49.37%
G = 18.35%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5799 (or 0xEA5799) is known color: Brilliant Rose. HEX triplet: EA, 57 and 99. RGB value is (234,87,153). Sum of RGB (Red+Green+Blue) = 234+87+153=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5799 is #15A866. Grayscale: #8A8A8A. Windows color (decimal): -1419367 or 10049514. OLE color: 10049514.

HSL color Cylindrical-coordinate representation of color #EA5799: hue angle of 333.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5799 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 87 153 -
CMYK 0 0.63 0.35 0.08
HSL 333.06º 0.78% 0.63% -
HSV(B) 333.06º 0.63% 0.92% -
XYZ 43.09 26.61 33 -
YUV 138.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 234 87 153 0 0.63 0.35 0.08 333.06 0.78 0.63
Hex EA 57 99 0 3F 23 8 14D 4E 3F
Octal 352 127 231 0 77 43 10 515 116 77
Binary 11101010 1010111 10011001 0 111111 100011 1000 101001101 1001110 111111

Color Harmonies of #EA5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5799

Black with #EA5799

Text Example


Text Example

White with #EA5799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5799; }

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

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

background-color css

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

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

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

border-color css

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

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

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