Shades of Violet #EE84FB
Tints of Violet #EE84FB
RGB
CMYK
RGB Variations
Color information
#EE84FB (or 0xEE84FB) is known color: Violet. HEX triplet: EE, 84 and FB. RGB value is (238,132,251). Sum of RGB (Red+Green+Blue) = 238+132+251=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE84FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84FB is #117B04. Grayscale: #B0B0B0. Windows color (decimal): -1145605 or 16483566. OLE color: 16483566.
HSL color Cylindrical-coordinate representation of color #EE84FB: hue angle of 293.45º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE84FB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 132 | 251 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.02 |
| HSL | 293.45º | 0.94% | 0.75% | - |
| HSV(B) | 293.45º | 0.47% | 0.98% | - |
| XYZ | 60.92 | 41.64 | 96.09 | - |
| YUV | 177.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 251 | 0.05 | 0.47 | 0 | 0.02 | 293.45 | 0.94 | 0.75 |
| Hex | EE | 84 | FB | 5 | 2F | 0 | 2 | 125 | 5E | 4B |
| Octal | 356 | 204 | 373 | 5 | 57 | 0 | 2 | 445 | 136 | 113 |
| Binary | 11101110 | 10000100 | 11111011 | 101 | 101111 | 0 | 10 | 100100101 | 1011110 | 1001011 |
Color Harmonies of #EE84FB
Complementary color
Monochromatic Colors of #EE84FB
Black with #EE84FB
Text Example
Text Example
White with #EE84FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84FB; }
p { color: rgb(238,132,251); }
H1.HeaderClassName
{
color: #EE84FB;
}
.AnyTagClassName
{
color: #EE84FB;
}
</style>
background-color css
<style>
a { background-color: #EE84FB; }
a { background-color: rgb(238,132,251); }
div.DivClassName
{
background-color: #EE84FB;
}
.BgClassName
{
background-color: #EE84FB;
}
</style>
border-color css
<style>
span { border-color: #EE84FB; }
span { border-color: rgb(238,132,251); }
td.TdClassName
{
border-color: #EE84FB;
}
.TagClassName
{
border-color: #EE84FB;
}
</style>