#E1517C

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

Shades of Cranberry #E1517C

Tints of Cranberry #E1517C

Color information

#E1517C (or 0xE1517C) is unknown color: approx Cranberry. HEX triplet: E1, 51 and 7C. RGB value is (225,81,124). Sum of RGB (Red+Green+Blue) = 225+81+124=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1517C is #1EAE83. Grayscale: #808080. Windows color (decimal): -2010756 or 8147425. OLE color: 8147425.

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

Color convert

RGB22581124-
CMYK00.640.450.12
HSL342.08º70.59%60%-
HSV(B)342.08º64%88.24%-
XYZ37.6323.3521.59-
YUV128.96125.21196.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=52.33%
G=18.84%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258112400.640.450.12342.0870.5960
HexE1517C0402DC156473c
Octal3411211740100551452610774
Binary11100001101000111111000100000010110111001010101101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1517C; }

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

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

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

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

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

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

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

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