#E14060

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

Shades of Cerise #E14060

Tints of Cerise #E14060

Color information

#E14060 (or 0xE14060) is unknown color: approx Cerise. HEX triplet: E1, 40 and 60. RGB value is (225,64,96). Sum of RGB (Red+Green+Blue) = 225+64+96=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E14060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14060 is #1EBF9F. Grayscale: #737373. Windows color (decimal): -2015136 or 6308065. OLE color: 6308065.

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

Color convert

RGB2256496-
CMYK00.720.570.12
HSL348.07º72.85%56.67%-
HSV(B)348.07º71.56%88.24%-
XYZ3520.5213.18-
YUV115.79116.84205.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=58.44%
G=16.62%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225649600.720.570.12348.0772.8556.67
HexE1406004839C15c4939
Octal3411001400110711453411171
Binary11100001100000011000000100100011100111001010111001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14060; }

 p { color: rgb(225,64,96); }

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

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

 a { background-color: rgb(225,64,96); }

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

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

 span { border-color: rgb(225,64,96); }

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