Shades of Mandy #EA4C5B
Tints of Mandy #EA4C5B
RGB
CMYK
RGB Variations
Color information
#EA4C5B (or 0xEA4C5B) is known color: Mandy. HEX triplet: EA, 4C and 5B. RGB value is (234,76,91). Sum of RGB (Red+Green+Blue) = 234+76+91=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4C5B is #15B3A4. Grayscale: #7D7D7D. Windows color (decimal): -1422245 or 5983466. OLE color: 5983466.
HSL color Cylindrical-coordinate representation of color #EA4C5B: hue angle of 354.3º 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 #EA4C5B is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 76 | 91 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.08 |
| HSL | 354.3º | 0.79% | 0.61% | - |
| HSV(B) | 354.3º | 0.68% | 0.92% | - |
| XYZ | 38.4 | 23.42 | 12.39 | - |
| YUV | 124.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 76 | 91 | 0 | 0.68 | 0.61 | 0.08 | 354.3 | 0.79 | 0.61 |
| Hex | EA | 4C | 5B | 0 | 44 | 3D | 8 | 162 | 4F | 3D |
| Octal | 352 | 114 | 133 | 0 | 104 | 75 | 10 | 542 | 117 | 75 |
| Binary | 11101010 | 1001100 | 1011011 | 0 | 1000100 | 111101 | 1000 | 101100010 | 1001111 | 111101 |
Color Harmonies of #EA4C5B
Complementary color
Monochromatic Colors of #EA4C5B
Black with #EA4C5B
Text Example
Text Example
White with #EA4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4C5B; }
p { color: rgb(234,76,91); }
H1.HeaderClassName
{
color: #EA4C5B;
}
.AnyTagClassName
{
color: #EA4C5B;
}
</style>
background-color css
<style>
a { background-color: #EA4C5B; }
a { background-color: rgb(234,76,91); }
div.DivClassName
{
background-color: #EA4C5B;
}
.BgClassName
{
background-color: #EA4C5B;
}
</style>
border-color css
<style>
span { border-color: #EA4C5B; }
span { border-color: rgb(234,76,91); }
td.TdClassName
{
border-color: #EA4C5B;
}
.TagClassName
{
border-color: #EA4C5B;
}
</style>