Html Css Color HEX #EA2489 Deep Cerise

📋 copy color: '#EA2489'

red 234 ◦ green 36 ◦ blue 137

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

Shades of Deep Cerise #EA2489

Tints of Deep Cerise #EA2489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 57.49%
G = 8.85%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA2489 (or 0xEA2489) is known color: Deep Cerise. HEX triplet: EA, 24 and 89. RGB value is (234,36,137). Sum of RGB (Red+Green+Blue) = 234+36+137=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2489 is #15DB76. Grayscale: #6A6A6A. Windows color (decimal): -1432439 or 8987882. OLE color: 8987882.

HSL color Cylindrical-coordinate representation of color #EA2489: hue angle of 329.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2489 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 137 -
CMYK 0 0.85 0.41 0.08
HSL 329.39º 0.83% 0.53% -
HSV(B) 329.39º 0.85% 0.92% -
XYZ 39.08 20.56 25.58 -
YUV 106.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 234 36 137 0 0.85 0.41 0.08 329.39 0.83 0.53
Hex EA 24 89 0 55 29 8 149 52 35
Octal 352 44 211 0 125 51 10 511 122 65
Binary 11101010 100100 10001001 0 1010101 101001 1000 101001001 1010010 110101

Color Harmonies of #EA2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2489

Black with #EA2489

Text Example


Text Example

White with #EA2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2489; }

 p { color: rgb(234,36,137); }

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

background-color css

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

 a { background-color: rgb(234,36,137); }

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

border-color css

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

 span { border-color: rgb(234,36,137); }

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