#E13575

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

Shades of Cerise #E13575

Tints of Cerise #E13575

Color information

#E13575 (or 0xE13575) is unknown color: approx Cerise. HEX triplet: E1, 35 and 75. RGB value is (225,53,117). Sum of RGB (Red+Green+Blue) = 225+53+117=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13575 is #1ECA8A. Grayscale: #6F6F6F. Windows color (decimal): -2017931 or 7681505. OLE color: 7681505.

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

Color convert

RGB22553117-
CMYK00.760.480.12
HSL337.67º74.14%54.51%-
HSV(B)337.67º76.44%88.24%-
XYZ35.5419.8418.79-
YUV111.72130.98208.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 53 (21.09% from 255) = 13.42%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=56.96%
G=13.42%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255311700.760.480.12337.6774.1454.51
HexE1357504C30C1524a37
Octal341651650114601452211267
Binary1110000111010111101010100110011000011001010100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13575; }

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

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

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

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

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

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

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

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