Shades of Violet #EE86F2
Tints of Violet #EE86F2
RGB
CMYK
RGB Variations
Color information
#EE86F2 (or 0xEE86F2) is known color: Violet. HEX triplet: EE, 86 and F2. RGB value is (238,134,242). Sum of RGB (Red+Green+Blue) = 238+134+242=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE86F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86F2 is #11790D. Grayscale: #B1B1B1. Windows color (decimal): -1145102 or 15894254. OLE color: 15894254.
HSL color Cylindrical-coordinate representation of color #EE86F2: hue angle of 297.78º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE86F2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 134 | 242 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.05 |
| HSL | 297.78º | 0.81% | 0.74% | - |
| HSV(B) | 297.78º | 0.45% | 0.95% | - |
| XYZ | 59.81 | 41.64 | 88.89 | - |
| YUV | 177.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 242 | 0.02 | 0.45 | 0 | 0.05 | 297.78 | 0.81 | 0.74 |
| Hex | EE | 86 | F2 | 2 | 2D | 0 | 5 | 12A | 51 | 4A |
| Octal | 356 | 206 | 362 | 2 | 55 | 0 | 5 | 452 | 121 | 112 |
| Binary | 11101110 | 10000110 | 11110010 | 10 | 101101 | 0 | 101 | 100101010 | 1010001 | 1001010 |
Color Harmonies of #EE86F2
Complementary color
Monochromatic Colors of #EE86F2
Black with #EE86F2
Text Example
Text Example
White with #EE86F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE86F2; }
p { color: rgb(238,134,242); }
H1.HeaderClassName
{
color: #EE86F2;
}
.AnyTagClassName
{
color: #EE86F2;
}
</style>
background-color css
<style>
a { background-color: #EE86F2; }
a { background-color: rgb(238,134,242); }
div.DivClassName
{
background-color: #EE86F2;
}
.BgClassName
{
background-color: #EE86F2;
}
</style>
border-color css
<style>
span { border-color: #EE86F2; }
span { border-color: rgb(238,134,242); }
td.TdClassName
{
border-color: #EE86F2;
}
.TagClassName
{
border-color: #EE86F2;
}
</style>