Shades of Violet #EF8FF8
Tints of Violet #EF8FF8
RGB
CMYK
RGB Variations
Color information
#EF8FF8 (or 0xEF8FF8) is known color: Violet. HEX triplet: EF, 8F and F8. RGB value is (239,143,248). Sum of RGB (Red+Green+Blue) = 239+143+248=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF8FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FF8 is #107007. Grayscale: #B7B7B7. Windows color (decimal): -1077256 or 16289775. OLE color: 16289775.
HSL color Cylindrical-coordinate representation of color #EF8FF8: hue angle of 294.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8FF8 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 143 | 248 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.03 |
| HSL | 294.86º | 0.88% | 0.77% | - |
| HSV(B) | 294.86º | 0.42% | 0.97% | - |
| XYZ | 62.36 | 44.77 | 94.16 | - |
| YUV | 183.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 248 | 0.04 | 0.42 | 0 | 0.03 | 294.86 | 0.88 | 0.77 |
| Hex | EF | 8F | F8 | 4 | 2A | 0 | 3 | 127 | 58 | 4D |
| Octal | 357 | 217 | 370 | 4 | 52 | 0 | 3 | 447 | 130 | 115 |
| Binary | 11101111 | 10001111 | 11111000 | 100 | 101010 | 0 | 11 | 100100111 | 1011000 | 1001101 |
Color Harmonies of #EF8FF8
Complementary color
Monochromatic Colors of #EF8FF8
Black with #EF8FF8
Text Example
Text Example
White with #EF8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FF8; }
p { color: rgb(239,143,248); }
H1.HeaderClassName
{
color: #EF8FF8;
}
.AnyTagClassName
{
color: #EF8FF8;
}
</style>
background-color css
<style>
a { background-color: #EF8FF8; }
a { background-color: rgb(239,143,248); }
div.DivClassName
{
background-color: #EF8FF8;
}
.BgClassName
{
background-color: #EF8FF8;
}
</style>
border-color css
<style>
span { border-color: #EF8FF8; }
span { border-color: rgb(239,143,248); }
td.TdClassName
{
border-color: #EF8FF8;
}
.TagClassName
{
border-color: #EF8FF8;
}
</style>