Shades of Mandy #EA515A
Tints of Mandy #EA515A
RGB
CMYK
RGB Variations
Color information
#EA515A (or 0xEA515A) is known color: Mandy. HEX triplet: EA, 51 and 5A. RGB value is (234,81,90). Sum of RGB (Red+Green+Blue) = 234+81+90=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA515A is #15AEA5. Grayscale: #7F7F7F. Windows color (decimal): -1420966 or 5919210. OLE color: 5919210.
HSL color Cylindrical-coordinate representation of color #EA515A: hue angle of 356.47º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA515A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 90 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.08 |
| HSL | 356.47º | 0.78% | 0.62% | - |
| HSV(B) | 356.47º | 0.65% | 0.92% | - |
| XYZ | 38.72 | 24.12 | 12.29 | - |
| YUV | 127.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 90 | 0 | 0.65 | 0.62 | 0.08 | 356.47 | 0.78 | 0.62 |
| Hex | EA | 51 | 5A | 0 | 41 | 3E | 8 | 164 | 4E | 3E |
| Octal | 352 | 121 | 132 | 0 | 101 | 76 | 10 | 544 | 116 | 76 |
| Binary | 11101010 | 1010001 | 1011010 | 0 | 1000001 | 111110 | 1000 | 101100100 | 1001110 | 111110 |
Color Harmonies of #EA515A
Complementary color
Monochromatic Colors of #EA515A
Black with #EA515A
Text Example
Text Example
White with #EA515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA515A; }
p { color: rgb(234,81,90); }
H1.HeaderClassName
{
color: #EA515A;
}
.AnyTagClassName
{
color: #EA515A;
}
</style>
background-color css
<style>
a { background-color: #EA515A; }
a { background-color: rgb(234,81,90); }
div.DivClassName
{
background-color: #EA515A;
}
.BgClassName
{
background-color: #EA515A;
}
</style>
border-color css
<style>
span { border-color: #EA515A; }
span { border-color: rgb(234,81,90); }
td.TdClassName
{
border-color: #EA515A;
}
.TagClassName
{
border-color: #EA515A;
}
</style>