Shades of Violet #EE82FE
Tints of Violet #EE82FE
RGB
CMYK
RGB Variations
Color information
#EE82FE (or 0xEE82FE) is known color: Violet. HEX triplet: EE, 82 and FE. RGB value is (238,130,254). Sum of RGB (Red+Green+Blue) = 238+130+254=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE82FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82FE is #117D01. Grayscale: #B0B0B0. Windows color (decimal): -1146114 or 16679662. OLE color: 16679662.
HSL color Cylindrical-coordinate representation of color #EE82FE: hue angle of 292.26º 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 #EE82FE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 130 | 254 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.00 |
| HSL | 292.26º | 0.98% | 0.75% | - |
| HSV(B) | 292.26º | 0.49% | 1% | - |
| XYZ | 61.13 | 41.3 | 98.52 | - |
| YUV | 176.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 254 | 0.06 | 0.49 | 0 | 0.00 | 292.26 | 0.98 | 0.75 |
| Hex | EE | 82 | FE | 6 | 31 | 0 | 0 | 124 | 62 | 4B |
| Octal | 356 | 202 | 376 | 6 | 61 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101110 | 10000010 | 11111110 | 110 | 110001 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EE82FE
Complementary color
Monochromatic Colors of #EE82FE
Black with #EE82FE
Text Example
Text Example
White with #EE82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82FE; }
p { color: rgb(238,130,254); }
H1.HeaderClassName
{
color: #EE82FE;
}
.AnyTagClassName
{
color: #EE82FE;
}
</style>
background-color css
<style>
a { background-color: #EE82FE; }
a { background-color: rgb(238,130,254); }
div.DivClassName
{
background-color: #EE82FE;
}
.BgClassName
{
background-color: #EE82FE;
}
</style>
border-color css
<style>
span { border-color: #EE82FE; }
span { border-color: rgb(238,130,254); }
td.TdClassName
{
border-color: #EE82FE;
}
.TagClassName
{
border-color: #EE82FE;
}
</style>