#E5586B

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

Shades of Cranberry #E5586B

Tints of Cranberry #E5586B

Color information

#E5586B (or 0xE5586B) is unknown color: approx Cranberry. HEX triplet: E5, 58 and 6B. RGB value is (229,88,107). Sum of RGB (Red+Green+Blue) = 229+88+107=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5586B is #1AA794. Grayscale: #848484. Windows color (decimal): -1746837 or 7035109. OLE color: 7035109.

HSL color Cylindrical-coordinate representation of color #E5586B: hue angle of 351.91º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5586B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB22988107-
CMYK00.620.530.10
HSL351.91º73.06%62.16%-
HSV(B)351.91º61.57%89.8%-
XYZ38.4624.716.65-
YUV132.33113.71196.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.01%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=54.01%
G=20.75%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298810700.620.530.10351.9173.0662.16
HexE5586B03E35A160493e
Octal345130153076651254011176
Binary1110010110110001101011011111011010110101011000001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5586B; }

 p { color: rgb(229,88,107); }

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

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

 a { background-color: rgb(229,88,107); }

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

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

 span { border-color: rgb(229,88,107); }

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