#E14D6D

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

Shades of Cranberry #E14D6D

Tints of Cranberry #E14D6D

Color information

#E14D6D (or 0xE14D6D) is unknown color: approx Cranberry. HEX triplet: E1, 4D and 6D. RGB value is (225,77,109). Sum of RGB (Red+Green+Blue) = 225+77+109=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D6D is #1EB292. Grayscale: #7C7C7C. Windows color (decimal): -2011795 or 7163361. OLE color: 7163361.

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

Color convert

RGB22577109-
CMYK00.660.520.12
HSL347.03º71.15%59.22%-
HSV(B)347.03º65.78%88.24%-
XYZ36.4722.4216.87-
YUV124.9119.03199.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=54.74%
G=18.73%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257710900.660.520.12347.0371.1559.22
HexE14D6D04234C15b473b
Octal3411151550102641453310773
Binary11100001100110111011010100001011010011001010110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D6D; }

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

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

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

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

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

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

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

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