Shades of Violet #EF8FEC
Tints of Violet #EF8FEC
RGB
CMYK
RGB Variations
Color information
#EF8FEC (or 0xEF8FEC) is known color: Violet. HEX triplet: EF, 8F and EC. RGB value is (239,143,236). Sum of RGB (Red+Green+Blue) = 239+143+236=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEC is #107013. Grayscale: #B6B6B6. Windows color (decimal): -1077268 or 15503343. OLE color: 15503343.
HSL color Cylindrical-coordinate representation of color #EF8FEC: hue angle of 301.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FEC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 236 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.06 |
| HSL | 301.88º | 0.75% | 0.75% | - |
| HSV(B) | 301.88º | 0.4% | 0.94% | - |
| XYZ | 60.56 | 44.05 | 84.67 | - |
| YUV | 182.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 236 | 0 | 0.40 | 0.01 | 0.06 | 301.88 | 0.75 | 0.75 |
| Hex | EF | 8F | EC | 0 | 28 | 1 | 6 | 12E | 4B | 4B |
| Octal | 357 | 217 | 354 | 0 | 50 | 1 | 6 | 456 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11101100 | 0 | 101000 | 1 | 110 | 100101110 | 1001011 | 1001011 |
Color Harmonies of #EF8FEC
Complementary color
Monochromatic Colors of #EF8FEC
Black with #EF8FEC
Text Example
Text Example
White with #EF8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FEC; }
p { color: rgb(239,143,236); }
H1.HeaderClassName
{
color: #EF8FEC;
}
.AnyTagClassName
{
color: #EF8FEC;
}
</style>
background-color css
<style>
a { background-color: #EF8FEC; }
a { background-color: rgb(239,143,236); }
div.DivClassName
{
background-color: #EF8FEC;
}
.BgClassName
{
background-color: #EF8FEC;
}
</style>
border-color css
<style>
span { border-color: #EF8FEC; }
span { border-color: rgb(239,143,236); }
td.TdClassName
{
border-color: #EF8FEC;
}
.TagClassName
{
border-color: #EF8FEC;
}
</style>