#e14174

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

Shades of Cranberry #E14174

Tints of Cranberry #E14174

Color information

#E14174 (or 0xE14174) is unknown color: approx Cranberry. HEX triplet: E1, 41 and 74. RGB value is (225,65,116). Sum of RGB (Red+Green+Blue) = 225+65+116=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E14174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14174 is #1EBE8B. Grayscale: #767676. Windows color (decimal): -2014860 or 7619041. OLE color: 7619041.

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

Color convert

RGB22565116-
CMYK00.710.480.12
HSL340.88º72.73%56.86%-
HSV(B)340.88º71.11%88.24%-
XYZ36.0921.0518.68-
YUV118.65126.51203.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=55.42%
G=16.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256511600.710.480.12340.8872.7356.86
HexE1417404730C1554939
Octal3411011640107601452511171
Binary11100001100000111101000100011111000011001010101011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14174; }

 p { color: rgb(225,65,116); }

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

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

 a { background-color: rgb(225,65,116); }

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

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

 span { border-color: rgb(225,65,116); }

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