Shades of Mandy #E34952
Tints of Mandy #E34952
RGB
CMYK
RGB Variations
Color information
#E34952 (or 0xE34952) is known color: Mandy. HEX triplet: E3, 49 and 52. RGB value is (227,73,82). Sum of RGB (Red+Green+Blue) = 227+73+82=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E34952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34952 is #1CB6AD. Grayscale: #787878. Windows color (decimal): -1881774 or 5392867. OLE color: 5392867.
HSL color Cylindrical-coordinate representation of color #E34952: hue angle of 356.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34952 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 82 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.11 |
| HSL | 356.49º | 0.73% | 0.59% | - |
| HSV(B) | 356.49º | 0.68% | 0.89% | - |
| XYZ | 35.58 | 21.71 | 10.3 | - |
| YUV | 120.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 82 | 0 | 0.68 | 0.64 | 0.11 | 356.49 | 0.73 | 0.59 |
| Hex | E3 | 49 | 52 | 0 | 44 | 40 | B | 164 | 49 | 3B |
| Octal | 343 | 111 | 122 | 0 | 104 | 100 | 13 | 544 | 111 | 73 |
| Binary | 11100011 | 1001001 | 1010010 | 0 | 1000100 | 1000000 | 1011 | 101100100 | 1001001 | 111011 |
Color Harmonies of #E34952
Complementary color
Monochromatic Colors of #E34952
Black with #E34952
Text Example
Text Example
White with #E34952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34952; }
p { color: rgb(227,73,82); }
H1.HeaderClassName
{
color: #E34952;
}
.AnyTagClassName
{
color: #E34952;
}
</style>
background-color css
<style>
a { background-color: #E34952; }
a { background-color: rgb(227,73,82); }
div.DivClassName
{
background-color: #E34952;
}
.BgClassName
{
background-color: #E34952;
}
</style>
border-color css
<style>
span { border-color: #E34952; }
span { border-color: rgb(227,73,82); }
td.TdClassName
{
border-color: #E34952;
}
.TagClassName
{
border-color: #E34952;
}
</style>