#E13E85

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

Shades of Deep Cerise #E13E85

Tints of Deep Cerise #E13E85

Color information

#E13E85 (or 0xE13E85) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 85. RGB value is (225,62,133). Sum of RGB (Red+Green+Blue) = 225+62+133=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E85 is #1EC17A. Grayscale: #767676. Windows color (decimal): -2015611 or 8732385. OLE color: 8732385.

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

Color convert

RGB22562133-
CMYK00.720.410.12
HSL333.87º73.09%56.27%-
HSV(B)333.87º72.44%88.24%-
XYZ37.0121.1524.32-
YUV118.83136203.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=53.57%
G=14.76%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256213300.720.410.12333.8773.0956.27
HexE13E8504829C14e4938
Octal341762050110511451611170
Binary11100001111110100001010100100010100111001010011101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E85; }

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

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

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

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

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

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

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

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