Shades of Violet #EE85FF
Tints of Violet #EE85FF
RGB
CMYK
RGB Variations
Color information
#EE85FF (or 0xEE85FF) is known color: Violet. HEX triplet: EE, 85 and FF. RGB value is (238,133,255). Sum of RGB (Red+Green+Blue) = 238+133+255=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FF is #117A00. Grayscale: #B1B1B1. Windows color (decimal): -1145345 or 16745966. OLE color: 16745966.
HSL color Cylindrical-coordinate representation of color #EE85FF: hue angle of 291.64º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE85FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 133 | 255 | - |
| CMYK | 0.07 | 0.48 | 0 | 0 |
| HSL | 291.64º | 1% | 0.76% | - |
| HSV(B) | 291.64º | 0.48% | 1% | - |
| XYZ | 61.7 | 42.17 | 99.5 | - |
| YUV | 178.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 255 | 0.07 | 0.48 | 0 | 0 | 291.64 | 1 | 0.76 |
| Hex | EE | 85 | FF | 7 | 30 | 0 | 0 | 124 | 64 | 4C |
| Octal | 356 | 205 | 377 | 7 | 60 | 0 | 0 | 444 | 144 | 114 |
| Binary | 11101110 | 10000101 | 11111111 | 111 | 110000 | 0 | 0 | 100100100 | 1100100 | 1001100 |
Color Harmonies of #EE85FF
Complementary color
Monochromatic Colors of #EE85FF
Black with #EE85FF
Text Example
Text Example
White with #EE85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85FF; }
p { color: rgb(238,133,255); }
H1.HeaderClassName
{
color: #EE85FF;
}
.AnyTagClassName
{
color: #EE85FF;
}
</style>
background-color css
<style>
a { background-color: #EE85FF; }
a { background-color: rgb(238,133,255); }
div.DivClassName
{
background-color: #EE85FF;
}
.BgClassName
{
background-color: #EE85FF;
}
</style>
border-color css
<style>
span { border-color: #EE85FF; }
span { border-color: rgb(238,133,255); }
td.TdClassName
{
border-color: #EE85FF;
}
.TagClassName
{
border-color: #EE85FF;
}
</style>