#E1367C

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

Shades of Deep Cerise #E1367C

Tints of Deep Cerise #E1367C

Color information

#E1367C (or 0xE1367C) is unknown color: approx Deep Cerise. HEX triplet: E1, 36 and 7C. RGB value is (225,54,124). Sum of RGB (Red+Green+Blue) = 225+54+124=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1367C is #1EC983. Grayscale: #717171. Windows color (decimal): -2017668 or 8140513. OLE color: 8140513.

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

Color convert

RGB22554124-
CMYK00.760.450.12
HSL335.44º74.03%54.71%-
HSV(B)335.44º76%88.24%-
XYZ36.0120.121.05-
YUV113.11134.15207.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 54 (21.48% from 255) = 13.40%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=55.83%
G=13.40%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255412400.760.450.12335.4474.0354.71
HexE1367C04C2DC14f4a37
Octal341661740114551451711267
Binary1110000111011011111000100110010110111001010011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1367C; }

 p { color: rgb(225,54,124); }

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

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

 a { background-color: rgb(225,54,124); }

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

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

 span { border-color: rgb(225,54,124); }

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