Html Css Color HEX #E02C8A Deep Cerise

📋 copy color: '#E02C8A'

red 224 ◦ green 44 ◦ blue 138

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

Shades of Deep Cerise #E02C8A

Tints of Deep Cerise #E02C8A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 55.17%
G = 10.84%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E02C8A (or 0xE02C8A) is known color: Deep Cerise. HEX triplet: E0, 2C and 8A. RGB value is (224,44,138). Sum of RGB (Red+Green+Blue) = 224+44+138=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02C8A is #1FD375. Grayscale: #6C6C6C. Windows color (decimal): -2085750 or 9055456. OLE color: 9055456.

HSL color Cylindrical-coordinate representation of color #E02C8A: hue angle of 328.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C8A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 138 -
CMYK 0 0.80 0.38 0.12
HSL 328.67º 0.74% 0.53% -
HSV(B) 328.67º 0.8% 0.88% -
XYZ 36.23 19.48 25.9 -
YUV 108.54 144.63 210.36 -
System Red Green Blue C M Y K H S L
Decimal 224 44 138 0 0.80 0.38 0.12 328.67 0.74 0.53
Hex E0 2C 8A 0 50 26 C 149 4A 35
Octal 340 54 212 0 120 46 14 511 112 65
Binary 11100000 101100 10001010 0 1010000 100110 1100 101001001 1001010 110101

Color Harmonies of #E02C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C8A

Black with #E02C8A

Text Example


Text Example

White with #E02C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C8A; }

 p { color: rgb(224,44,138); }

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

background-color css

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

 a { background-color: rgb(224,44,138); }

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

border-color css

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

 span { border-color: rgb(224,44,138); }

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