Shades of Melanie #E3AFBC
Tints of Melanie #E3AFBC
RGB
CMYK
RGB Variations
Color information
#E3AFBC (or 0xE3AFBC) is known color: Melanie. HEX triplet: E3, AF and BC. RGB value is (227,175,188). Sum of RGB (Red+Green+Blue) = 227+175+188=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AFBC is #1C5043. Grayscale: #C0C0C0. Windows color (decimal): -1855556 or 12365795. OLE color: 12365795.
HSL color Cylindrical-coordinate representation of color #E3AFBC: hue angle of 345º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3AFBC is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 188 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.11 |
| HSL | 345º | 0.48% | 0.79% | - |
| HSV(B) | 345º | 0.23% | 0.89% | - |
| XYZ | 56.09 | 50.62 | 54.39 | - |
| YUV | 192.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 188 | 0 | 0.23 | 0.17 | 0.11 | 345 | 0.48 | 0.79 |
| Hex | E3 | AF | BC | 0 | 17 | 11 | B | 159 | 30 | 4F |
| Octal | 343 | 257 | 274 | 0 | 27 | 21 | 13 | 531 | 60 | 117 |
| Binary | 11100011 | 10101111 | 10111100 | 0 | 10111 | 10001 | 1011 | 101011001 | 110000 | 1001111 |
Color Harmonies of #E3AFBC
Complementary color
Monochromatic Colors of #E3AFBC
Black with #E3AFBC
Text Example
Text Example
White with #E3AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFBC; }
p { color: rgb(227,175,188); }
H1.HeaderClassName
{
color: #E3AFBC;
}
.AnyTagClassName
{
color: #E3AFBC;
}
</style>
background-color css
<style>
a { background-color: #E3AFBC; }
a { background-color: rgb(227,175,188); }
div.DivClassName
{
background-color: #E3AFBC;
}
.BgClassName
{
background-color: #E3AFBC;
}
</style>
border-color css
<style>
span { border-color: #E3AFBC; }
span { border-color: rgb(227,175,188); }
td.TdClassName
{
border-color: #E3AFBC;
}
.TagClassName
{
border-color: #E3AFBC;
}
</style>