Shades of Violet #EE85EF
Tints of Violet #EE85EF
RGB
CMYK
RGB Variations
Color information
#EE85EF (or 0xEE85EF) is known color: Violet. HEX triplet: EE, 85 and EF. RGB value is (238,133,239). Sum of RGB (Red+Green+Blue) = 238+133+239=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE85EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85EF is #117A10. Grayscale: #B0B0B0. Windows color (decimal): -1145361 or 15697390. OLE color: 15697390.
HSL color Cylindrical-coordinate representation of color #EE85EF: hue angle of 299.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85EF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 133 | 239 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.06 |
| HSL | 299.43º | 0.77% | 0.73% | - |
| HSV(B) | 299.43º | 0.44% | 0.94% | - |
| XYZ | 59.23 | 41.18 | 86.49 | - |
| YUV | 176.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 239 | 0.00 | 0.44 | 0 | 0.06 | 299.43 | 0.77 | 0.73 |
| Hex | EE | 85 | EF | 0 | 2C | 0 | 6 | 12B | 4D | 49 |
| Octal | 356 | 205 | 357 | 0 | 54 | 0 | 6 | 453 | 115 | 111 |
| Binary | 11101110 | 10000101 | 11101111 | 0 | 101100 | 0 | 110 | 100101011 | 1001101 | 1001001 |
Color Harmonies of #EE85EF
Complementary color
Monochromatic Colors of #EE85EF
Black with #EE85EF
Text Example
Text Example
White with #EE85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85EF; }
p { color: rgb(238,133,239); }
H1.HeaderClassName
{
color: #EE85EF;
}
.AnyTagClassName
{
color: #EE85EF;
}
</style>
background-color css
<style>
a { background-color: #EE85EF; }
a { background-color: rgb(238,133,239); }
div.DivClassName
{
background-color: #EE85EF;
}
.BgClassName
{
background-color: #EE85EF;
}
</style>
border-color css
<style>
span { border-color: #EE85EF; }
span { border-color: rgb(238,133,239); }
td.TdClassName
{
border-color: #EE85EF;
}
.TagClassName
{
border-color: #EE85EF;
}
</style>