Shades of Mandy #E04356
Tints of Mandy #E04356
RGB
CMYK
RGB Variations
Color information
#E04356 (or 0xE04356) is known color: Mandy. HEX triplet: E0, 43 and 56. RGB value is (224,67,86). Sum of RGB (Red+Green+Blue) = 224+67+86=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E04356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04356 is #1FBCA9. Grayscale: #747474. Windows color (decimal): -2079914 or 5653472. OLE color: 5653472.
HSL color Cylindrical-coordinate representation of color #E04356: hue angle of 352.74º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04356 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 86 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.12 |
| HSL | 352.74º | 0.72% | 0.57% | - |
| HSV(B) | 352.74º | 0.7% | 0.88% | - |
| XYZ | 34.43 | 20.53 | 10.95 | - |
| YUV | 116.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 86 | 0 | 0.70 | 0.62 | 0.12 | 352.74 | 0.72 | 0.57 |
| Hex | E0 | 43 | 56 | 0 | 46 | 3E | C | 161 | 48 | 39 |
| Octal | 340 | 103 | 126 | 0 | 106 | 76 | 14 | 541 | 110 | 71 |
| Binary | 11100000 | 1000011 | 1010110 | 0 | 1000110 | 111110 | 1100 | 101100001 | 1001000 | 111001 |
Color Harmonies of #E04356
Complementary color
Monochromatic Colors of #E04356
Black with #E04356
Text Example
Text Example
White with #E04356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04356; }
p { color: rgb(224,67,86); }
H1.HeaderClassName
{
color: #E04356;
}
.AnyTagClassName
{
color: #E04356;
}
</style>
background-color css
<style>
a { background-color: #E04356; }
a { background-color: rgb(224,67,86); }
div.DivClassName
{
background-color: #E04356;
}
.BgClassName
{
background-color: #E04356;
}
</style>
border-color css
<style>
span { border-color: #E04356; }
span { border-color: rgb(224,67,86); }
td.TdClassName
{
border-color: #E04356;
}
.TagClassName
{
border-color: #E04356;
}
</style>