#E1337F

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

Shades of Deep Cerise #E1337F

Tints of Deep Cerise #E1337F

Color information

#E1337F (or 0xE1337F) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 7F. RGB value is (225,51,127). Sum of RGB (Red+Green+Blue) = 225+51+127=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337F is #1ECC80. Grayscale: #6F6F6F. Windows color (decimal): -2018433 or 8336353. OLE color: 8336353.

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

Color convert

RGB22551127-
CMYK00.770.440.12
HSL333.79º74.36%54.12%-
HSV(B)333.79º77.33%88.24%-
XYZ36.0719.9122.02-
YUV111.69136.65208.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 127 (50% from 255) = 31.51%
R=55.83%
G=12.66%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255112700.770.440.12333.7974.3654.12
HexE1337F04D2CC14e4a36
Octal341631770115541451611266
Binary1110000111001111111110100110110110011001010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1337F; }

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

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

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

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

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

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

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

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