#E14A77

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

Shades of Cranberry #E14A77

Tints of Cranberry #E14A77

Color information

#E14A77 (or 0xE14A77) is unknown color: approx Cranberry. HEX triplet: E1, 4A and 77. RGB value is (225,74,119). Sum of RGB (Red+Green+Blue) = 225+74+119=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A77 is #1EB588. Grayscale: #7C7C7C. Windows color (decimal): -2012553 or 7817953. OLE color: 7817953.

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

Color convert

RGB22574119-
CMYK00.670.470.12
HSL342.12º71.56%58.63%-
HSV(B)342.12º67.11%88.24%-
XYZ36.8322.2419.8-
YUV124.28125.03199.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.83%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=53.83%
G=17.70%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257411900.670.470.12342.1271.5658.63
HexE14A770432FC156483b
Octal3411121670103571452611073
Binary11100001100101011101110100001110111111001010101101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A77; }

 p { color: rgb(225,74,119); }

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

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

 a { background-color: rgb(225,74,119); }

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

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

 span { border-color: rgb(225,74,119); }

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