#E13D70

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

Shades of Cerise #E13D70

Tints of Cerise #E13D70

Color information

#E13D70 (or 0xE13D70) is unknown color: approx Cerise. HEX triplet: E1, 3D and 70. RGB value is (225,61,112). Sum of RGB (Red+Green+Blue) = 225+61+112=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D70 is #1EC28F. Grayscale: #737373. Windows color (decimal): -2015888 or 7355873. OLE color: 7355873.

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

Color convert

RGB22561112-
CMYK00.730.500.12
HSL341.34º73.21%56.08%-
HSV(B)341.34º72.89%88.24%-
XYZ35.6420.5117.41-
YUV115.85125.83205.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=56.53%
G=15.33%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256111200.730.500.12341.3473.2156.08
HexE13D7004932C1554938
Octal341751600111621452511170
Binary1110000111110111100000100100111001011001010101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D70; }

 p { color: rgb(225,61,112); }

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

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

 a { background-color: rgb(225,61,112); }

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

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

 span { border-color: rgb(225,61,112); }

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