Shades of Mauve #EFB5F5
Tints of Mauve #EFB5F5
RGB
CMYK
RGB Variations
Color information
#EFB5F5 (or 0xEFB5F5) is known color: Mauve. HEX triplet: EF, B5 and F5. RGB value is (239,181,245). Sum of RGB (Red+Green+Blue) = 239+181+245=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFB5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5F5 is #104A0A. Grayscale: #CDCDCD. Windows color (decimal): -1067531 or 16102895. OLE color: 16102895.
HSL color Cylindrical-coordinate representation of color #EFB5F5: hue angle of 294.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB5F5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 181 | 245 | - |
CMYK | 0.02 | 0.26 | 0 | 0.04 |
HSL | 294.38º | 0.76% | 0.84% | - |
HSV(B) | 294.38º | 0.26% | 0.96% | - |
XYZ | 68.6 | 57.99 | 93.96 | - |
YUV | 205.64 | 150.22 | 151.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 245 | 0.02 | 0.26 | 0 | 0.04 | 294.38 | 0.76 | 0.84 |
Hex | EF | B5 | F5 | 2 | 1A | 0 | 4 | 126 | 4C | 54 |
Octal | 357 | 265 | 365 | 2 | 32 | 0 | 4 | 446 | 114 | 124 |
Binary | 11101111 | 10110101 | 11110101 | 10 | 11010 | 0 | 100 | 100100110 | 1001100 | 1010100 |
Color Harmonies of #EFB5F5
Complementary color
Monochromatic Colors of #EFB5F5
Black with #EFB5F5
Text Example
Text Example
White with #EFB5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5F5; }
p { color: rgb(239,181,245); }
H1.HeaderClassName
{
color: #EFB5F5;
}
.AnyTagClassName
{
color: #EFB5F5;
}
</style>
background-color css
<style>
a { background-color: #EFB5F5; }
a { background-color: rgb(239,181,245); }
div.DivClassName
{
background-color: #EFB5F5;
}
.BgClassName
{
background-color: #EFB5F5;
}
</style>
border-color css
<style>
span { border-color: #EFB5F5; }
span { border-color: rgb(239,181,245); }
td.TdClassName
{
border-color: #EFB5F5;
}
.TagClassName
{
border-color: #EFB5F5;
}
</style>