Shades of Mandy #E8484B
Tints of Mandy #E8484B
RGB
CMYK
RGB Variations
Color information
#E8484B (or 0xE8484B) is known color: Mandy. HEX triplet: E8, 48 and 4B. RGB value is (232,72,75). Sum of RGB (Red+Green+Blue) = 232+72+75=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8484B is #17B7B4. Grayscale: #787878. Windows color (decimal): -1554357 or 4933864. OLE color: 4933864.
HSL color Cylindrical-coordinate representation of color #E8484B: hue angle of 358.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8484B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 75 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.09 |
| HSL | 358.88º | 0.78% | 0.6% | - |
| HSV(B) | 358.88º | 0.69% | 0.91% | - |
| XYZ | 36.87 | 22.3 | 9.02 | - |
| YUV | 120.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 75 | 0 | 0.69 | 0.68 | 0.09 | 358.88 | 0.78 | 0.6 |
| Hex | E8 | 48 | 4B | 0 | 45 | 44 | 9 | 167 | 4E | 3C |
| Octal | 350 | 110 | 113 | 0 | 105 | 104 | 11 | 547 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1001011 | 0 | 1000101 | 1000100 | 1001 | 101100111 | 1001110 | 111100 |
Color Harmonies of #E8484B
Complementary color
Monochromatic Colors of #E8484B
Black with #E8484B
Text Example
Text Example
White with #E8484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8484B; }
p { color: rgb(232,72,75); }
H1.HeaderClassName
{
color: #E8484B;
}
.AnyTagClassName
{
color: #E8484B;
}
</style>
background-color css
<style>
a { background-color: #E8484B; }
a { background-color: rgb(232,72,75); }
div.DivClassName
{
background-color: #E8484B;
}
.BgClassName
{
background-color: #E8484B;
}
</style>
border-color css
<style>
span { border-color: #E8484B; }
span { border-color: rgb(232,72,75); }
td.TdClassName
{
border-color: #E8484B;
}
.TagClassName
{
border-color: #E8484B;
}
</style>