#E13570

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

Shades of Cerise #E13570

Tints of Cerise #E13570

Color information

#E13570 (or 0xE13570) is unknown color: approx Cerise. HEX triplet: E1, 35 and 70. RGB value is (225,53,112). Sum of RGB (Red+Green+Blue) = 225+53+112=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E13570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13570 is #1ECA8F. Grayscale: #6F6F6F. Windows color (decimal): -2017936 or 7353825. OLE color: 7353825.

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

Color convert

RGB22553112-
CMYK00.760.500.12
HSL339.42º74.14%54.51%-
HSV(B)339.42º76.44%88.24%-
XYZ35.2519.7217.28-
YUV111.15128.48209.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=57.69%
G=13.59%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255311200.760.500.12339.4274.1454.51
HexE1357004C32C1534a37
Octal341651600114621452311267
Binary1110000111010111100000100110011001011001010100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13570; }

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

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

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

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

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

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

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

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