#E14565

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

Shades of Cerise #E14565

Tints of Cerise #E14565

Color information

#E14565 (or 0xE14565) is unknown color: approx Cerise. HEX triplet: E1, 45 and 65. RGB value is (225,69,101). Sum of RGB (Red+Green+Blue) = 225+69+101=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14565 is #1EBA9A. Grayscale: #777777. Windows color (decimal): -2013851 or 6637025. OLE color: 6637025.

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

Color convert

RGB22569101-
CMYK00.690.550.12
HSL347.69º72.22%57.65%-
HSV(B)347.69º69.33%88.24%-
XYZ35.5321.214.53-
YUV119.29117.68203.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=56.96%
G=17.47%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256910100.690.550.12347.6972.2257.65
HexE1456504537C15c483a
Octal3411051450105671453411072
Binary11100001100010111001010100010111011111001010111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14565; }

 p { color: rgb(225,69,101); }

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

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

 a { background-color: rgb(225,69,101); }

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

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

 span { border-color: rgb(225,69,101); }

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