Shades of Violet #EE94FB
Tints of Violet #EE94FB
RGB
CMYK
RGB Variations
Color information
#EE94FB (or 0xEE94FB) is known color: Violet. HEX triplet: EE, 94 and FB. RGB value is (238,148,251). Sum of RGB (Red+Green+Blue) = 238+148+251=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 148 (58.20% from 255 or 23.23% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE94FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE94FB is #116B04. Grayscale: #BABABA. Windows color (decimal): -1141509 or 16487662. OLE color: 16487662.
HSL color Cylindrical-coordinate representation of color #EE94FB: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE94FB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 148 | 251 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.02 |
| HSL | 292.43º | 0.93% | 0.78% | - |
| HSV(B) | 292.43º | 0.41% | 0.98% | - |
| XYZ | 63.26 | 46.32 | 96.87 | - |
| YUV | 186.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 251 | 0.05 | 0.41 | 0 | 0.02 | 292.43 | 0.93 | 0.78 |
| Hex | EE | 94 | FB | 5 | 29 | 0 | 2 | 124 | 5D | 4E |
| Octal | 356 | 224 | 373 | 5 | 51 | 0 | 2 | 444 | 135 | 116 |
| Binary | 11101110 | 10010100 | 11111011 | 101 | 101001 | 0 | 10 | 100100100 | 1011101 | 1001110 |
Color Harmonies of #EE94FB
Complementary color
Monochromatic Colors of #EE94FB
Black with #EE94FB
Text Example
Text Example
White with #EE94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE94FB; }
p { color: rgb(238,148,251); }
H1.HeaderClassName
{
color: #EE94FB;
}
.AnyTagClassName
{
color: #EE94FB;
}
</style>
background-color css
<style>
a { background-color: #EE94FB; }
a { background-color: rgb(238,148,251); }
div.DivClassName
{
background-color: #EE94FB;
}
.BgClassName
{
background-color: #EE94FB;
}
</style>
border-color css
<style>
span { border-color: #EE94FB; }
span { border-color: rgb(238,148,251); }
td.TdClassName
{
border-color: #EE94FB;
}
.TagClassName
{
border-color: #EE94FB;
}
</style>