#E13791

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

Shades of Deep Cerise #E13791

Tints of Deep Cerise #E13791

Color information

#E13791 (or 0xE13791) is unknown color: approx Deep Cerise. HEX triplet: E1, 37 and 91. RGB value is (225,55,145). Sum of RGB (Red+Green+Blue) = 225+55+145=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13791 is #1EC86E. Grayscale: #737373. Windows color (decimal): -2017391 or 9517025. OLE color: 9517025.

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

Color convert

RGB22555145-
CMYK00.760.360.12
HSL328.24º73.91%54.9%-
HSV(B)328.24º75.56%88.24%-
XYZ37.5320.7828.82-
YUV116.09144.32205.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 55 (21.88% from 255) = 12.94%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=52.94%
G=12.94%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255514500.760.360.12328.2473.9154.9
HexE1379104C24C1484a37
Octal341672210114441451011267
Binary11100001110111100100010100110010010011001010010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13791; }

 p { color: rgb(225,55,145); }

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

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

 a { background-color: rgb(225,55,145); }

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

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

 span { border-color: rgb(225,55,145); }

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