Html Css Color HEX #EA2280 Deep Cerise

📋 copy color: '#EA2280'

red 234 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #EA2280

Tints of Deep Cerise #EA2280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 59.09%
G = 8.59%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA2280 (or 0xEA2280) is known color: Deep Cerise. HEX triplet: EA, 22 and 80. RGB value is (234,34,128). Sum of RGB (Red+Green+Blue) = 234+34+128=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2280 is #15DD7F. Grayscale: #686868. Windows color (decimal): -1432960 or 8397546. OLE color: 8397546.

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

Color convert

RGB 234 34 128 -
CMYK 0 0.85 0.45 0.08
HSL 331.8º 0.83% 0.53% -
HSV(B) 331.8º 0.85% 0.92% -
XYZ 38.4 20.19 22.3 -
YUV 104.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 234 34 128 0 0.85 0.45 0.08 331.8 0.83 0.53
Hex EA 22 80 0 55 2D 8 14C 53 35
Octal 352 42 200 0 125 55 10 514 123 65
Binary 11101010 100010 10000000 0 1010101 101101 1000 101001100 1010011 110101

Color Harmonies of #EA2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2280

Black with #EA2280

Text Example


Text Example

White with #EA2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2280; }

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

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

background-color css

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

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

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

border-color css

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

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

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