Shades of Violet #EF82FE
Tints of Violet #EF82FE
RGB
CMYK
RGB Variations
Color information
#EF82FE (or 0xEF82FE) is known color: Violet. HEX triplet: EF, 82 and FE. RGB value is (239,130,254). Sum of RGB (Red+Green+Blue) = 239+130+254=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 130 (51.17% from 255 or 20.87% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF82FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82FE is #107D01. Grayscale: #B0B0B0. Windows color (decimal): -1080578 or 16679663. OLE color: 16679663.
HSL color Cylindrical-coordinate representation of color #EF82FE: hue angle of 292.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF82FE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 130 | 254 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.00 |
| HSL | 292.74º | 0.98% | 0.75% | - |
| HSV(B) | 292.74º | 0.49% | 1% | - |
| XYZ | 61.47 | 41.47 | 98.53 | - |
| YUV | 176.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 254 | 0.06 | 0.49 | 0 | 0.00 | 292.74 | 0.98 | 0.75 |
| Hex | EF | 82 | FE | 6 | 31 | 0 | 0 | 125 | 62 | 4B |
| Octal | 357 | 202 | 376 | 6 | 61 | 0 | 0 | 445 | 142 | 113 |
| Binary | 11101111 | 10000010 | 11111110 | 110 | 110001 | 0 | 0 | 100100101 | 1100010 | 1001011 |
Color Harmonies of #EF82FE
Complementary color
Monochromatic Colors of #EF82FE
Black with #EF82FE
Text Example
Text Example
White with #EF82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF82FE; }
p { color: rgb(239,130,254); }
H1.HeaderClassName
{
color: #EF82FE;
}
.AnyTagClassName
{
color: #EF82FE;
}
</style>
background-color css
<style>
a { background-color: #EF82FE; }
a { background-color: rgb(239,130,254); }
div.DivClassName
{
background-color: #EF82FE;
}
.BgClassName
{
background-color: #EF82FE;
}
</style>
border-color css
<style>
span { border-color: #EF82FE; }
span { border-color: rgb(239,130,254); }
td.TdClassName
{
border-color: #EF82FE;
}
.TagClassName
{
border-color: #EF82FE;
}
</style>