Html Css Color HEX #EA5E99 Brilliant Rose

📋 copy color: '#EA5E99'

red 234 ◦ green 94 ◦ blue 153

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

Shades of Brilliant Rose #EA5E99

Tints of Brilliant Rose #EA5E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

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

R = 48.65%
G = 19.54%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5E99 (or 0xEA5E99) is known color: Brilliant Rose. HEX triplet: EA, 5E and 99. RGB value is (234,94,153). Sum of RGB (Red+Green+Blue) = 234+94+153=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E99 is #15A166. Grayscale: #8E8E8E. Windows color (decimal): -1417575 or 10051306. OLE color: 10051306.

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

Color convert

RGB 234 94 153 -
CMYK 0 0.60 0.35 0.08
HSL 334.71º 0.77% 0.64% -
HSV(B) 334.71º 0.6% 0.92% -
XYZ 43.68 27.8 33.2 -
YUV 142.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 234 94 153 0 0.60 0.35 0.08 334.71 0.77 0.64
Hex EA 5E 99 0 3C 23 8 14F 4D 40
Octal 352 136 231 0 74 43 10 517 115 100
Binary 11101010 1011110 10011001 0 111100 100011 1000 101001111 1001101 1000000

Color Harmonies of #EA5E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E99

Black with #EA5E99

Text Example


Text Example

White with #EA5E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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