Html Css Color HEX #EA2391 Deep Cerise

📋 copy color: '#EA2391'

red 234 ◦ green 35 ◦ blue 145

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

Shades of Deep Cerise #EA2391

Tints of Deep Cerise #EA2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.45%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 56.52%
G = 8.45%
B = 35.02%

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

#EA2391 (or 0xEA2391) is known color: Deep Cerise. HEX triplet: EA, 23 and 91. RGB value is (234,35,145). Sum of RGB (Red+Green+Blue) = 234+35+145=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2391 is #15DC6E. Grayscale: #6A6A6A. Windows color (decimal): -1432687 or 9511914. OLE color: 9511914.

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

Color convert

RGB 234 35 145 -
CMYK 0 0.85 0.38 0.08
HSL 326.83º 0.83% 0.53% -
HSV(B) 326.83º 0.85% 0.92% -
XYZ 39.64 20.74 28.7 -
YUV 107.04 149.43 218.56 -
System Red Green Blue C M Y K H S L
Decimal 234 35 145 0 0.85 0.38 0.08 326.83 0.83 0.53
Hex EA 23 91 0 55 26 8 147 53 35
Octal 352 43 221 0 125 46 10 507 123 65
Binary 11101010 100011 10010001 0 1010101 100110 1000 101000111 1010011 110101

Color Harmonies of #EA2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2391

Black with #EA2391

Text Example


Text Example

White with #EA2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2391; }

 p { color: rgb(234,35,145); }

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

background-color css

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

 a { background-color: rgb(234,35,145); }

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

border-color css

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

 span { border-color: rgb(234,35,145); }

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