Shades of Violet #EF8FFC
Tints of Violet #EF8FFC
RGB
CMYK
RGB Variations
Color information
#EF8FFC (or 0xEF8FFC) is known color: Violet. HEX triplet: EF, 8F and FC. RGB value is (239,143,252). Sum of RGB (Red+Green+Blue) = 239+143+252=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFC is #107003. Grayscale: #B7B7B7. Windows color (decimal): -1077252 or 16551919. OLE color: 16551919.
HSL color Cylindrical-coordinate representation of color #EF8FFC: hue angle of 292.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8FFC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 143 | 252 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.01 |
| HSL | 292.84º | 0.95% | 0.77% | - |
| HSV(B) | 292.84º | 0.43% | 0.99% | - |
| XYZ | 62.99 | 45.02 | 97.47 | - |
| YUV | 184.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 252 | 0.05 | 0.43 | 0 | 0.01 | 292.84 | 0.95 | 0.77 |
| Hex | EF | 8F | FC | 5 | 2B | 0 | 1 | 125 | 5F | 4D |
| Octal | 357 | 217 | 374 | 5 | 53 | 0 | 1 | 445 | 137 | 115 |
| Binary | 11101111 | 10001111 | 11111100 | 101 | 101011 | 0 | 1 | 100100101 | 1011111 | 1001101 |
Color Harmonies of #EF8FFC
Complementary color
Monochromatic Colors of #EF8FFC
Black with #EF8FFC
Text Example
Text Example
White with #EF8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FFC; }
p { color: rgb(239,143,252); }
H1.HeaderClassName
{
color: #EF8FFC;
}
.AnyTagClassName
{
color: #EF8FFC;
}
</style>
background-color css
<style>
a { background-color: #EF8FFC; }
a { background-color: rgb(239,143,252); }
div.DivClassName
{
background-color: #EF8FFC;
}
.BgClassName
{
background-color: #EF8FFC;
}
</style>
border-color css
<style>
span { border-color: #EF8FFC; }
span { border-color: rgb(239,143,252); }
td.TdClassName
{
border-color: #EF8FFC;
}
.TagClassName
{
border-color: #EF8FFC;
}
</style>