Shades of Mandy #EC505D
Tints of Mandy #EC505D
RGB
CMYK
RGB Variations
Color information
#EC505D (or 0xEC505D) is known color: Mandy. HEX triplet: EC, 50 and 5D. RGB value is (236,80,93). Sum of RGB (Red+Green+Blue) = 236+80+93=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC505D is #13AFA2. Grayscale: #808080. Windows color (decimal): -1290147 or 6115564. OLE color: 6115564.
HSL color Cylindrical-coordinate representation of color #EC505D: hue angle of 355º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC505D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 93 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.07 |
| HSL | 355º | 0.8% | 0.62% | - |
| HSV(B) | 355º | 0.66% | 0.93% | - |
| XYZ | 39.44 | 24.36 | 12.98 | - |
| YUV | 128.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 93 | 0 | 0.66 | 0.61 | 0.07 | 355 | 0.8 | 0.62 |
| Hex | EC | 50 | 5D | 0 | 42 | 3D | 7 | 163 | 50 | 3E |
| Octal | 354 | 120 | 135 | 0 | 102 | 75 | 7 | 543 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1011101 | 0 | 1000010 | 111101 | 111 | 101100011 | 1010000 | 111110 |
Color Harmonies of #EC505D
Complementary color
Monochromatic Colors of #EC505D
Black with #EC505D
Text Example
Text Example
White with #EC505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC505D; }
p { color: rgb(236,80,93); }
H1.HeaderClassName
{
color: #EC505D;
}
.AnyTagClassName
{
color: #EC505D;
}
</style>
background-color css
<style>
a { background-color: #EC505D; }
a { background-color: rgb(236,80,93); }
div.DivClassName
{
background-color: #EC505D;
}
.BgClassName
{
background-color: #EC505D;
}
</style>
border-color css
<style>
span { border-color: #EC505D; }
span { border-color: rgb(236,80,93); }
td.TdClassName
{
border-color: #EC505D;
}
.TagClassName
{
border-color: #EC505D;
}
</style>