#E5586E

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

Shades of Cranberry #E5586E

Tints of Cranberry #E5586E

Color information

#E5586E (or 0xE5586E) is unknown color: approx Cranberry. HEX triplet: E5, 58 and 6E. RGB value is (229,88,110). Sum of RGB (Red+Green+Blue) = 229+88+110=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5586E is #1AA791. Grayscale: #848484. Windows color (decimal): -1746834 or 7231717. OLE color: 7231717.

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

Color convert

RGB22988110-
CMYK00.620.520.10
HSL350.64º73.06%62.16%-
HSV(B)350.64º61.57%89.8%-
XYZ38.6224.7617.5-
YUV132.67115.21196.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=53.63%
G=20.61%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298811000.620.520.10350.6473.0662.16
HexE5586E03E34A15f493e
Octal345130156076641253711176
Binary1110010110110001101110011111011010010101010111111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5586E; }

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

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

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

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

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

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

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

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