#E13E62

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

Shades of Cerise #E13E62

Tints of Cerise #E13E62

Color information

#E13E62 (or 0xE13E62) is unknown color: approx Cerise. HEX triplet: E1, 3E and 62. RGB value is (225,62,98). Sum of RGB (Red+Green+Blue) = 225+62+98=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E62 is #1EC19D. Grayscale: #727272. Windows color (decimal): -2015646 or 6438625. OLE color: 6438625.

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

Color convert

RGB2256298-
CMYK00.720.560.12
HSL346.75º73.09%56.27%-
HSV(B)346.75º72.44%88.24%-
XYZ34.9820.3313.64-
YUV114.84118.5206.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=58.44%
G=16.10%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225629800.720.560.12346.7573.0956.27
HexE13E6204838C15b4938
Octal341761420110701453311170
Binary1110000111111011000100100100011100011001010110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E62; }

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

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

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

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

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

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

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

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