#e05173

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

Shades of Cranberry #E05173

Tints of Cranberry #E05173

Color information

#E05173 (or 0xE05173) is unknown color: approx Cranberry. HEX triplet: E0, 51 and 73. RGB value is (224,81,115). Sum of RGB (Red+Green+Blue) = 224+81+115=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E05173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05173 is #1FAE8C. Grayscale: #7F7F7F. Windows color (decimal): -2076301 or 7557600. OLE color: 7557600.

HSL color Cylindrical-coordinate representation of color #E05173: hue angle of 345.73º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05173 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22481115-
CMYK00.640.490.12
HSL345.73º69.76%59.8%-
HSV(B)345.73º63.84%87.84%-
XYZ36.7822.9718.71-
YUV127.63120.88196.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.33%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=53.33%
G=19.29%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248111500.640.490.12345.7369.7659.8
HexE0517304031C15a463c
Octal3401211630100611453210674
Binary11100000101000111100110100000011000111001010110101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05173; }

 p { color: rgb(224,81,115); }

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

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

 a { background-color: rgb(224,81,115); }

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

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

 span { border-color: rgb(224,81,115); }

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