Shades of Violet #EF9AFF
Tints of Violet #EF9AFF
RGB
CMYK
RGB Variations
Color information
#EF9AFF (or 0xEF9AFF) is known color: Violet. HEX triplet: EF, 9A and FF. RGB value is (239,154,255). Sum of RGB (Red+Green+Blue) = 239+154+255=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9AFF is #106500. Grayscale: #BEBEBE. Windows color (decimal): -1074433 or 16751343. OLE color: 16751343.
HSL color Cylindrical-coordinate representation of color #EF9AFF: hue angle of 290.5º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF9AFF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 154 | 255 | - |
| CMYK | 0.06 | 0.40 | 0 | 0 |
| HSL | 290.5º | 1% | 0.8% | - |
| HSV(B) | 290.5º | 0.4% | 1% | - |
| XYZ | 65.2 | 48.68 | 100.57 | - |
| YUV | 190.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 255 | 0.06 | 0.40 | 0 | 0 | 290.5 | 1 | 0.8 |
| Hex | EF | 9A | FF | 6 | 28 | 0 | 0 | 122 | 64 | 50 |
| Octal | 357 | 232 | 377 | 6 | 50 | 0 | 0 | 442 | 144 | 120 |
| Binary | 11101111 | 10011010 | 11111111 | 110 | 101000 | 0 | 0 | 100100010 | 1100100 | 1010000 |
Color Harmonies of #EF9AFF
Complementary color
Monochromatic Colors of #EF9AFF
Black with #EF9AFF
Text Example
Text Example
White with #EF9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9AFF; }
p { color: rgb(239,154,255); }
H1.HeaderClassName
{
color: #EF9AFF;
}
.AnyTagClassName
{
color: #EF9AFF;
}
</style>
background-color css
<style>
a { background-color: #EF9AFF; }
a { background-color: rgb(239,154,255); }
div.DivClassName
{
background-color: #EF9AFF;
}
.BgClassName
{
background-color: #EF9AFF;
}
</style>
border-color css
<style>
span { border-color: #EF9AFF; }
span { border-color: rgb(239,154,255); }
td.TdClassName
{
border-color: #EF9AFF;
}
.TagClassName
{
border-color: #EF9AFF;
}
</style>