#E14071

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

Shades of Cranberry #E14071

Tints of Cranberry #E14071

Color information

#E14071 (or 0xE14071) is unknown color: approx Cranberry. HEX triplet: E1, 40 and 71. RGB value is (225,64,113). Sum of RGB (Red+Green+Blue) = 225+64+113=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E14071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14071 is #1EBF8E. Grayscale: #757575. Windows color (decimal): -2015119 or 7422177. OLE color: 7422177.

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

Color convert

RGB22564113-
CMYK00.720.500.12
HSL341.74º72.85%56.67%-
HSV(B)341.74º71.56%88.24%-
XYZ35.8720.8717.76-
YUV117.72125.34204.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=55.97%
G=15.92%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256411300.720.500.12341.7472.8556.67
HexE1407104832C1564939
Octal3411001610110621452611171
Binary11100001100000011100010100100011001011001010101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14071; }

 p { color: rgb(225,64,113); }

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

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

 a { background-color: rgb(225,64,113); }

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

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

 span { border-color: rgb(225,64,113); }

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