#E54C71

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

Shades of Cranberry #E54C71

Tints of Cranberry #E54C71

Color information

#E54C71 (or 0xE54C71) is unknown color: approx Cranberry. HEX triplet: E5, 4C and 71. RGB value is (229,76,113). Sum of RGB (Red+Green+Blue) = 229+76+113=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C71 is #1AB38E. Grayscale: #7D7D7D. Windows color (decimal): -1749903 or 7425253. OLE color: 7425253.

HSL color Cylindrical-coordinate representation of color #E54C71: hue angle of 345.49º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C71 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB22976113-
CMYK00.670.510.10
HSL345.49º74.63%59.8%-
HSV(B)345.49º66.81%89.8%-
XYZ37.8823.0218.07-
YUV125.96120.69201.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=54.78%
G=18.18%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297611300.670.510.10345.4974.6359.8
HexE54C7104333A1594b3c
Octal3451141610103631253111374
Binary11100101100110011100010100001111001110101010110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C71; }

 p { color: rgb(229,76,113); }

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

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

 a { background-color: rgb(229,76,113); }

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

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

 span { border-color: rgb(229,76,113); }

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