Shades of Mandy #E3505C
Tints of Mandy #E3505C
RGB
CMYK
RGB Variations
Color information
#E3505C (or 0xE3505C) is known color: Mandy. HEX triplet: E3, 50 and 5C. RGB value is (227,80,92). Sum of RGB (Red+Green+Blue) = 227+80+92=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E3505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3505C is #1CAFA3. Grayscale: #7D7D7D. Windows color (decimal): -1879972 or 6050019. OLE color: 6050019.
HSL color Cylindrical-coordinate representation of color #E3505C: hue angle of 355.1º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3505C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 92 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.11 |
| HSL | 355.1º | 0.72% | 0.6% | - |
| HSV(B) | 355.1º | 0.65% | 0.89% | - |
| XYZ | 36.48 | 22.84 | 12.61 | - |
| YUV | 125.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 92 | 0 | 0.65 | 0.59 | 0.11 | 355.1 | 0.72 | 0.6 |
| Hex | E3 | 50 | 5C | 0 | 41 | 3B | B | 163 | 48 | 3C |
| Octal | 343 | 120 | 134 | 0 | 101 | 73 | 13 | 543 | 110 | 74 |
| Binary | 11100011 | 1010000 | 1011100 | 0 | 1000001 | 111011 | 1011 | 101100011 | 1001000 | 111100 |
Color Harmonies of #E3505C
Complementary color
Monochromatic Colors of #E3505C
Black with #E3505C
Text Example
Text Example
White with #E3505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3505C; }
p { color: rgb(227,80,92); }
H1.HeaderClassName
{
color: #E3505C;
}
.AnyTagClassName
{
color: #E3505C;
}
</style>
background-color css
<style>
a { background-color: #E3505C; }
a { background-color: rgb(227,80,92); }
div.DivClassName
{
background-color: #E3505C;
}
.BgClassName
{
background-color: #E3505C;
}
</style>
border-color css
<style>
span { border-color: #E3505C; }
span { border-color: rgb(227,80,92); }
td.TdClassName
{
border-color: #E3505C;
}
.TagClassName
{
border-color: #E3505C;
}
</style>