#E1397B

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

Shades of Deep Cerise #E1397B

Tints of Deep Cerise #E1397B

Color information

#E1397B (or 0xE1397B) is unknown color: approx Deep Cerise. HEX triplet: E1, 39 and 7B. RGB value is (225,57,123). Sum of RGB (Red+Green+Blue) = 225+57+123=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1397B is #1EC684. Grayscale: #727272. Windows color (decimal): -2016901 or 8075745. OLE color: 8075745.

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

Color convert

RGB22557123-
CMYK00.750.450.12
HSL336.43º73.68%55.29%-
HSV(B)336.43º74.67%88.24%-
XYZ36.0920.3620.77-
YUV114.76132.66206.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.56%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=55.56%
G=14.07%
B=30.37%

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
Decimal2255712300.750.450.12336.4373.6855.29
HexE1397B04B2DC1504a37
Octal341711730113551452011267
Binary1110000111100111110110100101110110111001010100001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1397B; }

 p { color: rgb(225,57,123); }

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

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

 a { background-color: rgb(225,57,123); }

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

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

 span { border-color: rgb(225,57,123); }

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