#E54573

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

Shades of Cranberry #E54573

Tints of Cranberry #E54573

Color information

#E54573 (or 0xE54573) is unknown color: approx Cranberry. HEX triplet: E5, 45 and 73. RGB value is (229,69,115). Sum of RGB (Red+Green+Blue) = 229+69+115=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54573 is #1ABA8C. Grayscale: #7A7A7A. Windows color (decimal): -1751693 or 7554533. OLE color: 7554533.

HSL color Cylindrical-coordinate representation of color #E54573: hue angle of 342.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54573 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB22969115-
CMYK00.700.500.10
HSL342.75º75.47%58.43%-
HSV(B)342.75º69.87%89.8%-
XYZ37.5422.1518.52-
YUV122.08124.01204.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=55.45%
G=16.71%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296911500.700.500.10342.7575.4758.43
HexE5457304632A1574b3a
Octal3451051630106621252711372
Binary11100101100010111100110100011011001010101010101111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54573; }

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

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

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

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

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

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

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

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