Shades of Violet #EE84E6
Tints of Violet #EE84E6
RGB
CMYK
RGB Variations
Color information
#EE84E6 (or 0xEE84E6) is known color: Violet. HEX triplet: EE, 84 and E6. RGB value is (238,132,230). Sum of RGB (Red+Green+Blue) = 238+132+230=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84E6 is #117B19. Grayscale: #AEAEAE. Windows color (decimal): -1145626 or 15107310. OLE color: 15107310.
HSL color Cylindrical-coordinate representation of color #EE84E6: hue angle of 304.53º 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 #EE84E6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 230 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.07 |
| HSL | 304.53º | 0.76% | 0.73% | - |
| HSV(B) | 304.53º | 0.45% | 0.93% | - |
| XYZ | 57.79 | 40.39 | 79.61 | - |
| YUV | 174.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 230 | 0 | 0.45 | 0.03 | 0.07 | 304.53 | 0.76 | 0.73 |
| Hex | EE | 84 | E6 | 0 | 2D | 3 | 7 | 131 | 4C | 49 |
| Octal | 356 | 204 | 346 | 0 | 55 | 3 | 7 | 461 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11100110 | 0 | 101101 | 11 | 111 | 100110001 | 1001100 | 1001001 |
Color Harmonies of #EE84E6
Complementary color
Monochromatic Colors of #EE84E6
Black with #EE84E6
Text Example
Text Example
White with #EE84E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84E6; }
p { color: rgb(238,132,230); }
H1.HeaderClassName
{
color: #EE84E6;
}
.AnyTagClassName
{
color: #EE84E6;
}
</style>
background-color css
<style>
a { background-color: #EE84E6; }
a { background-color: rgb(238,132,230); }
div.DivClassName
{
background-color: #EE84E6;
}
.BgClassName
{
background-color: #EE84E6;
}
</style>
border-color css
<style>
span { border-color: #EE84E6; }
span { border-color: rgb(238,132,230); }
td.TdClassName
{
border-color: #EE84E6;
}
.TagClassName
{
border-color: #EE84E6;
}
</style>