Shades of Mandy #E94B5C
Tints of Mandy #E94B5C
RGB
CMYK
RGB Variations
Color information
#E94B5C (or 0xE94B5C) is known color: Mandy. HEX triplet: E9, 4B and 5C. RGB value is (233,75,92). Sum of RGB (Red+Green+Blue) = 233+75+92=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B5C is #16B4A3. Grayscale: #7C7C7C. Windows color (decimal): -1488036 or 6048745. OLE color: 6048745.
HSL color Cylindrical-coordinate representation of color #E94B5C: hue angle of 353.54º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B5C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 92 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.09 |
| HSL | 353.54º | 0.78% | 0.6% | - |
| HSV(B) | 353.54º | 0.68% | 0.91% | - |
| XYZ | 38.05 | 23.13 | 12.58 | - |
| YUV | 124.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 92 | 0 | 0.68 | 0.61 | 0.09 | 353.54 | 0.78 | 0.6 |
| Hex | E9 | 4B | 5C | 0 | 44 | 3D | 9 | 162 | 4E | 3C |
| Octal | 351 | 113 | 134 | 0 | 104 | 75 | 11 | 542 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1011100 | 0 | 1000100 | 111101 | 1001 | 101100010 | 1001110 | 111100 |
Color Harmonies of #E94B5C
Complementary color
Monochromatic Colors of #E94B5C
Black with #E94B5C
Text Example
Text Example
White with #E94B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B5C; }
p { color: rgb(233,75,92); }
H1.HeaderClassName
{
color: #E94B5C;
}
.AnyTagClassName
{
color: #E94B5C;
}
</style>
background-color css
<style>
a { background-color: #E94B5C; }
a { background-color: rgb(233,75,92); }
div.DivClassName
{
background-color: #E94B5C;
}
.BgClassName
{
background-color: #E94B5C;
}
</style>
border-color css
<style>
span { border-color: #E94B5C; }
span { border-color: rgb(233,75,92); }
td.TdClassName
{
border-color: #E94B5C;
}
.TagClassName
{
border-color: #E94B5C;
}
</style>