Shades of Mandy #E94E5C
Tints of Mandy #E94E5C
RGB
CMYK
RGB Variations
Color information
#E94E5C (or 0xE94E5C) is known color: Mandy. HEX triplet: E9, 4E and 5C. RGB value is (233,78,92). Sum of RGB (Red+Green+Blue) = 233+78+92=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E5C is #16B1A3. Grayscale: #7E7E7E. Windows color (decimal): -1487268 or 6049513. OLE color: 6049513.
HSL color Cylindrical-coordinate representation of color #E94E5C: hue angle of 354.58º 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 #E94E5C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 92 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.09 |
| HSL | 354.58º | 0.78% | 0.61% | - |
| HSV(B) | 354.58º | 0.67% | 0.91% | - |
| XYZ | 38.26 | 23.55 | 12.65 | - |
| YUV | 125.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 92 | 0 | 0.67 | 0.61 | 0.09 | 354.58 | 0.78 | 0.61 |
| Hex | E9 | 4E | 5C | 0 | 43 | 3D | 9 | 163 | 4E | 3D |
| Octal | 351 | 116 | 134 | 0 | 103 | 75 | 11 | 543 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1011100 | 0 | 1000011 | 111101 | 1001 | 101100011 | 1001110 | 111101 |
Color Harmonies of #E94E5C
Complementary color
Monochromatic Colors of #E94E5C
Black with #E94E5C
Text Example
Text Example
White with #E94E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E5C; }
p { color: rgb(233,78,92); }
H1.HeaderClassName
{
color: #E94E5C;
}
.AnyTagClassName
{
color: #E94E5C;
}
</style>
background-color css
<style>
a { background-color: #E94E5C; }
a { background-color: rgb(233,78,92); }
div.DivClassName
{
background-color: #E94E5C;
}
.BgClassName
{
background-color: #E94E5C;
}
</style>
border-color css
<style>
span { border-color: #E94E5C; }
span { border-color: rgb(233,78,92); }
td.TdClassName
{
border-color: #E94E5C;
}
.TagClassName
{
border-color: #E94E5C;
}
</style>