Html Css Color HEX #E1207F Deep Cerise

📋 copy color: '#E1207F'

red 225 ◦ green 32 ◦ blue 127

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

Shades of Deep Cerise #E1207F

Tints of Deep Cerise #E1207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 58.59%
G = 8.33%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1207F (or 0xE1207F) is known color: Deep Cerise. HEX triplet: E1, 20 and 7F. RGB value is (225,32,127). Sum of RGB (Red+Green+Blue) = 225+32+127=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1207F is #1EDF80. Grayscale: #646464. Windows color (decimal): -2023297 or 8331489. OLE color: 8331489.

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

Color convert

RGB 225 32 127 -
CMYK 0 0.86 0.44 0.12
HSL 330.47º 0.76% 0.5% -
HSV(B) 330.47º 0.86% 0.88% -
XYZ 35.4 18.57 21.8 -
YUV 100.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 225 32 127 0 0.86 0.44 0.12 330.47 0.76 0.5
Hex E1 20 7F 0 56 2C C 14A 4C 32
Octal 341 40 177 0 126 54 14 512 114 62
Binary 11100001 100000 1111111 0 1010110 101100 1100 101001010 1001100 110010

Color Harmonies of #E1207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1207F

Black with #E1207F

Text Example


Text Example

White with #E1207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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