Shades of Violet #EE84F9
Tints of Violet #EE84F9
RGB
CMYK
RGB Variations
Color information
#EE84F9 (or 0xEE84F9) is known color: Violet. HEX triplet: EE, 84 and F9. RGB value is (238,132,249). Sum of RGB (Red+Green+Blue) = 238+132+249=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE84F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84F9 is #117B06. Grayscale: #B0B0B0. Windows color (decimal): -1145607 or 16352494. OLE color: 16352494.
HSL color Cylindrical-coordinate representation of color #EE84F9: hue angle of 294.36º degrees, saturation: 0.91, 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 #EE84F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 132 | 249 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 294.36º | 0.91% | 0.75% | - |
| HSV(B) | 294.36º | 0.47% | 0.98% | - |
| XYZ | 60.61 | 41.52 | 94.44 | - |
| YUV | 177.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 249 | 0.04 | 0.47 | 0 | 0.02 | 294.36 | 0.91 | 0.75 |
| Hex | EE | 84 | F9 | 4 | 2F | 0 | 2 | 126 | 5B | 4B |
| Octal | 356 | 204 | 371 | 4 | 57 | 0 | 2 | 446 | 133 | 113 |
| Binary | 11101110 | 10000100 | 11111001 | 100 | 101111 | 0 | 10 | 100100110 | 1011011 | 1001011 |
Color Harmonies of #EE84F9
Complementary color
Monochromatic Colors of #EE84F9
Black with #EE84F9
Text Example
Text Example
White with #EE84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84F9; }
p { color: rgb(238,132,249); }
H1.HeaderClassName
{
color: #EE84F9;
}
.AnyTagClassName
{
color: #EE84F9;
}
</style>
background-color css
<style>
a { background-color: #EE84F9; }
a { background-color: rgb(238,132,249); }
div.DivClassName
{
background-color: #EE84F9;
}
.BgClassName
{
background-color: #EE84F9;
}
</style>
border-color css
<style>
span { border-color: #EE84F9; }
span { border-color: rgb(238,132,249); }
td.TdClassName
{
border-color: #EE84F9;
}
.TagClassName
{
border-color: #EE84F9;
}
</style>