Html Css Color HEX #E0207B Deep Cerise

📋 copy color: '#E0207B'

red 224 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #E0207B

Tints of Deep Cerise #E0207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 59.1%
G = 8.44%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0207B (or 0xE0207B) is known color: Deep Cerise. HEX triplet: E0, 20 and 7B. RGB value is (224,32,123). Sum of RGB (Red+Green+Blue) = 224+32+123=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0207B is #1FDF84. Grayscale: #636363. Windows color (decimal): -2088837 or 8069344. OLE color: 8069344.

HSL color Cylindrical-coordinate representation of color #E0207B: hue angle of 331.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0207B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 123 -
CMYK 0 0.86 0.45 0.12
HSL 331.56º 0.76% 0.5% -
HSV(B) 331.56º 0.86% 0.88% -
XYZ 34.83 18.31 20.44 -
YUV 99.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 224 32 123 0 0.86 0.45 0.12 331.56 0.76 0.5
Hex E0 20 7B 0 56 2D C 14C 4C 32
Octal 340 40 173 0 126 55 14 514 114 62
Binary 11100000 100000 1111011 0 1010110 101101 1100 101001100 1001100 110010

Color Harmonies of #E0207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0207B

Black with #E0207B

Text Example


Text Example

White with #E0207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0207B; }

 p { color: rgb(224,32,123); }

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

background-color css

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

 a { background-color: rgb(224,32,123); }

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

border-color css

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

 span { border-color: rgb(224,32,123); }

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