#E14E76

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

Shades of Cranberry #E14E76

Tints of Cranberry #E14E76

Color information

#E14E76 (or 0xE14E76) is unknown color: approx Cranberry. HEX triplet: E1, 4E and 76. RGB value is (225,78,118). Sum of RGB (Red+Green+Blue) = 225+78+118=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E76 is #1EB189. Grayscale: #7E7E7E. Windows color (decimal): -2011530 or 7753441. OLE color: 7753441.

HSL color Cylindrical-coordinate representation of color #E14E76: hue angle of 343.67º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E76 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22578118-
CMYK00.650.480.12
HSL343.67º71.01%59.41%-
HSV(B)343.67º65.33%88.24%-
XYZ37.0522.7619.58-
YUV126.51123.2198.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=53.44%
G=18.53%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257811800.650.480.12343.6771.0159.41
HexE14E7604130C158473b
Octal3411161660101601453010773
Binary11100001100111011101100100000111000011001010110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14E76; }

 p { color: rgb(225,78,118); }

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

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

 a { background-color: rgb(225,78,118); }

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

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

 span { border-color: rgb(225,78,118); }

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