Shades of Mandy #EA4B5E
Tints of Mandy #EA4B5E
RGB
CMYK
RGB Variations
Color information
#EA4B5E (or 0xEA4B5E) is known color: Mandy. HEX triplet: EA, 4B and 5E. RGB value is (234,75,94). Sum of RGB (Red+Green+Blue) = 234+75+94=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B5E is #15B4A1. Grayscale: #7C7C7C. Windows color (decimal): -1422498 or 6179818. OLE color: 6179818.
HSL color Cylindrical-coordinate representation of color #EA4B5E: hue angle of 352.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4B5E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 75 | 94 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.08 |
| HSL | 352.83º | 0.79% | 0.61% | - |
| HSV(B) | 352.83º | 0.68% | 0.92% | - |
| XYZ | 38.47 | 23.33 | 13.07 | - |
| YUV | 124.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 75 | 94 | 0 | 0.68 | 0.60 | 0.08 | 352.83 | 0.79 | 0.61 |
| Hex | EA | 4B | 5E | 0 | 44 | 3C | 8 | 161 | 4F | 3D |
| Octal | 352 | 113 | 136 | 0 | 104 | 74 | 10 | 541 | 117 | 75 |
| Binary | 11101010 | 1001011 | 1011110 | 0 | 1000100 | 111100 | 1000 | 101100001 | 1001111 | 111101 |
Color Harmonies of #EA4B5E
Complementary color
Monochromatic Colors of #EA4B5E
Black with #EA4B5E
Text Example
Text Example
White with #EA4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4B5E; }
p { color: rgb(234,75,94); }
H1.HeaderClassName
{
color: #EA4B5E;
}
.AnyTagClassName
{
color: #EA4B5E;
}
</style>
background-color css
<style>
a { background-color: #EA4B5E; }
a { background-color: rgb(234,75,94); }
div.DivClassName
{
background-color: #EA4B5E;
}
.BgClassName
{
background-color: #EA4B5E;
}
</style>
border-color css
<style>
span { border-color: #EA4B5E; }
span { border-color: rgb(234,75,94); }
td.TdClassName
{
border-color: #EA4B5E;
}
.TagClassName
{
border-color: #EA4B5E;
}
</style>