#E1337E

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

Shades of Deep Cerise #E1337E

Tints of Deep Cerise #E1337E

Color information

#E1337E (or 0xE1337E) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 7E. RGB value is (225,51,126). Sum of RGB (Red+Green+Blue) = 225+51+126=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1337E is #1ECC81. Grayscale: #6F6F6F. Windows color (decimal): -2018434 or 8270817. OLE color: 8270817.

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

Color convert

RGB22551126-
CMYK00.770.440.12
HSL334.14º74.36%54.12%-
HSV(B)334.14º77.33%88.24%-
XYZ3619.8821.68-
YUV111.58136.15208.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=55.97%
G=12.69%
B=31.34%

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
Decimal2255112600.770.440.12334.1474.3654.12
HexE1337E04D2CC14e4a36
Octal341631760115541451611266
Binary1110000111001111111100100110110110011001010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1337E; }

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

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

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

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

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

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

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

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