Shades of Mandy #E34F62
Tints of Mandy #E34F62
RGB
CMYK
RGB Variations
Color information
#E34F62 (or 0xE34F62) is known color: Mandy. HEX triplet: E3, 4F and 62. RGB value is (227,79,98). Sum of RGB (Red+Green+Blue) = 227+79+98=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34F62 is #1CB09D. Grayscale: #7D7D7D. Windows color (decimal): -1880222 or 6442979. OLE color: 6442979.
HSL color Cylindrical-coordinate representation of color #E34F62: hue angle of 352.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F62 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 98 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.11 |
| HSL | 352.3º | 0.73% | 0.6% | - |
| HSV(B) | 352.3º | 0.65% | 0.89% | - |
| XYZ | 36.68 | 22.8 | 14.02 | - |
| YUV | 125.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 98 | 0 | 0.65 | 0.57 | 0.11 | 352.3 | 0.73 | 0.6 |
| Hex | E3 | 4F | 62 | 0 | 41 | 39 | B | 160 | 49 | 3C |
| Octal | 343 | 117 | 142 | 0 | 101 | 71 | 13 | 540 | 111 | 74 |
| Binary | 11100011 | 1001111 | 1100010 | 0 | 1000001 | 111001 | 1011 | 101100000 | 1001001 | 111100 |
Color Harmonies of #E34F62
Complementary color
Monochromatic Colors of #E34F62
Black with #E34F62
Text Example
Text Example
White with #E34F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F62; }
p { color: rgb(227,79,98); }
H1.HeaderClassName
{
color: #E34F62;
}
.AnyTagClassName
{
color: #E34F62;
}
</style>
background-color css
<style>
a { background-color: #E34F62; }
a { background-color: rgb(227,79,98); }
div.DivClassName
{
background-color: #E34F62;
}
.BgClassName
{
background-color: #E34F62;
}
</style>
border-color css
<style>
span { border-color: #E34F62; }
span { border-color: rgb(227,79,98); }
td.TdClassName
{
border-color: #E34F62;
}
.TagClassName
{
border-color: #E34F62;
}
</style>