#E14D79

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

Shades of Cranberry #E14D79

Tints of Cranberry #E14D79

Color information

#E14D79 (or 0xE14D79) is unknown color: approx Cranberry. HEX triplet: E1, 4D and 79. RGB value is (225,77,121). Sum of RGB (Red+Green+Blue) = 225+77+121=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D79 is #1EB286. Grayscale: #7E7E7E. Windows color (decimal): -2011783 or 7949793. OLE color: 7949793.

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

Color convert

RGB22577121-
CMYK00.660.460.12
HSL342.16º71.15%59.22%-
HSV(B)342.16º65.78%88.24%-
XYZ37.1622.720.51-
YUV126.27125.03198.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=53.19%
G=18.20%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257712100.660.460.12342.1671.1559.22
HexE14D790422EC156473b
Octal3411151710102561452610773
Binary11100001100110111110010100001010111011001010101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D79; }

 p { color: rgb(225,77,121); }

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

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

 a { background-color: rgb(225,77,121); }

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

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

 span { border-color: rgb(225,77,121); }

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