#E13E8D

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

Shades of Deep Cerise #E13E8D

Tints of Deep Cerise #E13E8D

Color information

#E13E8D (or 0xE13E8D) is unknown color: approx Deep Cerise. HEX triplet: E1, 3E and 8D. RGB value is (225,62,141). Sum of RGB (Red+Green+Blue) = 225+62+141=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13E8D is #1EC172. Grayscale: #777777. Windows color (decimal): -2015603 or 9256673. OLE color: 9256673.

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

Color convert

RGB22562141-
CMYK00.720.370.12
HSL330.92º73.09%56.27%-
HSV(B)330.92º72.44%88.24%-
XYZ37.5821.3827.34-
YUV119.74140203.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 62 (24.61% from 255) = 14.49%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=52.57%
G=14.49%
B=32.94%

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
Decimal2256214100.720.370.12330.9273.0956.27
HexE13E8D04825C14b4938
Octal341762150110451451311170
Binary11100001111110100011010100100010010111001010010111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E8D; }

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

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

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

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

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

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

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

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