Shades of Mauvelous #EB8FA5
Tints of Mauvelous #EB8FA5
RGB
CMYK
RGB Variations
Color information
#EB8FA5 (or 0xEB8FA5) is known color: Mauvelous. HEX triplet: EB, 8F and A5. RGB value is (235,143,165). Sum of RGB (Red+Green+Blue) = 235+143+165=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8FA5 is #14705A. Grayscale: #ADADAD. Windows color (decimal): -1339483 or 10850283. OLE color: 10850283.
HSL color Cylindrical-coordinate representation of color #EB8FA5: hue angle of 345.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FA5 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 165 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.08 |
| HSL | 345.65º | 0.7% | 0.74% | - |
| HSV(B) | 345.65º | 0.39% | 0.92% | - |
| XYZ | 50.87 | 40.02 | 40.64 | - |
| YUV | 173.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 165 | 0 | 0.39 | 0.30 | 0.08 | 345.65 | 0.7 | 0.74 |
| Hex | EB | 8F | A5 | 0 | 27 | 1E | 8 | 15A | 46 | 4A |
| Octal | 353 | 217 | 245 | 0 | 47 | 36 | 10 | 532 | 106 | 112 |
| Binary | 11101011 | 10001111 | 10100101 | 0 | 100111 | 11110 | 1000 | 101011010 | 1000110 | 1001010 |
Color Harmonies of #EB8FA5
Complementary color
Monochromatic Colors of #EB8FA5
Black with #EB8FA5
Text Example
Text Example
White with #EB8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FA5; }
p { color: rgb(235,143,165); }
H1.HeaderClassName
{
color: #EB8FA5;
}
.AnyTagClassName
{
color: #EB8FA5;
}
</style>
background-color css
<style>
a { background-color: #EB8FA5; }
a { background-color: rgb(235,143,165); }
div.DivClassName
{
background-color: #EB8FA5;
}
.BgClassName
{
background-color: #EB8FA5;
}
</style>
border-color css
<style>
span { border-color: #EB8FA5; }
span { border-color: rgb(235,143,165); }
td.TdClassName
{
border-color: #EB8FA5;
}
.TagClassName
{
border-color: #EB8FA5;
}
</style>