Shades of Violet #EF8FFE
Tints of Violet #EF8FFE
RGB
CMYK
RGB Variations
Color information
#EF8FFE (or 0xEF8FFE) is known color: Violet. HEX triplet: EF, 8F and FE. RGB value is (239,143,254). Sum of RGB (Red+Green+Blue) = 239+143+254=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFE is #107001. Grayscale: #B8B8B8. Windows color (decimal): -1077250 or 16682991. OLE color: 16682991.
HSL color Cylindrical-coordinate representation of color #EF8FFE: hue angle of 291.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8FFE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 143 | 254 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.00 |
| HSL | 291.89º | 0.98% | 0.78% | - |
| HSV(B) | 291.89º | 0.44% | 1% | - |
| XYZ | 63.31 | 45.15 | 99.14 | - |
| YUV | 184.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 254 | 0.06 | 0.44 | 0 | 0.00 | 291.89 | 0.98 | 0.78 |
| Hex | EF | 8F | FE | 6 | 2C | 0 | 0 | 124 | 62 | 4E |
| Octal | 357 | 217 | 376 | 6 | 54 | 0 | 0 | 444 | 142 | 116 |
| Binary | 11101111 | 10001111 | 11111110 | 110 | 101100 | 0 | 0 | 100100100 | 1100010 | 1001110 |
Color Harmonies of #EF8FFE
Complementary color
Monochromatic Colors of #EF8FFE
Black with #EF8FFE
Text Example
Text Example
White with #EF8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FFE; }
p { color: rgb(239,143,254); }
H1.HeaderClassName
{
color: #EF8FFE;
}
.AnyTagClassName
{
color: #EF8FFE;
}
</style>
background-color css
<style>
a { background-color: #EF8FFE; }
a { background-color: rgb(239,143,254); }
div.DivClassName
{
background-color: #EF8FFE;
}
.BgClassName
{
background-color: #EF8FFE;
}
</style>
border-color css
<style>
span { border-color: #EF8FFE; }
span { border-color: rgb(239,143,254); }
td.TdClassName
{
border-color: #EF8FFE;
}
.TagClassName
{
border-color: #EF8FFE;
}
</style>