#E1516C

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

Shades of Cranberry #E1516C

Tints of Cranberry #E1516C

Color information

#E1516C (or 0xE1516C) is unknown color: approx Cranberry. HEX triplet: E1, 51 and 6C. RGB value is (225,81,108). Sum of RGB (Red+Green+Blue) = 225+81+108=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1516C is #1EAE93. Grayscale: #7F7F7F. Windows color (decimal): -2010772 or 7098849. OLE color: 7098849.

HSL color Cylindrical-coordinate representation of color #E1516C: hue angle of 348.75º degrees, saturation: 0.71, 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 #E1516C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22581108-
CMYK00.640.520.12
HSL348.75º70.59%60%-
HSV(B)348.75º64%88.24%-
XYZ36.722.9816.69-
YUV127.13117.21197.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.35%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=54.35%
G=19.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258110800.640.520.12348.7570.5960
HexE1516C04034C15d473c
Octal3411211540100641453510774
Binary11100001101000111011000100000011010011001010111011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1516C; }

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

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

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

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

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

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

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

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