#e13e9b

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

Shades of Deep Cerise #E13E9B

Tints of Deep Cerise #E13E9B

Color information

#E13E9B (or 0xE13E9B) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 9B. RGB value is (225,62,155). Sum of RGB (Red+Green+Blue) = 225+62+155=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E9B is #1EC164. Grayscale: #797979. Windows color (decimal): -2015589 or 10174177. OLE color: 10174177.

HSL color Cylindrical-coordinate representation of color #E13E9B: hue angle of 325.77º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E9B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB22562155-
CMYK00.720.310.12
HSL325.77º73.09%56.27%-
HSV(B)325.77º72.44%88.24%-
XYZ38.6921.8233.18-
YUV121.34147201.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 62 (24.61% from 255) = 14.03%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=50.90%
G=14.03%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256215500.720.310.12325.7773.0956.27
HexE13E9B0481FC1464938
Octal341762330110371450611170
Binary1110000111111010011011010010001111111001010001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13e9b; }

 p { color: rgb(225,62,155); }

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

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

 a { background-color: rgb(225,62,155); }

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

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

 span { border-color: rgb(225,62,155); }

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