Shades of Violet #EF89FF
Tints of Violet #EF89FF
RGB
CMYK
RGB Variations
Color information
#EF89FF (or 0xEF89FF) is known color: Violet. HEX triplet: EF, 89 and FF. RGB value is (239,137,255). Sum of RGB (Red+Green+Blue) = 239+137+255=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 137 (53.91% from 255 or 21.71% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF89FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89FF is #107600. Grayscale: #B4B4B4. Windows color (decimal): -1078785 or 16746991. OLE color: 16746991.
HSL color Cylindrical-coordinate representation of color #EF89FF: hue angle of 291.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF89FF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 137 | 255 | - |
| CMYK | 0.06 | 0.46 | 0 | 0 |
| HSL | 291.86º | 1% | 0.77% | - |
| HSV(B) | 291.86º | 0.46% | 1% | - |
| XYZ | 62.59 | 43.46 | 99.7 | - |
| YUV | 180.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 255 | 0.06 | 0.46 | 0 | 0 | 291.86 | 1 | 0.77 |
| Hex | EF | 89 | FF | 6 | 2E | 0 | 0 | 124 | 64 | 4D |
| Octal | 357 | 211 | 377 | 6 | 56 | 0 | 0 | 444 | 144 | 115 |
| Binary | 11101111 | 10001001 | 11111111 | 110 | 101110 | 0 | 0 | 100100100 | 1100100 | 1001101 |
Color Harmonies of #EF89FF
Complementary color
Monochromatic Colors of #EF89FF
Black with #EF89FF
Text Example
Text Example
White with #EF89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF89FF; }
p { color: rgb(239,137,255); }
H1.HeaderClassName
{
color: #EF89FF;
}
.AnyTagClassName
{
color: #EF89FF;
}
</style>
background-color css
<style>
a { background-color: #EF89FF; }
a { background-color: rgb(239,137,255); }
div.DivClassName
{
background-color: #EF89FF;
}
.BgClassName
{
background-color: #EF89FF;
}
</style>
border-color css
<style>
span { border-color: #EF89FF; }
span { border-color: rgb(239,137,255); }
td.TdClassName
{
border-color: #EF89FF;
}
.TagClassName
{
border-color: #EF89FF;
}
</style>