Html Css Color HEX #E02484 Deep Cerise

📋 copy color: '#E02484'

red 224 ◦ green 36 ◦ blue 132

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

Shades of Deep Cerise #E02484

Tints of Deep Cerise #E02484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 57.14%
G = 9.18%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E02484 (or 0xE02484) is known color: Deep Cerise. HEX triplet: E0, 24 and 84. RGB value is (224,36,132). Sum of RGB (Red+Green+Blue) = 224+36+132=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02484 is #1FDB7B. Grayscale: #666666. Windows color (decimal): -2087804 or 8660192. OLE color: 8660192.

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

Color convert

RGB 224 36 132 -
CMYK 0 0.84 0.41 0.12
HSL 329.36º 0.75% 0.51% -
HSV(B) 329.36º 0.84% 0.88% -
XYZ 35.54 18.77 23.58 -
YUV 103.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 224 36 132 0 0.84 0.41 0.12 329.36 0.75 0.51
Hex E0 24 84 0 54 29 C 149 4B 33
Octal 340 44 204 0 124 51 14 511 113 63
Binary 11100000 100100 10000100 0 1010100 101001 1100 101001001 1001011 110011

Color Harmonies of #E02484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02484

Black with #E02484

Text Example


Text Example

White with #E02484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02484; }

 p { color: rgb(224,36,132); }

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

background-color css

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

 a { background-color: rgb(224,36,132); }

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

border-color css

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

 span { border-color: rgb(224,36,132); }

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