Html Css Color HEX #EA2289 Deep Cerise

📋 copy color: '#EA2289'

red 234 ◦ green 34 ◦ blue 137

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

Shades of Deep Cerise #EA2289

Tints of Deep Cerise #EA2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.4%

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

R = 57.78%
G = 8.4%
B = 33.83%

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

#EA2289 (or 0xEA2289) is known color: Deep Cerise. HEX triplet: EA, 22 and 89. RGB value is (234,34,137). Sum of RGB (Red+Green+Blue) = 234+34+137=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2289 is #15DD76. Grayscale: #696969. Windows color (decimal): -1432951 or 8987370. OLE color: 8987370.

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

Color convert

RGB 234 34 137 -
CMYK 0 0.85 0.41 0.08
HSL 329.1º 0.83% 0.53% -
HSV(B) 329.1º 0.85% 0.92% -
XYZ 39.02 20.44 25.56 -
YUV 105.54 145.76 219.62 -
System Red Green Blue C M Y K H S L
Decimal 234 34 137 0 0.85 0.41 0.08 329.1 0.83 0.53
Hex EA 22 89 0 55 29 8 149 53 35
Octal 352 42 211 0 125 51 10 511 123 65
Binary 11101010 100010 10001001 0 1010101 101001 1000 101001001 1010011 110101

Color Harmonies of #EA2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2289

Black with #EA2289

Text Example


Text Example

White with #EA2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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