Shades of Violet #EE85F9
Tints of Violet #EE85F9
RGB
CMYK
RGB Variations
Color information
#EE85F9 (or 0xEE85F9) is known color: Violet. HEX triplet: EE, 85 and F9. RGB value is (238,133,249). Sum of RGB (Red+Green+Blue) = 238+133+249=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85F9 is #117A06. Grayscale: #B1B1B1. Windows color (decimal): -1145351 or 16352750. OLE color: 16352750.
HSL color Cylindrical-coordinate representation of color #EE85F9: hue angle of 294.31º degrees, saturation: 0.91, 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 #EE85F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 133 | 249 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.02 |
| HSL | 294.31º | 0.91% | 0.75% | - |
| HSV(B) | 294.31º | 0.47% | 0.98% | - |
| XYZ | 60.75 | 41.79 | 94.49 | - |
| YUV | 177.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 249 | 0.04 | 0.47 | 0 | 0.02 | 294.31 | 0.91 | 0.75 |
| Hex | EE | 85 | F9 | 4 | 2F | 0 | 2 | 126 | 5B | 4B |
| Octal | 356 | 205 | 371 | 4 | 57 | 0 | 2 | 446 | 133 | 113 |
| Binary | 11101110 | 10000101 | 11111001 | 100 | 101111 | 0 | 10 | 100100110 | 1011011 | 1001011 |
Color Harmonies of #EE85F9
Complementary color
Monochromatic Colors of #EE85F9
Black with #EE85F9
Text Example
Text Example
White with #EE85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85F9; }
p { color: rgb(238,133,249); }
H1.HeaderClassName
{
color: #EE85F9;
}
.AnyTagClassName
{
color: #EE85F9;
}
</style>
background-color css
<style>
a { background-color: #EE85F9; }
a { background-color: rgb(238,133,249); }
div.DivClassName
{
background-color: #EE85F9;
}
.BgClassName
{
background-color: #EE85F9;
}
</style>
border-color css
<style>
span { border-color: #EE85F9; }
span { border-color: rgb(238,133,249); }
td.TdClassName
{
border-color: #EE85F9;
}
.TagClassName
{
border-color: #EE85F9;
}
</style>