#E14D72

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

Shades of Cranberry #E14D72

Tints of Cranberry #E14D72

Color information

#E14D72 (or 0xE14D72) is unknown color: approx Cranberry. HEX triplet: E1, 4D and 72. RGB value is (225,77,114). Sum of RGB (Red+Green+Blue) = 225+77+114=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D72 is #1EB28D. Grayscale: #7D7D7D. Windows color (decimal): -2011790 or 7491041. OLE color: 7491041.

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

Color convert

RGB22577114-
CMYK00.660.490.12
HSL345º71.15%59.22%-
HSV(B)345º65.78%88.24%-
XYZ36.7422.5318.33-
YUV125.47121.53198.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.09%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=54.09%
G=18.51%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257711400.660.490.1234571.1559.22
HexE14D7204231C159473b
Octal3411151620102611453110773
Binary11100001100110111100100100001011000111001010110011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D72; }

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

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

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

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

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

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

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

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