#E14079

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

Shades of Cranberry #E14079

Tints of Cranberry #E14079

Color information

#E14079 (or 0xE14079) is unknown color: approx Cranberry. HEX triplet: E1, 40 and 79. RGB value is (225,64,121). Sum of RGB (Red+Green+Blue) = 225+64+121=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14079 is #1EBF86. Grayscale: #767676. Windows color (decimal): -2015111 or 7946465. OLE color: 7946465.

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

Color convert

RGB22564121-
CMYK00.720.460.12
HSL338.76º72.85%56.67%-
HSV(B)338.76º71.56%88.24%-
XYZ36.3421.0520.24-
YUV118.64129.34203.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=54.88%
G=15.61%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256412100.720.460.12338.7672.8556.67
HexE140790482EC1534939
Octal3411001710110561452311171
Binary11100001100000011110010100100010111011001010100111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14079; }

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

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

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

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

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

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

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

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