Shades of Mauve #EFB5FE
Tints of Mauve #EFB5FE
RGB
CMYK
RGB Variations
Color information
#EFB5FE (or 0xEFB5FE) is known color: Mauve. HEX triplet: EF, B5 and FE. RGB value is (239,181,254). Sum of RGB (Red+Green+Blue) = 239+181+254=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FE is #104A01. Grayscale: #CECECE. Windows color (decimal): -1067522 or 16692719. OLE color: 16692719.
HSL color Cylindrical-coordinate representation of color #EFB5FE: hue angle of 287.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB5FE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 239 | 181 | 254 | - |
CMYK | 0.06 | 0.29 | 0 | 0.00 |
HSL | 287.67º | 0.97% | 0.85% | - |
HSV(B) | 287.67º | 0.29% | 1% | - |
XYZ | 70.01 | 58.55 | 101.38 | - |
YUV | 206.66 | 154.72 | 151.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 254 | 0.06 | 0.29 | 0 | 0.00 | 287.67 | 0.97 | 0.85 |
Hex | EF | B5 | FE | 6 | 1D | 0 | 0 | 120 | 61 | 55 |
Octal | 357 | 265 | 376 | 6 | 35 | 0 | 0 | 440 | 141 | 125 |
Binary | 11101111 | 10110101 | 11111110 | 110 | 11101 | 0 | 0 | 100100000 | 1100001 | 1010101 |
Color Harmonies of #EFB5FE
Complementary color
Monochromatic Colors of #EFB5FE
Black with #EFB5FE
Text Example
Text Example
White with #EFB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5FE; }
p { color: rgb(239,181,254); }
H1.HeaderClassName
{
color: #EFB5FE;
}
.AnyTagClassName
{
color: #EFB5FE;
}
</style>
background-color css
<style>
a { background-color: #EFB5FE; }
a { background-color: rgb(239,181,254); }
div.DivClassName
{
background-color: #EFB5FE;
}
.BgClassName
{
background-color: #EFB5FE;
}
</style>
border-color css
<style>
span { border-color: #EFB5FE; }
span { border-color: rgb(239,181,254); }
td.TdClassName
{
border-color: #EFB5FE;
}
.TagClassName
{
border-color: #EFB5FE;
}
</style>