Shades of Violet #EE84FE
Tints of Violet #EE84FE
RGB
CMYK
RGB Variations
Color information
#EE84FE (or 0xEE84FE) is known color: Violet. HEX triplet: EE, 84 and FE. RGB value is (238,132,254). Sum of RGB (Red+Green+Blue) = 238+132+254=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84FE is #117B01. Grayscale: #B1B1B1. Windows color (decimal): -1145602 or 16680174. OLE color: 16680174.
HSL color Cylindrical-coordinate representation of color #EE84FE: hue angle of 292.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE84FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 132 | 254 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.00 |
| HSL | 292.13º | 0.98% | 0.76% | - |
| HSV(B) | 292.13º | 0.48% | 1% | - |
| XYZ | 61.4 | 41.84 | 98.6 | - |
| YUV | 177.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 254 | 0.06 | 0.48 | 0 | 0.00 | 292.13 | 0.98 | 0.76 |
| Hex | EE | 84 | FE | 6 | 30 | 0 | 0 | 124 | 62 | 4C |
| Octal | 356 | 204 | 376 | 6 | 60 | 0 | 0 | 444 | 142 | 114 |
| Binary | 11101110 | 10000100 | 11111110 | 110 | 110000 | 0 | 0 | 100100100 | 1100010 | 1001100 |
Color Harmonies of #EE84FE
Complementary color
Monochromatic Colors of #EE84FE
Black with #EE84FE
Text Example
Text Example
White with #EE84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84FE; }
p { color: rgb(238,132,254); }
H1.HeaderClassName
{
color: #EE84FE;
}
.AnyTagClassName
{
color: #EE84FE;
}
</style>
background-color css
<style>
a { background-color: #EE84FE; }
a { background-color: rgb(238,132,254); }
div.DivClassName
{
background-color: #EE84FE;
}
.BgClassName
{
background-color: #EE84FE;
}
</style>
border-color css
<style>
span { border-color: #EE84FE; }
span { border-color: rgb(238,132,254); }
td.TdClassName
{
border-color: #EE84FE;
}
.TagClassName
{
border-color: #EE84FE;
}
</style>