Html Css Color HEX #EA5A99 Brilliant Rose

📋 copy color: '#EA5A99'

red 234 ◦ green 90 ◦ blue 153

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

Shades of Brilliant Rose #EA5A99

Tints of Brilliant Rose #EA5A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

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

R = 49.06%
G = 18.87%
B = 32.08%

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

#EA5A99 (or 0xEA5A99) is known color: Brilliant Rose. HEX triplet: EA, 5A and 99. RGB value is (234,90,153). Sum of RGB (Red+Green+Blue) = 234+90+153=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5A99 is #15A566. Grayscale: #8C8C8C. Windows color (decimal): -1418599 or 10050282. OLE color: 10050282.

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

Color convert

RGB 234 90 153 -
CMYK 0 0.62 0.35 0.08
HSL 333.75º 0.77% 0.64% -
HSV(B) 333.75º 0.62% 0.92% -
XYZ 43.34 27.1 33.08 -
YUV 140.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 234 90 153 0 0.62 0.35 0.08 333.75 0.77 0.64
Hex EA 5A 99 0 3E 23 8 14E 4D 40
Octal 352 132 231 0 76 43 10 516 115 100
Binary 11101010 1011010 10011001 0 111110 100011 1000 101001110 1001101 1000000

Color Harmonies of #EA5A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A99

Black with #EA5A99

Text Example


Text Example

White with #EA5A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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