#E14D69

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

Shades of Cranberry #E14D69

Tints of Cranberry #E14D69

Color information

#E14D69 (or 0xE14D69) is unknown color: approx Cranberry. HEX triplet: E1, 4D and 69. RGB value is (225,77,105). Sum of RGB (Red+Green+Blue) = 225+77+105=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D69 is #1EB296. Grayscale: #7C7C7C. Windows color (decimal): -2011799 or 6901217. OLE color: 6901217.

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

Color convert

RGB22577105-
CMYK00.660.530.12
HSL348.65º71.15%59.22%-
HSV(B)348.65º65.78%88.24%-
XYZ36.2622.3415.76-
YUV124.44117.03199.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=55.28%
G=18.92%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257710500.660.530.12348.6571.1559.22
HexE14D6904235C15d473b
Octal3411151510102651453510773
Binary11100001100110111010010100001011010111001010111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D69; }

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

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

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

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

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

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

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

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