Html Css Color HEX #EA2891 Deep Cerise

📋 copy color: '#EA2891'

red 234 ◦ green 40 ◦ blue 145

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

Shades of Deep Cerise #EA2891

Tints of Deep Cerise #EA2891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

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

R = 55.85%
G = 9.55%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2891 (or 0xEA2891) is known color: Deep Cerise. HEX triplet: EA, 28 and 91. RGB value is (234,40,145). Sum of RGB (Red+Green+Blue) = 234+40+145=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2891 is #15D76E. Grayscale: #6D6D6D. Windows color (decimal): -1431407 or 9513194. OLE color: 9513194.

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

Color convert

RGB 234 40 145 -
CMYK 0 0.83 0.38 0.08
HSL 327.53º 0.82% 0.54% -
HSV(B) 327.53º 0.83% 0.92% -
XYZ 39.8 21.05 28.75 -
YUV 109.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 234 40 145 0 0.83 0.38 0.08 327.53 0.82 0.54
Hex EA 28 91 0 53 26 8 148 52 36
Octal 352 50 221 0 123 46 10 510 122 66
Binary 11101010 101000 10010001 0 1010011 100110 1000 101001000 1010010 110110

Color Harmonies of #EA2891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2891

Black with #EA2891

Text Example


Text Example

White with #EA2891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2891; }

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

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

background-color css

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

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

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

border-color css

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

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

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