#E14563

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

Shades of Cerise #E14563

Tints of Cerise #E14563

Color information

#E14563 (or 0xE14563) is unknown color: approx Cerise. HEX triplet: E1, 45 and 63. RGB value is (225,69,99). Sum of RGB (Red+Green+Blue) = 225+69+99=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14563 is #1EBA9C. Grayscale: #777777. Windows color (decimal): -2013853 or 6505953. OLE color: 6505953.

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

Color convert

RGB2256999-
CMYK00.690.560.12
HSL348.46º72.22%57.65%-
HSV(B)348.46º69.33%88.24%-
XYZ35.4321.1614.02-
YUV119.06116.68203.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=57.25%
G=17.56%
B=25.19%

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
Decimal225699900.690.560.12348.4672.2257.65
HexE1456304538C15c483a
Octal3411051430105701453411072
Binary11100001100010111000110100010111100011001010111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14563; }

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

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

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

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

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

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

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

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