#E2566B

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

Shades of Cranberry #E2566B

Tints of Cranberry #E2566B

Color information

#E2566B (or 0xE2566B) is unknown color: approx Cranberry. HEX triplet: E2, 56 and 6B. RGB value is (226,86,107). Sum of RGB (Red+Green+Blue) = 226+86+107=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2566B is #1DA994. Grayscale: #828282. Windows color (decimal): -1943957 or 7034594. OLE color: 7034594.

HSL color Cylindrical-coordinate representation of color #E2566B: hue angle of 351º 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 #E2566B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB22686107-
CMYK00.620.530.11
HSL351º70.71%61.18%-
HSV(B)351º61.95%88.63%-
XYZ37.3523.8916.55-
YUV130.25114.88196.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=53.94%
G=20.53%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268610700.620.530.1135170.7161.18
HexE2566B03E35B15f473d
Octal342126153076651353710775
Binary1110001010101101101011011111011010110111010111111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2566B; }

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

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

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

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

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

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

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

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