#E1208F

Color #E1208F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E1208F

Tints of Deep Cerise #E1208F

Color information

#E1208F (or 0xE1208F) is unknown color: approx Deep Cerise. HEX triplet: E1, 20 and 8F. RGB value is (225,32,143). Sum of RGB (Red+Green+Blue) = 225+32+143=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1208F is #1EDF70. Grayscale: #666666. Windows color (decimal): -2023281 or 9380065. OLE color: 9380065.

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

Color convert

RGB22532143-
CMYK00.860.360.12
HSL325.49º76.28%50.39%-
HSV(B)325.49º85.78%88.24%-
XYZ36.5319.0227.73-
YUV102.36150.94215.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 32 (12.89% from 255) = 8%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=56.25%
G=8%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253214300.860.360.12325.4976.2850.39
HexE1208F05624C1454c32
Octal341402170126441450511462
Binary11100001100000100011110101011010010011001010001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1208F; }

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

 H1.HeaderClassName
 {
   color: #E1208F;
 }
 .AnyTagClassName
 {
   color: #E1208F;
 }
</style>
background-color css

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

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

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

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

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

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