#E14769

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

Shades of Cranberry #E14769

Tints of Cranberry #E14769

Color information

#E14769 (or 0xE14769) is unknown color: approx Cranberry. HEX triplet: E1, 47 and 69. RGB value is (225,71,105). Sum of RGB (Red+Green+Blue) = 225+71+105=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E14769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14769 is #1EB896. Grayscale: #787878. Windows color (decimal): -2013335 or 6899681. OLE color: 6899681.

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

Color convert

RGB22571105-
CMYK00.680.530.12
HSL346.75º71.96%58.04%-
HSV(B)346.75º68.44%88.24%-
XYZ35.8521.5315.63-
YUV120.92119.02202.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=56.11%
G=17.71%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257110500.680.530.12346.7571.9658.04
HexE1476904435C15b483a
Octal3411071510104651453311072
Binary11100001100011111010010100010011010111001010110111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14769; }

 p { color: rgb(225,71,105); }

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

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

 a { background-color: rgb(225,71,105); }

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

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

 span { border-color: rgb(225,71,105); }

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