#EE5556

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

Shades of Mandy #EE5556

Tints of Mandy #EE5556

Color information

#EE5556 (or 0xEE5556) is unknown color: approx Mandy. HEX triplet: EE, 55 and 56. RGB value is (238,85,86). Sum of RGB (Red+Green+Blue) = 238+85+86=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5556 is #11AAA9. Grayscale: #838383. Windows color (decimal): -1157802 or 5658094. OLE color: 5658094.

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

Color convert

RGB2388586-
CMYK00.640.640.07
HSL359.61º81.82%63.33%-
HSV(B)359.61º64.29%93.33%-
XYZ40.1925.3511.58-
YUV130.86102.69204.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.19%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=58.19%
G=20.78%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238858600.640.640.07359.6181.8263.33
HexEE5556040407168523f
Octal3561251260100100755012277
Binary11101110101010110101100100000010000001111011010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5556; }

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

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

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

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

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

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

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

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