#E1566F

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

Shades of Cranberry #E1566F

Tints of Cranberry #E1566F

Color information

#E1566F (or 0xE1566F) is unknown color: approx Cranberry. HEX triplet: E1, 56 and 6F. RGB value is (225,86,111). Sum of RGB (Red+Green+Blue) = 225+86+111=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1566F is #1EA990. Grayscale: #828282. Windows color (decimal): -2009489 or 7296737. OLE color: 7296737.

HSL color Cylindrical-coordinate representation of color #E1566F: hue angle of 349.21º degrees, saturation: 0.7, 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 #E1566F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22586111-
CMYK00.620.510.12
HSL349.21º69.85%60.98%-
HSV(B)349.21º61.78%88.24%-
XYZ37.2523.8117.67-
YUV130.41117.05195.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=53.32%
G=20.38%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258611100.620.510.12349.2169.8560.98
HexE1566F03E33C15d463d
Octal341126157076631453510675
Binary1110000110101101101111011111011001111001010111011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1566F; }

 p { color: rgb(225,86,111); }

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

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

 a { background-color: rgb(225,86,111); }

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

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

 span { border-color: rgb(225,86,111); }

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