Shades of Mandy #E94C5C
Tints of Mandy #E94C5C
RGB
CMYK
RGB Variations
Color information
#E94C5C (or 0xE94C5C) is known color: Mandy. HEX triplet: E9, 4C and 5C. RGB value is (233,76,92). Sum of RGB (Red+Green+Blue) = 233+76+92=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C5C is #16B3A3. Grayscale: #7C7C7C. Windows color (decimal): -1487780 or 6049001. OLE color: 6049001.
HSL color Cylindrical-coordinate representation of color #E94C5C: hue angle of 353.89º 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 #E94C5C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 92 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.09 |
| HSL | 353.89º | 0.78% | 0.61% | - |
| HSV(B) | 353.89º | 0.67% | 0.91% | - |
| XYZ | 38.12 | 23.27 | 12.61 | - |
| YUV | 124.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 92 | 0 | 0.67 | 0.61 | 0.09 | 353.89 | 0.78 | 0.61 |
| Hex | E9 | 4C | 5C | 0 | 43 | 3D | 9 | 162 | 4E | 3D |
| Octal | 351 | 114 | 134 | 0 | 103 | 75 | 11 | 542 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1011100 | 0 | 1000011 | 111101 | 1001 | 101100010 | 1001110 | 111101 |
Color Harmonies of #E94C5C
Complementary color
Monochromatic Colors of #E94C5C
Black with #E94C5C
Text Example
Text Example
White with #E94C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C5C; }
p { color: rgb(233,76,92); }
H1.HeaderClassName
{
color: #E94C5C;
}
.AnyTagClassName
{
color: #E94C5C;
}
</style>
background-color css
<style>
a { background-color: #E94C5C; }
a { background-color: rgb(233,76,92); }
div.DivClassName
{
background-color: #E94C5C;
}
.BgClassName
{
background-color: #E94C5C;
}
</style>
border-color css
<style>
span { border-color: #E94C5C; }
span { border-color: rgb(233,76,92); }
td.TdClassName
{
border-color: #E94C5C;
}
.TagClassName
{
border-color: #E94C5C;
}
</style>