#E14566

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

Shades of Cerise #E14566

Tints of Cerise #E14566

Color information

#E14566 (or 0xE14566) is unknown color: approx Cerise. HEX triplet: E1, 45 and 66. RGB value is (225,69,102). Sum of RGB (Red+Green+Blue) = 225+69+102=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E14566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14566 is #1EBA99. Grayscale: #777777. Windows color (decimal): -2013850 or 6702561. OLE color: 6702561.

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

Color convert

RGB22569102-
CMYK00.690.550.12
HSL347.31º72.22%57.65%-
HSV(B)347.31º69.33%88.24%-
XYZ35.5821.2214.79-
YUV119.41118.18203.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.82%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=56.82%
G=17.42%
B=25.76%

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
Decimal2256910200.690.550.12347.3172.2257.65
HexE1456604537C15b483a
Octal3411051460105671453311072
Binary11100001100010111001100100010111011111001010110111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14566; }

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

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

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

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

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

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

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

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