#E13F62

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

Shades of Cerise #E13F62

Tints of Cerise #E13F62

Color information

#E13F62 (or 0xE13F62) is unknown color: approx Cerise. HEX triplet: E1, 3F and 62. RGB value is (225,63,98). Sum of RGB (Red+Green+Blue) = 225+63+98=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F62 is #1EC09D. Grayscale: #737373. Windows color (decimal): -2015390 or 6438881. OLE color: 6438881.

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

Color convert

RGB2256398-
CMYK00.720.560.12
HSL347.04º72.97%56.47%-
HSV(B)347.04º72%88.24%-
XYZ35.0320.4413.65-
YUV115.43118.17206.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.29%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=58.29%
G=16.32%
B=25.39%

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
Decimal225639800.720.560.12347.0472.9756.47
HexE13F6204838C15b4938
Octal341771420110701453311170
Binary1110000111111111000100100100011100011001010110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F62; }

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

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

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

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

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

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

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

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