#e1476c

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

Shades of Cranberry #E1476C

Tints of Cranberry #E1476C

Color information

#E1476C (or 0xE1476C) is unknown color: approx Cranberry. HEX triplet: E1, 47 and 6C. RGB value is (225,71,108). Sum of RGB (Red+Green+Blue) = 225+71+108=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1476C is #1EB893. Grayscale: #797979. Windows color (decimal): -2013332 or 7096289. OLE color: 7096289.

HSL color Cylindrical-coordinate representation of color #E1476C: hue angle of 345.58º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1476C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB22571108-
CMYK00.680.520.12
HSL345.58º71.96%58.04%-
HSV(B)345.58º68.44%88.24%-
XYZ36.0121.616.46-
YUV121.26120.52201.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=55.69%
G=17.57%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257110800.680.520.12345.5871.9658.04
HexE1476C04434C15a483a
Octal3411071540104641453211072
Binary11100001100011111011000100010011010011001010110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1476c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1476c; }

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

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

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

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

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

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

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

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