Shades of Mandy #EE4D4F
Tints of Mandy #EE4D4F
RGB
CMYK
RGB Variations
Color information
#EE4D4F (or 0xEE4D4F) is known color: Mandy. HEX triplet: EE, 4D and 4F. RGB value is (238,77,79). Sum of RGB (Red+Green+Blue) = 238+77+79=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE4D4F is #11B2B0. Grayscale: #7D7D7D. Windows color (decimal): -1159857 or 5197294. OLE color: 5197294.
HSL color Cylindrical-coordinate representation of color #EE4D4F: hue angle of 359.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4D4F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 79 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.07 |
| HSL | 359.25º | 0.83% | 0.62% | - |
| HSV(B) | 359.25º | 0.68% | 0.93% | - |
| XYZ | 39.33 | 24.05 | 9.97 | - |
| YUV | 125.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 79 | 0 | 0.68 | 0.67 | 0.07 | 359.25 | 0.83 | 0.62 |
| Hex | EE | 4D | 4F | 0 | 44 | 43 | 7 | 167 | 53 | 3E |
| Octal | 356 | 115 | 117 | 0 | 104 | 103 | 7 | 547 | 123 | 76 |
| Binary | 11101110 | 1001101 | 1001111 | 0 | 1000100 | 1000011 | 111 | 101100111 | 1010011 | 111110 |
Color Harmonies of #EE4D4F
Complementary color
Monochromatic Colors of #EE4D4F
Black with #EE4D4F
Text Example
Text Example
White with #EE4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D4F; }
p { color: rgb(238,77,79); }
H1.HeaderClassName
{
color: #EE4D4F;
}
.AnyTagClassName
{
color: #EE4D4F;
}
</style>
background-color css
<style>
a { background-color: #EE4D4F; }
a { background-color: rgb(238,77,79); }
div.DivClassName
{
background-color: #EE4D4F;
}
.BgClassName
{
background-color: #EE4D4F;
}
</style>
border-color css
<style>
span { border-color: #EE4D4F; }
span { border-color: rgb(238,77,79); }
td.TdClassName
{
border-color: #EE4D4F;
}
.TagClassName
{
border-color: #EE4D4F;
}
</style>