Html Css Color HEX #E2207B Deep Cerise

📋 copy color: '#E2207B'

red 226 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #E2207B

Tints of Deep Cerise #E2207B

RGB

 RED value IS 226 (88.67% from 255) = 59.32%

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

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

R = 59.32%
G = 8.4%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2207B (or 0xE2207B) is known color: Deep Cerise. HEX triplet: E2, 20 and 7B. RGB value is (226,32,123). Sum of RGB (Red+Green+Blue) = 226+32+123=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2207B is #1DDF84. Grayscale: #646464. Windows color (decimal): -1957765 or 8069346. OLE color: 8069346.

HSL color Cylindrical-coordinate representation of color #E2207B: hue angle of 331.86º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2207B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 123 -
CMYK 0 0.86 0.46 0.11
HSL 331.86º 0.77% 0.51% -
HSV(B) 331.86º 0.86% 0.89% -
XYZ 35.46 18.63 20.47 -
YUV 100.38 140.77 217.6 -
System Red Green Blue C M Y K H S L
Decimal 226 32 123 0 0.86 0.46 0.11 331.86 0.77 0.51
Hex E2 20 7B 0 56 2E B 14C 4D 33
Octal 342 40 173 0 126 56 13 514 115 63
Binary 11100010 100000 1111011 0 1010110 101110 1011 101001100 1001101 110011

Color Harmonies of #E2207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2207B

Black with #E2207B

Text Example


Text Example

White with #E2207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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