#E13187

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

Shades of Deep Cerise #E13187

Tints of Deep Cerise #E13187

Color information

#E13187 (or 0xE13187) is unknown color: approx Deep Cerise. HEX triplet: E1, 31 and 87. RGB value is (225,49,135). Sum of RGB (Red+Green+Blue) = 225+49+135=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E13187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13187 is #1ECE78. Grayscale: #6F6F6F. Windows color (decimal): -2018937 or 8860129. OLE color: 8860129.

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

Color convert

RGB22549135-
CMYK00.780.40.12
HSL330.68º74.58%53.73%-
HSV(B)330.68º78.22%88.24%-
XYZ36.5219.9524.85-
YUV111.43141.31209.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.01%
GREEN value IS 49 (19.53% from 255) = 11.98%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=55.01%
G=11.98%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254913500.780.40.12330.6874.5853.73
HexE1318704E28C14b4b36
Octal341612070116501451311366
Binary11100001110001100001110100111010100011001010010111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13187; }

 p { color: rgb(225,49,135); }

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

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

 a { background-color: rgb(225,49,135); }

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

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

 span { border-color: rgb(225,49,135); }

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