Html Css Color HEX #EA2490 Deep Cerise

📋 copy color: '#EA2490'

red 234 ◦ green 36 ◦ blue 144

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

Shades of Deep Cerise #EA2490

Tints of Deep Cerise #EA2490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 56.52%
G = 8.7%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2490 (or 0xEA2490) is known color: Deep Cerise. HEX triplet: EA, 24 and 90. RGB value is (234,36,144). Sum of RGB (Red+Green+Blue) = 234+36+144=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2490 is #15DB6F. Grayscale: #6B6B6B. Windows color (decimal): -1432432 or 9446634. OLE color: 9446634.

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

Color convert

RGB 234 36 144 -
CMYK 0 0.85 0.38 0.08
HSL 327.27º 0.83% 0.53% -
HSV(B) 327.27º 0.85% 0.92% -
XYZ 39.6 20.77 28.31 -
YUV 107.51 148.6 218.22 -
System Red Green Blue C M Y K H S L
Decimal 234 36 144 0 0.85 0.38 0.08 327.27 0.83 0.53
Hex EA 24 90 0 55 26 8 147 52 35
Octal 352 44 220 0 125 46 10 507 122 65
Binary 11101010 100100 10010000 0 1010101 100110 1000 101000111 1010010 110101

Color Harmonies of #EA2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2490

Black with #EA2490

Text Example


Text Example

White with #EA2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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