#E13E82

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

Shades of Deep Cerise #E13E82

Tints of Deep Cerise #E13E82

Color information

#E13E82 (or 0xE13E82) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 82. RGB value is (225,62,130). Sum of RGB (Red+Green+Blue) = 225+62+130=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E82 is #1EC17D. Grayscale: #767676. Windows color (decimal): -2015614 or 8535777. OLE color: 8535777.

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

Color convert

RGB22562130-
CMYK00.720.420.12
HSL334.97º73.09%56.27%-
HSV(B)334.97º72.44%88.24%-
XYZ36.821.0623.25-
YUV118.49134.5203.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=53.96%
G=14.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256213000.720.420.12334.9773.0956.27
HexE13E820482AC14f4938
Octal341762020110521451711170
Binary11100001111110100000100100100010101011001010011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E82; }

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

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

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

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

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

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

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

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