Shades of Violet #EE84E8
Tints of Violet #EE84E8
RGB
CMYK
RGB Variations
Color information
#EE84E8 (or 0xEE84E8) is known color: Violet. HEX triplet: EE, 84 and E8. RGB value is (238,132,232). Sum of RGB (Red+Green+Blue) = 238+132+232=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84E8 is #117B17. Grayscale: #AEAEAE. Windows color (decimal): -1145624 or 15238382. OLE color: 15238382.
HSL color Cylindrical-coordinate representation of color #EE84E8: hue angle of 303.4º 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 #EE84E8 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 232 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.07 |
| HSL | 303.4º | 0.76% | 0.73% | - |
| HSV(B) | 303.4º | 0.45% | 0.93% | - |
| XYZ | 58.08 | 40.51 | 81.1 | - |
| YUV | 175.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 232 | 0 | 0.45 | 0.03 | 0.07 | 303.4 | 0.76 | 0.73 |
| Hex | EE | 84 | E8 | 0 | 2D | 3 | 7 | 12F | 4C | 49 |
| Octal | 356 | 204 | 350 | 0 | 55 | 3 | 7 | 457 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11101000 | 0 | 101101 | 11 | 111 | 100101111 | 1001100 | 1001001 |
Color Harmonies of #EE84E8
Complementary color
Monochromatic Colors of #EE84E8
Black with #EE84E8
Text Example
Text Example
White with #EE84E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84E8; }
p { color: rgb(238,132,232); }
H1.HeaderClassName
{
color: #EE84E8;
}
.AnyTagClassName
{
color: #EE84E8;
}
</style>
background-color css
<style>
a { background-color: #EE84E8; }
a { background-color: rgb(238,132,232); }
div.DivClassName
{
background-color: #EE84E8;
}
.BgClassName
{
background-color: #EE84E8;
}
</style>
border-color css
<style>
span { border-color: #EE84E8; }
span { border-color: rgb(238,132,232); }
td.TdClassName
{
border-color: #EE84E8;
}
.TagClassName
{
border-color: #EE84E8;
}
</style>