Html Css Color HEX #E02280 Deep Cerise

📋 copy color: '#E02280'

red 224 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #E02280

Tints of Deep Cerise #E02280

RGB

 RED value IS 224 (87.89% from 255) = 58.03%

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

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

R = 58.03%
G = 8.81%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E02280 (or 0xE02280) is known color: Deep Cerise. HEX triplet: E0, 22 and 80. RGB value is (224,34,128). Sum of RGB (Red+Green+Blue) = 224+34+128=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02280 is #1FDD7F. Grayscale: #656565. Windows color (decimal): -2088320 or 8397536. OLE color: 8397536.

HSL color Cylindrical-coordinate representation of color #E02280: hue angle of 330.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02280 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 34 128 -
CMYK 0 0.85 0.43 0.12
HSL 330.32º 0.75% 0.51% -
HSV(B) 330.32º 0.85% 0.88% -
XYZ 35.21 18.55 22.15 -
YUV 101.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 224 34 128 0 0.85 0.43 0.12 330.32 0.75 0.51
Hex E0 22 80 0 55 2B C 14A 4B 33
Octal 340 42 200 0 125 53 14 512 113 63
Binary 11100000 100010 10000000 0 1010101 101011 1100 101001010 1001011 110011

Color Harmonies of #E02280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02280

Black with #E02280

Text Example


Text Example

White with #E02280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02280; }

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

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

background-color css

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

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

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

border-color css

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

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

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