#E13E8E

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

Shades of Deep Cerise #E13E8E

Tints of Deep Cerise #E13E8E

Color information

#E13E8E (or 0xE13E8E) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 8E. RGB value is (225,62,142). Sum of RGB (Red+Green+Blue) = 225+62+142=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E8E is #1EC171. Grayscale: #777777. Windows color (decimal): -2015602 or 9322209. OLE color: 9322209.

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

Color convert

RGB22562142-
CMYK00.720.370.12
HSL330.55º73.09%56.27%-
HSV(B)330.55º72.44%88.24%-
XYZ37.6621.4127.74-
YUV119.86140.5203-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=52.45%
G=14.45%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256214200.720.370.12330.5573.0956.27
HexE13E8E04825C14b4938
Octal341762160110451451311170
Binary11100001111110100011100100100010010111001010010111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E8E; }

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

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

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

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

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

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

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

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