Html Css Color HEX #E1207B Deep Cerise

📋 copy color: '#E1207B'

red 225 ◦ green 32 ◦ blue 123

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

Shades of Deep Cerise #E1207B

Tints of Deep Cerise #E1207B

RGB

 RED value IS 225 (88.28% from 255) = 59.21%

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

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

R = 59.21%
G = 8.42%
B = 32.37%

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

#E1207B (or 0xE1207B) is known color: Deep Cerise. HEX triplet: E1, 20 and 7B. RGB value is (225,32,123). Sum of RGB (Red+Green+Blue) = 225+32+123=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1207B is #1EDF84. Grayscale: #636363. Windows color (decimal): -2023301 or 8069345. OLE color: 8069345.

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

Color convert

RGB 225 32 123 -
CMYK 0 0.86 0.45 0.12
HSL 331.71º 0.76% 0.5% -
HSV(B) 331.71º 0.86% 0.88% -
XYZ 35.14 18.47 20.45 -
YUV 100.08 140.94 217.1 -
System Red Green Blue C M Y K H S L
Decimal 225 32 123 0 0.86 0.45 0.12 331.71 0.76 0.5
Hex E1 20 7B 0 56 2D C 14C 4C 32
Octal 341 40 173 0 126 55 14 514 114 62
Binary 11100001 100000 1111011 0 1010110 101101 1100 101001100 1001100 110010

Color Harmonies of #E1207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1207B

Black with #E1207B

Text Example


Text Example

White with #E1207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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