Shades of Mandy #E94D5C
Tints of Mandy #E94D5C
RGB
CMYK
RGB Variations
Color information
#E94D5C (or 0xE94D5C) is known color: Mandy. HEX triplet: E9, 4D and 5C. RGB value is (233,77,92). Sum of RGB (Red+Green+Blue) = 233+77+92=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D5C is #16B2A3. Grayscale: #7D7D7D. Windows color (decimal): -1487524 or 6049257. OLE color: 6049257.
HSL color Cylindrical-coordinate representation of color #E94D5C: hue angle of 354.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D5C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 92 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.09 |
| HSL | 354.23º | 0.78% | 0.61% | - |
| HSV(B) | 354.23º | 0.67% | 0.91% | - |
| XYZ | 38.19 | 23.4 | 12.63 | - |
| YUV | 125.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 92 | 0 | 0.67 | 0.61 | 0.09 | 354.23 | 0.78 | 0.61 |
| Hex | E9 | 4D | 5C | 0 | 43 | 3D | 9 | 162 | 4E | 3D |
| Octal | 351 | 115 | 134 | 0 | 103 | 75 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1011100 | 0 | 1000011 | 111101 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94D5C
Complementary color
Monochromatic Colors of #E94D5C
Black with #E94D5C
Text Example
Text Example
White with #E94D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D5C; }
p { color: rgb(233,77,92); }
H1.HeaderClassName
{
color: #E94D5C;
}
.AnyTagClassName
{
color: #E94D5C;
}
</style>
background-color css
<style>
a { background-color: #E94D5C; }
a { background-color: rgb(233,77,92); }
div.DivClassName
{
background-color: #E94D5C;
}
.BgClassName
{
background-color: #E94D5C;
}
</style>
border-color css
<style>
span { border-color: #E94D5C; }
span { border-color: rgb(233,77,92); }
td.TdClassName
{
border-color: #E94D5C;
}
.TagClassName
{
border-color: #E94D5C;
}
</style>