Shades of Violet #EE84F8
Tints of Violet #EE84F8
RGB
CMYK
RGB Variations
Color information
#EE84F8 (or 0xEE84F8) is known color: Violet. HEX triplet: EE, 84 and F8. RGB value is (238,132,248). Sum of RGB (Red+Green+Blue) = 238+132+248=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84F8 is #117B07. Grayscale: #B0B0B0. Windows color (decimal): -1145608 or 16286958. OLE color: 16286958.
HSL color Cylindrical-coordinate representation of color #EE84F8: hue angle of 294.83º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE84F8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 132 | 248 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.03 |
| HSL | 294.83º | 0.89% | 0.75% | - |
| HSV(B) | 294.83º | 0.47% | 0.97% | - |
| XYZ | 60.45 | 41.46 | 93.62 | - |
| YUV | 176.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 248 | 0.04 | 0.47 | 0 | 0.03 | 294.83 | 0.89 | 0.75 |
| Hex | EE | 84 | F8 | 4 | 2F | 0 | 3 | 127 | 59 | 4B |
| Octal | 356 | 204 | 370 | 4 | 57 | 0 | 3 | 447 | 131 | 113 |
| Binary | 11101110 | 10000100 | 11111000 | 100 | 101111 | 0 | 11 | 100100111 | 1011001 | 1001011 |
Color Harmonies of #EE84F8
Complementary color
Monochromatic Colors of #EE84F8
Black with #EE84F8
Text Example
Text Example
White with #EE84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84F8; }
p { color: rgb(238,132,248); }
H1.HeaderClassName
{
color: #EE84F8;
}
.AnyTagClassName
{
color: #EE84F8;
}
</style>
background-color css
<style>
a { background-color: #EE84F8; }
a { background-color: rgb(238,132,248); }
div.DivClassName
{
background-color: #EE84F8;
}
.BgClassName
{
background-color: #EE84F8;
}
</style>
border-color css
<style>
span { border-color: #EE84F8; }
span { border-color: rgb(238,132,248); }
td.TdClassName
{
border-color: #EE84F8;
}
.TagClassName
{
border-color: #EE84F8;
}
</style>