Html Css Color HEX #E02B96 Deep Cerise

📋 copy color: '#E02B96'

red 224 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #E02B96

Tints of Deep Cerise #E02B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 53.72%
G = 10.31%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E02B96 (or 0xE02B96) is known color: Deep Cerise. HEX triplet: E0, 2B and 96. RGB value is (224,43,150). Sum of RGB (Red+Green+Blue) = 224+43+150=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B96 is #1FD469. Grayscale: #6D6D6D. Windows color (decimal): -2085994 or 9841632. OLE color: 9841632.

HSL color Cylindrical-coordinate representation of color #E02B96: hue angle of 324.53º 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 #E02B96 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 43 150 -
CMYK 0 0.81 0.33 0.12
HSL 324.53º 0.74% 0.52% -
HSV(B) 324.53º 0.81% 0.88% -
XYZ 37.11 19.78 30.72 -
YUV 109.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 224 43 150 0 0.81 0.33 0.12 324.53 0.74 0.52
Hex E0 2B 96 0 51 21 C 145 4A 34
Octal 340 53 226 0 121 41 14 505 112 64
Binary 11100000 101011 10010110 0 1010001 100001 1100 101000101 1001010 110100

Color Harmonies of #E02B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B96

Black with #E02B96

Text Example


Text Example

White with #E02B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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