#EE5056

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

Shades of Mandy #EE5056

Tints of Mandy #EE5056

Color information

#EE5056 (or 0xEE5056) is unknown color: approx Mandy. HEX triplet: EE, 50 and 56. RGB value is (238,80,86). Sum of RGB (Red+Green+Blue) = 238+80+86=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5056 is #11AFA9. Grayscale: #808080. Windows color (decimal): -1159082 or 5656814. OLE color: 5656814.

HSL color Cylindrical-coordinate representation of color #EE5056: hue angle of 357.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5056 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2388086-
CMYK00.660.640.07
HSL357.72º82.29%62.35%-
HSV(B)357.72º66.39%93.33%-
XYZ39.8124.5911.45-
YUV127.93104.35206.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.91%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=58.91%
G=19.80%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238808600.660.640.07357.7282.2962.35
HexEE5056042407166523e
Octal3561201260102100754612276
Binary11101110101000010101100100001010000001111011001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5056; }

 p { color: rgb(238,80,86); }

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

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

 a { background-color: rgb(238,80,86); }

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

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

 span { border-color: rgb(238,80,86); }

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