Html Css Color HEX #E02977 Deep Cerise

📋 copy color: '#E02977'

red 224 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #E02977

Tints of Deep Cerise #E02977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 58.33%
G = 10.68%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E02977 (or 0xE02977) is known color: Deep Cerise. HEX triplet: E0, 29 and 77. RGB value is (224,41,119). Sum of RGB (Red+Green+Blue) = 224+41+119=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E02977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02977 is #1FD688. Grayscale: #686868. Windows color (decimal): -2086537 or 7809504. OLE color: 7809504.

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

Color convert

RGB 224 41 119 -
CMYK 0 0.82 0.47 0.12
HSL 334.43º 0.75% 0.52% -
HSV(B) 334.43º 0.82% 0.88% -
XYZ 34.86 18.77 19.24 -
YUV 104.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 224 41 119 0 0.82 0.47 0.12 334.43 0.75 0.52
Hex E0 29 77 0 52 2F C 14E 4B 34
Octal 340 51 167 0 122 57 14 516 113 64
Binary 11100000 101001 1110111 0 1010010 101111 1100 101001110 1001011 110100

Color Harmonies of #E02977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02977

Black with #E02977

Text Example


Text Example

White with #E02977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02977; }

 p { color: rgb(224,41,119); }

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

background-color css

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

 a { background-color: rgb(224,41,119); }

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

border-color css

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

 span { border-color: rgb(224,41,119); }

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