Shades of Mandy #E6505A
Tints of Mandy #E6505A
RGB
CMYK
RGB Variations
Color information
#E6505A (or 0xE6505A) is known color: Mandy. HEX triplet: E6, 50 and 5A. RGB value is (230,80,90). Sum of RGB (Red+Green+Blue) = 230+80+90=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E6505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6505A is #19AFA5. Grayscale: #7E7E7E. Windows color (decimal): -1683366 or 5918950. OLE color: 5918950.
HSL color Cylindrical-coordinate representation of color #E6505A: hue angle of 356º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6505A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 90 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.10 |
| HSL | 356º | 0.75% | 0.61% | - |
| HSV(B) | 356º | 0.65% | 0.9% | - |
| XYZ | 37.35 | 23.3 | 12.2 | - |
| YUV | 125.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 90 | 0 | 0.65 | 0.61 | 0.10 | 356 | 0.75 | 0.61 |
| Hex | E6 | 50 | 5A | 0 | 41 | 3D | A | 164 | 4B | 3D |
| Octal | 346 | 120 | 132 | 0 | 101 | 75 | 12 | 544 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1011010 | 0 | 1000001 | 111101 | 1010 | 101100100 | 1001011 | 111101 |
Color Harmonies of #E6505A
Complementary color
Monochromatic Colors of #E6505A
Black with #E6505A
Text Example
Text Example
White with #E6505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6505A; }
p { color: rgb(230,80,90); }
H1.HeaderClassName
{
color: #E6505A;
}
.AnyTagClassName
{
color: #E6505A;
}
</style>
background-color css
<style>
a { background-color: #E6505A; }
a { background-color: rgb(230,80,90); }
div.DivClassName
{
background-color: #E6505A;
}
.BgClassName
{
background-color: #E6505A;
}
</style>
border-color css
<style>
span { border-color: #E6505A; }
span { border-color: rgb(230,80,90); }
td.TdClassName
{
border-color: #E6505A;
}
.TagClassName
{
border-color: #E6505A;
}
</style>