#E54971

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

Shades of Cranberry #E54971

Tints of Cranberry #E54971

Color information

#E54971 (or 0xE54971) is unknown color: approx Cranberry. HEX triplet: E5, 49 and 71. RGB value is (229,73,113). Sum of RGB (Red+Green+Blue) = 229+73+113=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E54971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54971 is #1AB68E. Grayscale: #7C7C7C. Windows color (decimal): -1750671 or 7424485. OLE color: 7424485.

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

Color convert

RGB22973113-
CMYK00.680.510.10
HSL344.62º75%59.22%-
HSV(B)344.62º68.12%89.8%-
XYZ37.6822.6218-
YUV124.2121.68202.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=55.18%
G=17.59%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297311300.680.510.10344.627559.22
HexE5497104433A1594b3b
Octal3451111610104631253111373
Binary11100101100100111100010100010011001110101010110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54971; }

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

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

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

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

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

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

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

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