#E14564

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

Shades of Cerise #E14564

Tints of Cerise #E14564

Color information

#E14564 (or 0xE14564) is unknown color: approx Cerise. HEX triplet: E1, 45 and 64. RGB value is (225,69,100). Sum of RGB (Red+Green+Blue) = 225+69+100=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14564 is #1EBA9B. Grayscale: #777777. Windows color (decimal): -2013852 or 6571489. OLE color: 6571489.

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

Color convert

RGB22569100-
CMYK00.690.560.12
HSL348.08º72.22%57.65%-
HSV(B)348.08º69.33%88.24%-
XYZ35.4821.1814.28-
YUV119.18117.18203.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=57.11%
G=17.51%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256910000.690.560.12348.0872.2257.65
HexE1456404538C15c483a
Octal3411051440105701453411072
Binary11100001100010111001000100010111100011001010111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14564; }

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

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

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

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

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

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

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

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