#E54973

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

Shades of Cranberry #E54973

Tints of Cranberry #E54973

Color information

#E54973 (or 0xE54973) is unknown color: approx Cranberry. HEX triplet: E5, 49 and 73. RGB value is (229,73,115). Sum of RGB (Red+Green+Blue) = 229+73+115=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E54973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54973 is #1AB68C. Grayscale: #7C7C7C. Windows color (decimal): -1750669 or 7555557. OLE color: 7555557.

HSL color Cylindrical-coordinate representation of color #E54973: hue angle of 343.85º 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 #E54973 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB22973115-
CMYK00.680.500.10
HSL343.85º75%59.22%-
HSV(B)343.85º68.12%89.8%-
XYZ37.7922.6618.6-
YUV124.43122.68202.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=54.92%
G=17.51%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297311500.680.500.10343.857559.22
HexE5497304432A1584b3b
Octal3451111630104621253011373
Binary11100101100100111100110100010011001010101010110001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54973; }

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

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

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

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

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

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

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

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