#E13571

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

Shades of Cerise #E13571

Tints of Cerise #E13571

Color information

#E13571 (or 0xE13571) is unknown color: approx Cerise. HEX triplet: E1, 35 and 71. RGB value is (225,53,113). Sum of RGB (Red+Green+Blue) = 225+53+113=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E13571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13571 is #1ECA8E. Grayscale: #6F6F6F. Windows color (decimal): -2017935 or 7419361. OLE color: 7419361.

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

Color convert

RGB22553113-
CMYK00.760.500.12
HSL339.07º74.14%54.51%-
HSV(B)339.07º76.44%88.24%-
XYZ35.3119.7517.57-
YUV111.27128.98209.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=57.54%
G=13.55%
B=28.90%

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
Decimal2255311300.760.500.12339.0774.1454.51
HexE1357104C32C1534a37
Octal341651610114621452311267
Binary1110000111010111100010100110011001011001010100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13571; }

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

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

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

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

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

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

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

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