Shades of Violet #EE84EF
Tints of Violet #EE84EF
RGB
CMYK
RGB Variations
Color information
#EE84EF (or 0xEE84EF) is known color: Violet. HEX triplet: EE, 84 and EF. RGB value is (238,132,239). Sum of RGB (Red+Green+Blue) = 238+132+239=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE84EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EF is #117B10. Grayscale: #AFAFAF. Windows color (decimal): -1145617 or 15697134. OLE color: 15697134.
HSL color Cylindrical-coordinate representation of color #EE84EF: hue angle of 299.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84EF is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 132 | 239 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.06 |
| HSL | 299.44º | 0.77% | 0.73% | - |
| HSV(B) | 299.44º | 0.45% | 0.94% | - |
| XYZ | 59.09 | 40.91 | 86.44 | - |
| YUV | 175.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 239 | 0.00 | 0.45 | 0 | 0.06 | 299.44 | 0.77 | 0.73 |
| Hex | EE | 84 | EF | 0 | 2D | 0 | 6 | 12B | 4D | 49 |
| Octal | 356 | 204 | 357 | 0 | 55 | 0 | 6 | 453 | 115 | 111 |
| Binary | 11101110 | 10000100 | 11101111 | 0 | 101101 | 0 | 110 | 100101011 | 1001101 | 1001001 |
Color Harmonies of #EE84EF
Complementary color
Monochromatic Colors of #EE84EF
Black with #EE84EF
Text Example
Text Example
White with #EE84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84EF; }
p { color: rgb(238,132,239); }
H1.HeaderClassName
{
color: #EE84EF;
}
.AnyTagClassName
{
color: #EE84EF;
}
</style>
background-color css
<style>
a { background-color: #EE84EF; }
a { background-color: rgb(238,132,239); }
div.DivClassName
{
background-color: #EE84EF;
}
.BgClassName
{
background-color: #EE84EF;
}
</style>
border-color css
<style>
span { border-color: #EE84EF; }
span { border-color: rgb(238,132,239); }
td.TdClassName
{
border-color: #EE84EF;
}
.TagClassName
{
border-color: #EE84EF;
}
</style>