#E1387C

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

Shades of Deep Cerise #E1387C

Tints of Deep Cerise #E1387C

Color information

#E1387C (or 0xE1387C) is unknown color: approx Deep Cerise. HEX triplet: E1, 38 and 7C. RGB value is (225,56,124). Sum of RGB (Red+Green+Blue) = 225+56+124=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1387C is #1EC783. Grayscale: #727272. Windows color (decimal): -2017156 or 8141025. OLE color: 8141025.

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

Color convert

RGB22556124-
CMYK00.750.450.12
HSL335.86º73.8%55.1%-
HSV(B)335.86º75.11%88.24%-
XYZ36.120.2921.08-
YUV114.28133.49206.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.56%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=55.56%
G=13.83%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255612400.750.450.12335.8673.855.1
HexE1387C04B2DC1504a37
Octal341701740113551452011267
Binary1110000111100011111000100101110110111001010100001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1387C; }

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

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

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

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

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

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

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

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