#E05575

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

Shades of Cranberry #E05575

Tints of Cranberry #E05575

Color information

#E05575 (or 0xE05575) is unknown color: approx Cranberry. HEX triplet: E0, 55 and 75. RGB value is (224,85,117). Sum of RGB (Red+Green+Blue) = 224+85+117=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E05575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05575 is #1FAA8A. Grayscale: #828282. Windows color (decimal): -2075275 or 7689696. OLE color: 7689696.

HSL color Cylindrical-coordinate representation of color #E05575: hue angle of 346.19º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05575 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22485117-
CMYK00.620.480.12
HSL346.19º69.15%60.59%-
HSV(B)346.19º62.05%87.84%-
XYZ37.223.6319.43-
YUV130.21120.55194.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.58%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=52.58%
G=19.95%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248511700.620.480.12346.1969.1560.59
HexE0557503E30C15a453d
Octal340125165076601453210575
Binary1110000010101011110101011111011000011001010110101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05575; }

 p { color: rgb(224,85,117); }

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

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

 a { background-color: rgb(224,85,117); }

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

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

 span { border-color: rgb(224,85,117); }

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