Shades of Mandy #E44A5E
Tints of Mandy #E44A5E
RGB
CMYK
RGB Variations
Color information
#E44A5E (or 0xE44A5E) is known color: Mandy. HEX triplet: E4, 4A and 5E. RGB value is (228,74,94). Sum of RGB (Red+Green+Blue) = 228+74+94=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44A5E is #1BB5A1. Grayscale: #7A7A7A. Windows color (decimal): -1815970 or 6179556. OLE color: 6179556.
HSL color Cylindrical-coordinate representation of color #E44A5E: hue angle of 352.21º degrees, saturation: 0.74, 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 #E44A5E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 94 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.11 |
| HSL | 352.21º | 0.74% | 0.59% | - |
| HSV(B) | 352.21º | 0.68% | 0.89% | - |
| XYZ | 36.46 | 22.2 | 12.95 | - |
| YUV | 122.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 94 | 0 | 0.68 | 0.59 | 0.11 | 352.21 | 0.74 | 0.59 |
| Hex | E4 | 4A | 5E | 0 | 44 | 3B | B | 160 | 4A | 3B |
| Octal | 344 | 112 | 136 | 0 | 104 | 73 | 13 | 540 | 112 | 73 |
| Binary | 11100100 | 1001010 | 1011110 | 0 | 1000100 | 111011 | 1011 | 101100000 | 1001010 | 111011 |
Color Harmonies of #E44A5E
Complementary color
Monochromatic Colors of #E44A5E
Black with #E44A5E
Text Example
Text Example
White with #E44A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A5E; }
p { color: rgb(228,74,94); }
H1.HeaderClassName
{
color: #E44A5E;
}
.AnyTagClassName
{
color: #E44A5E;
}
</style>
background-color css
<style>
a { background-color: #E44A5E; }
a { background-color: rgb(228,74,94); }
div.DivClassName
{
background-color: #E44A5E;
}
.BgClassName
{
background-color: #E44A5E;
}
</style>
border-color css
<style>
span { border-color: #E44A5E; }
span { border-color: rgb(228,74,94); }
td.TdClassName
{
border-color: #E44A5E;
}
.TagClassName
{
border-color: #E44A5E;
}
</style>