#E13C58

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

Shades of Cerise #E13C58

Tints of Cerise #E13C58

Color information

#E13C58 (or 0xE13C58) is unknown color: approx Cerise. HEX triplet: E1, 3C and 58. RGB value is (225,60,88). Sum of RGB (Red+Green+Blue) = 225+60+88=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C58 is #1EC3A7. Grayscale: #707070. Windows color (decimal): -2016168 or 5782753. OLE color: 5782753.

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

Color convert

RGB2256088-
CMYK00.730.610.12
HSL349.82º73.33%55.88%-
HSV(B)349.82º73.33%88.24%-
XYZ34.4319.9411.27-
YUV112.53114.16208.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.32%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=60.32%
G=16.09%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225608800.730.610.12349.8273.3355.88
HexE13C580493DC15e4938
Octal341741300111751453611170
Binary1110000111110010110000100100111110111001010111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C58; }

 p { color: rgb(225,60,88); }

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

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

 a { background-color: rgb(225,60,88); }

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

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

 span { border-color: rgb(225,60,88); }

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