Shades of Violet #EE84EB
Tints of Violet #EE84EB
RGB
CMYK
RGB Variations
Color information
#EE84EB (or 0xEE84EB) is known color: Violet. HEX triplet: EE, 84 and EB. RGB value is (238,132,235). Sum of RGB (Red+Green+Blue) = 238+132+235=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EB is #117B14. Grayscale: #AFAFAF. Windows color (decimal): -1145621 or 15434990. OLE color: 15434990.
HSL color Cylindrical-coordinate representation of color #EE84EB: hue angle of 301.7º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84EB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 235 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.07 |
| HSL | 301.7º | 0.76% | 0.73% | - |
| HSV(B) | 301.7º | 0.45% | 0.93% | - |
| XYZ | 58.51 | 40.68 | 83.37 | - |
| YUV | 175.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 235 | 0 | 0.45 | 0.01 | 0.07 | 301.7 | 0.76 | 0.73 |
| Hex | EE | 84 | EB | 0 | 2D | 1 | 7 | 12E | 4C | 49 |
| Octal | 356 | 204 | 353 | 0 | 55 | 1 | 7 | 456 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11101011 | 0 | 101101 | 1 | 111 | 100101110 | 1001100 | 1001001 |
Color Harmonies of #EE84EB
Complementary color
Monochromatic Colors of #EE84EB
Black with #EE84EB
Text Example
Text Example
White with #EE84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84EB; }
p { color: rgb(238,132,235); }
H1.HeaderClassName
{
color: #EE84EB;
}
.AnyTagClassName
{
color: #EE84EB;
}
</style>
background-color css
<style>
a { background-color: #EE84EB; }
a { background-color: rgb(238,132,235); }
div.DivClassName
{
background-color: #EE84EB;
}
.BgClassName
{
background-color: #EE84EB;
}
</style>
border-color css
<style>
span { border-color: #EE84EB; }
span { border-color: rgb(238,132,235); }
td.TdClassName
{
border-color: #EE84EB;
}
.TagClassName
{
border-color: #EE84EB;
}
</style>