Shades of Mandy #EE565A
Tints of Mandy #EE565A
RGB
CMYK
RGB Variations
Color information
#EE565A (or 0xEE565A) is known color: Mandy. HEX triplet: EE, 56 and 5A. RGB value is (238,86,90). Sum of RGB (Red+Green+Blue) = 238+86+90=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE565A is #11A9A5. Grayscale: #848484. Windows color (decimal): -1157542 or 5920494. OLE color: 5920494.
HSL color Cylindrical-coordinate representation of color #EE565A: hue angle of 358.42º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE565A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 90 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.07 |
| HSL | 358.42º | 0.82% | 0.64% | - |
| HSV(B) | 358.42º | 0.64% | 0.93% | - |
| XYZ | 40.43 | 25.57 | 12.48 | - |
| YUV | 131.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 90 | 0 | 0.64 | 0.62 | 0.07 | 358.42 | 0.82 | 0.64 |
| Hex | EE | 56 | 5A | 0 | 40 | 3E | 7 | 166 | 52 | 40 |
| Octal | 356 | 126 | 132 | 0 | 100 | 76 | 7 | 546 | 122 | 100 |
| Binary | 11101110 | 1010110 | 1011010 | 0 | 1000000 | 111110 | 111 | 101100110 | 1010010 | 1000000 |
Color Harmonies of #EE565A
Complementary color
Monochromatic Colors of #EE565A
Black with #EE565A
Text Example
Text Example
White with #EE565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE565A; }
p { color: rgb(238,86,90); }
H1.HeaderClassName
{
color: #EE565A;
}
.AnyTagClassName
{
color: #EE565A;
}
</style>
background-color css
<style>
a { background-color: #EE565A; }
a { background-color: rgb(238,86,90); }
div.DivClassName
{
background-color: #EE565A;
}
.BgClassName
{
background-color: #EE565A;
}
</style>
border-color css
<style>
span { border-color: #EE565A; }
span { border-color: rgb(238,86,90); }
td.TdClassName
{
border-color: #EE565A;
}
.TagClassName
{
border-color: #EE565A;
}
</style>