Shades of Violet #EF94FF
Tints of Violet #EF94FF
RGB
CMYK
RGB Variations
Color information
#EF94FF (or 0xEF94FF) is known color: Violet. HEX triplet: EF, 94 and FF. RGB value is (239,148,255). Sum of RGB (Red+Green+Blue) = 239+148+255=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 148 (58.20% from 255 or 23.05% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94FF is #106B00. Grayscale: #BBBBBB. Windows color (decimal): -1075969 or 16749807. OLE color: 16749807.
HSL color Cylindrical-coordinate representation of color #EF94FF: hue angle of 291.03º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF94FF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 148 | 255 | - |
| CMYK | 0.06 | 0.42 | 0 | 0 |
| HSL | 291.03º | 1% | 0.79% | - |
| HSV(B) | 291.03º | 0.42% | 1% | - |
| XYZ | 64.24 | 46.75 | 100.25 | - |
| YUV | 187.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 255 | 0.06 | 0.42 | 0 | 0 | 291.03 | 1 | 0.79 |
| Hex | EF | 94 | FF | 6 | 2A | 0 | 0 | 123 | 64 | 4F |
| Octal | 357 | 224 | 377 | 6 | 52 | 0 | 0 | 443 | 144 | 117 |
| Binary | 11101111 | 10010100 | 11111111 | 110 | 101010 | 0 | 0 | 100100011 | 1100100 | 1001111 |
Color Harmonies of #EF94FF
Complementary color
Monochromatic Colors of #EF94FF
Black with #EF94FF
Text Example
Text Example
White with #EF94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94FF; }
p { color: rgb(239,148,255); }
H1.HeaderClassName
{
color: #EF94FF;
}
.AnyTagClassName
{
color: #EF94FF;
}
</style>
background-color css
<style>
a { background-color: #EF94FF; }
a { background-color: rgb(239,148,255); }
div.DivClassName
{
background-color: #EF94FF;
}
.BgClassName
{
background-color: #EF94FF;
}
</style>
border-color css
<style>
span { border-color: #EF94FF; }
span { border-color: rgb(239,148,255); }
td.TdClassName
{
border-color: #EF94FF;
}
.TagClassName
{
border-color: #EF94FF;
}
</style>