#e1237d

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

Shades of Deep Cerise #E1237D

Tints of Deep Cerise #E1237D

Color information

#E1237D (or 0xE1237D) is unknown color: approx Deep Cerise. HEX triplet: E1, 23 and 7D. RGB value is (225,35,125). Sum of RGB (Red+Green+Blue) = 225+35+125=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1237D is #1EDC82. Grayscale: #656565. Windows color (decimal): -2022531 or 8201185. OLE color: 8201185.

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

Color convert

RGB22535125-
CMYK00.840.440.12
HSL331.58º76%50.98%-
HSV(B)331.58º84.44%88.24%-
XYZ35.3518.6921.15-
YUV102.07140.95215.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 35 (14.06% from 255) = 9.09%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=58.44%
G=9.09%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253512500.840.440.12331.587650.98
HexE1237D0542CC14c4c33
Octal341431750124541451411463
Binary1110000110001111111010101010010110011001010011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1237d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1237d; }

 p { color: rgb(225,35,125); }

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

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

 a { background-color: rgb(225,35,125); }

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

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

 span { border-color: rgb(225,35,125); }

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