#E2566C

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

Shades of Cranberry #E2566C

Tints of Cranberry #E2566C

Color information

#E2566C (or 0xE2566C) is unknown color: approx Cranberry. HEX triplet: E2, 56 and 6C. RGB value is (226,86,108). Sum of RGB (Red+Green+Blue) = 226+86+108=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2566C is #1DA993. Grayscale: #828282. Windows color (decimal): -1943956 or 7100130. OLE color: 7100130.

HSL color Cylindrical-coordinate representation of color #E2566C: hue angle of 350.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2566C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22686108-
CMYK00.620.520.11
HSL350.57º70.71%61.18%-
HSV(B)350.57º61.95%88.63%-
XYZ37.423.9116.83-
YUV130.37115.38196.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=53.81%
G=20.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268610800.620.520.11350.5770.7161.18
HexE2566C03E34B15f473d
Octal342126154076641353710775
Binary1110001010101101101100011111011010010111010111111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2566C; }

 p { color: rgb(226,86,108); }

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

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

 a { background-color: rgb(226,86,108); }

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

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

 span { border-color: rgb(226,86,108); }

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