Shades of Violet #EF85FA
Tints of Violet #EF85FA
RGB
CMYK
RGB Variations
Color information
#EF85FA (or 0xEF85FA) is known color: Violet. HEX triplet: EF, 85 and FA. RGB value is (239,133,250). Sum of RGB (Red+Green+Blue) = 239+133+250=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85FA is #107A05. Grayscale: #B1B1B1. Windows color (decimal): -1079814 or 16418287. OLE color: 16418287.
HSL color Cylindrical-coordinate representation of color #EF85FA: hue angle of 294.36º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF85FA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 133 | 250 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 294.36º | 0.92% | 0.75% | - |
| HSV(B) | 294.36º | 0.47% | 0.98% | - |
| XYZ | 61.24 | 42.03 | 95.33 | - |
| YUV | 178.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 250 | 0.04 | 0.47 | 0 | 0.02 | 294.36 | 0.92 | 0.75 |
| Hex | EF | 85 | FA | 4 | 2F | 0 | 2 | 126 | 5C | 4B |
| Octal | 357 | 205 | 372 | 4 | 57 | 0 | 2 | 446 | 134 | 113 |
| Binary | 11101111 | 10000101 | 11111010 | 100 | 101111 | 0 | 10 | 100100110 | 1011100 | 1001011 |
Color Harmonies of #EF85FA
Complementary color
Monochromatic Colors of #EF85FA
Black with #EF85FA
Text Example
Text Example
White with #EF85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85FA; }
p { color: rgb(239,133,250); }
H1.HeaderClassName
{
color: #EF85FA;
}
.AnyTagClassName
{
color: #EF85FA;
}
</style>
background-color css
<style>
a { background-color: #EF85FA; }
a { background-color: rgb(239,133,250); }
div.DivClassName
{
background-color: #EF85FA;
}
.BgClassName
{
background-color: #EF85FA;
}
</style>
border-color css
<style>
span { border-color: #EF85FA; }
span { border-color: rgb(239,133,250); }
td.TdClassName
{
border-color: #EF85FA;
}
.TagClassName
{
border-color: #EF85FA;
}
</style>