Shades of Mandy #EA505A
Tints of Mandy #EA505A
RGB
CMYK
RGB Variations
Color information
#EA505A (or 0xEA505A) is known color: Mandy. HEX triplet: EA, 50 and 5A. RGB value is (234,80,90). Sum of RGB (Red+Green+Blue) = 234+80+90=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA505A is #15AFA5. Grayscale: #7F7F7F. Windows color (decimal): -1421222 or 5918954. OLE color: 5918954.
HSL color Cylindrical-coordinate representation of color #EA505A: hue angle of 356.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA505A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 90 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.08 |
| HSL | 356.1º | 0.79% | 0.62% | - |
| HSV(B) | 356.1º | 0.66% | 0.92% | - |
| XYZ | 38.65 | 23.97 | 12.26 | - |
| YUV | 127.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 90 | 0 | 0.66 | 0.62 | 0.08 | 356.1 | 0.79 | 0.62 |
| Hex | EA | 50 | 5A | 0 | 42 | 3E | 8 | 164 | 4F | 3E |
| Octal | 352 | 120 | 132 | 0 | 102 | 76 | 10 | 544 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1011010 | 0 | 1000010 | 111110 | 1000 | 101100100 | 1001111 | 111110 |
Color Harmonies of #EA505A
Complementary color
Monochromatic Colors of #EA505A
Black with #EA505A
Text Example
Text Example
White with #EA505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA505A; }
p { color: rgb(234,80,90); }
H1.HeaderClassName
{
color: #EA505A;
}
.AnyTagClassName
{
color: #EA505A;
}
</style>
background-color css
<style>
a { background-color: #EA505A; }
a { background-color: rgb(234,80,90); }
div.DivClassName
{
background-color: #EA505A;
}
.BgClassName
{
background-color: #EA505A;
}
</style>
border-color css
<style>
span { border-color: #EA505A; }
span { border-color: rgb(234,80,90); }
td.TdClassName
{
border-color: #EA505A;
}
.TagClassName
{
border-color: #EA505A;
}
</style>