Shades of Mauve #EFB5FB
Tints of Mauve #EFB5FB
RGB
CMYK
RGB Variations
Color information
#EFB5FB (or 0xEFB5FB) is known color: Mauve. HEX triplet: EF, B5 and FB. RGB value is (239,181,251). Sum of RGB (Red+Green+Blue) = 239+181+251=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FB is #104A04. Grayscale: #CECECE. Windows color (decimal): -1067525 or 16496111. OLE color: 16496111.
HSL color Cylindrical-coordinate representation of color #EFB5FB: hue angle of 289.71º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB5FB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 181 | 251 | - |
CMYK | 0.05 | 0.28 | 0 | 0.02 |
HSL | 289.71º | 0.9% | 0.85% | - |
HSV(B) | 289.71º | 0.28% | 0.98% | - |
XYZ | 69.53 | 58.36 | 98.87 | - |
YUV | 206.32 | 153.22 | 151.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 251 | 0.05 | 0.28 | 0 | 0.02 | 289.71 | 0.9 | 0.85 |
Hex | EF | B5 | FB | 5 | 1C | 0 | 2 | 122 | 5A | 55 |
Octal | 357 | 265 | 373 | 5 | 34 | 0 | 2 | 442 | 132 | 125 |
Binary | 11101111 | 10110101 | 11111011 | 101 | 11100 | 0 | 10 | 100100010 | 1011010 | 1010101 |
Color Harmonies of #EFB5FB
Complementary color
Monochromatic Colors of #EFB5FB
Black with #EFB5FB
Text Example
Text Example
White with #EFB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5FB; }
p { color: rgb(239,181,251); }
H1.HeaderClassName
{
color: #EFB5FB;
}
.AnyTagClassName
{
color: #EFB5FB;
}
</style>
background-color css
<style>
a { background-color: #EFB5FB; }
a { background-color: rgb(239,181,251); }
div.DivClassName
{
background-color: #EFB5FB;
}
.BgClassName
{
background-color: #EFB5FB;
}
</style>
border-color css
<style>
span { border-color: #EFB5FB; }
span { border-color: rgb(239,181,251); }
td.TdClassName
{
border-color: #EFB5FB;
}
.TagClassName
{
border-color: #EFB5FB;
}
</style>