#e5516c

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

Shades of Cranberry #E5516C

Tints of Cranberry #E5516C

Color information

#E5516C (or 0xE5516C) is unknown color: approx Cranberry. HEX triplet: E5, 51 and 6C. RGB value is (229,81,108). Sum of RGB (Red+Green+Blue) = 229+81+108=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5516C is #1AAE93. Grayscale: #808080. Windows color (decimal): -1748628 or 7098853. OLE color: 7098853.

HSL color Cylindrical-coordinate representation of color #E5516C: hue angle of 349.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5516C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB22981108-
CMYK00.650.530.10
HSL349.05º74%60.78%-
HSV(B)349.05º64.63%89.8%-
XYZ37.9623.6316.75-
YUV128.33116.53199.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=54.78%
G=19.38%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298110800.650.530.10349.057460.78
HexE5516C04135A15d4a3d
Octal3451211540101651253511275
Binary11100101101000111011000100000111010110101010111011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5516c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5516c; }

 p { color: rgb(229,81,108); }

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

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

 a { background-color: rgb(229,81,108); }

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

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

 span { border-color: rgb(229,81,108); }

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