#E13A62

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

Shades of Cerise #E13A62

Tints of Cerise #E13A62

Color information

#E13A62 (or 0xE13A62) is unknown color: approx Cerise. HEX triplet: E1, 3A and 62. RGB value is (225,58,98). Sum of RGB (Red+Green+Blue) = 225+58+98=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A62 is #1EC59D. Grayscale: #707070. Windows color (decimal): -2016670 or 6437601. OLE color: 6437601.

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

Color convert

RGB2255898-
CMYK00.740.560.12
HSL345.63º73.57%55.49%-
HSV(B)345.63º74.22%88.24%-
XYZ34.7719.9213.57-
YUV112.49119.83208.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=59.06%
G=15.22%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225589800.740.560.12345.6373.5755.49
HexE13A6204A38C15a4a37
Octal341721420112701453211267
Binary1110000111101011000100100101011100011001010110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13A62; }

 p { color: rgb(225,58,98); }

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

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

 a { background-color: rgb(225,58,98); }

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

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

 span { border-color: rgb(225,58,98); }

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