Html Css Color HEX #E02B76 Deep Cerise

📋 copy color: '#E02B76'

red 224 ◦ green 43 ◦ blue 118

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

Shades of Deep Cerise #E02B76

Tints of Deep Cerise #E02B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 58.18%
G = 11.17%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E02B76 (or 0xE02B76) is known color: Deep Cerise. HEX triplet: E0, 2B and 76. RGB value is (224,43,118). Sum of RGB (Red+Green+Blue) = 224+43+118=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B76 is #1FD489. Grayscale: #696969. Windows color (decimal): -2086026 or 7744480. OLE color: 7744480.

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

Color convert

RGB 224 43 118 -
CMYK 0 0.81 0.47 0.12
HSL 335.14º 0.74% 0.52% -
HSV(B) 335.14º 0.81% 0.88% -
XYZ 34.87 18.88 18.95 -
YUV 105.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 224 43 118 0 0.81 0.47 0.12 335.14 0.74 0.52
Hex E0 2B 76 0 51 2F C 14F 4A 34
Octal 340 53 166 0 121 57 14 517 112 64
Binary 11100000 101011 1110110 0 1010001 101111 1100 101001111 1001010 110100

Color Harmonies of #E02B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B76

Black with #E02B76

Text Example


Text Example

White with #E02B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B76; }

 p { color: rgb(224,43,118); }

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

background-color css

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

 a { background-color: rgb(224,43,118); }

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

border-color css

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

 span { border-color: rgb(224,43,118); }

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