Shades of Mandy #E4485A
Tints of Mandy #E4485A
RGB
CMYK
RGB Variations
Color information
#E4485A (or 0xE4485A) is known color: Mandy. HEX triplet: E4, 48 and 5A. RGB value is (228,72,90). Sum of RGB (Red+Green+Blue) = 228+72+90=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4485A is #1BB7A5. Grayscale: #787878. Windows color (decimal): -1816486 or 5916900. OLE color: 5916900.
HSL color Cylindrical-coordinate representation of color #E4485A: hue angle of 353.08º 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 #E4485A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 90 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.11 |
| HSL | 353.08º | 0.74% | 0.59% | - |
| HSV(B) | 353.08º | 0.68% | 0.89% | - |
| XYZ | 36.16 | 21.87 | 11.99 | - |
| YUV | 120.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 90 | 0 | 0.68 | 0.61 | 0.11 | 353.08 | 0.74 | 0.59 |
| Hex | E4 | 48 | 5A | 0 | 44 | 3D | B | 161 | 4A | 3B |
| Octal | 344 | 110 | 132 | 0 | 104 | 75 | 13 | 541 | 112 | 73 |
| Binary | 11100100 | 1001000 | 1011010 | 0 | 1000100 | 111101 | 1011 | 101100001 | 1001010 | 111011 |
Color Harmonies of #E4485A
Complementary color
Monochromatic Colors of #E4485A
Black with #E4485A
Text Example
Text Example
White with #E4485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4485A; }
p { color: rgb(228,72,90); }
H1.HeaderClassName
{
color: #E4485A;
}
.AnyTagClassName
{
color: #E4485A;
}
</style>
background-color css
<style>
a { background-color: #E4485A; }
a { background-color: rgb(228,72,90); }
div.DivClassName
{
background-color: #E4485A;
}
.BgClassName
{
background-color: #E4485A;
}
</style>
border-color css
<style>
span { border-color: #E4485A; }
span { border-color: rgb(228,72,90); }
td.TdClassName
{
border-color: #E4485A;
}
.TagClassName
{
border-color: #E4485A;
}
</style>