Html Css Color HEX #E02182 Deep Cerise

📋 copy color: '#E02182'

red 224 ◦ green 33 ◦ blue 130

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

Shades of Deep Cerise #E02182

Tints of Deep Cerise #E02182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 57.88%
G = 8.53%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E02182 (or 0xE02182) is known color: Deep Cerise. HEX triplet: E0, 21 and 82. RGB value is (224,33,130). Sum of RGB (Red+Green+Blue) = 224+33+130=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E02182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02182 is #1FDE7D. Grayscale: #646464. Windows color (decimal): -2088574 or 8528352. OLE color: 8528352.

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

Color convert

RGB 224 33 130 -
CMYK 0 0.85 0.42 0.12
HSL 329.53º 0.75% 0.5% -
HSV(B) 329.53º 0.85% 0.88% -
XYZ 35.31 18.55 22.84 -
YUV 101.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 224 33 130 0 0.85 0.42 0.12 329.53 0.75 0.5
Hex E0 21 82 0 55 2A C 14A 4B 32
Octal 340 41 202 0 125 52 14 512 113 62
Binary 11100000 100001 10000010 0 1010101 101010 1100 101001010 1001011 110010

Color Harmonies of #E02182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02182

Black with #E02182

Text Example


Text Example

White with #E02182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02182; }

 p { color: rgb(224,33,130); }

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

background-color css

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

 a { background-color: rgb(224,33,130); }

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

border-color css

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

 span { border-color: rgb(224,33,130); }

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