Shades of Mandy #E94B5A
Tints of Mandy #E94B5A
RGB
CMYK
RGB Variations
Color information
#E94B5A (or 0xE94B5A) is known color: Mandy. HEX triplet: E9, 4B and 5A. RGB value is (233,75,90). Sum of RGB (Red+Green+Blue) = 233+75+90=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B5A is #16B4A5. Grayscale: #7C7C7C. Windows color (decimal): -1488038 or 5917673. OLE color: 5917673.
HSL color Cylindrical-coordinate representation of color #E94B5A: hue angle of 354.3º 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 #E94B5A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 90 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.09 |
| HSL | 354.3º | 0.78% | 0.6% | - |
| HSV(B) | 354.3º | 0.68% | 0.91% | - |
| XYZ | 37.97 | 23.09 | 12.13 | - |
| YUV | 123.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 90 | 0 | 0.68 | 0.61 | 0.09 | 354.3 | 0.78 | 0.6 |
| Hex | E9 | 4B | 5A | 0 | 44 | 3D | 9 | 162 | 4E | 3C |
| Octal | 351 | 113 | 132 | 0 | 104 | 75 | 11 | 542 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1011010 | 0 | 1000100 | 111101 | 1001 | 101100010 | 1001110 | 111100 |
Color Harmonies of #E94B5A
Complementary color
Monochromatic Colors of #E94B5A
Black with #E94B5A
Text Example
Text Example
White with #E94B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B5A; }
p { color: rgb(233,75,90); }
H1.HeaderClassName
{
color: #E94B5A;
}
.AnyTagClassName
{
color: #E94B5A;
}
</style>
background-color css
<style>
a { background-color: #E94B5A; }
a { background-color: rgb(233,75,90); }
div.DivClassName
{
background-color: #E94B5A;
}
.BgClassName
{
background-color: #E94B5A;
}
</style>
border-color css
<style>
span { border-color: #E94B5A; }
span { border-color: rgb(233,75,90); }
td.TdClassName
{
border-color: #E94B5A;
}
.TagClassName
{
border-color: #E94B5A;
}
</style>