Shades of Violet #EE8BF6
Tints of Violet #EE8BF6
RGB
CMYK
RGB Variations
Color information
#EE8BF6 (or 0xEE8BF6) is known color: Violet. HEX triplet: EE, 8B and F6. RGB value is (238,139,246). Sum of RGB (Red+Green+Blue) = 238+139+246=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE8BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BF6 is #117409. Grayscale: #B4B4B4. Windows color (decimal): -1143818 or 16157678. OLE color: 16157678.
HSL color Cylindrical-coordinate representation of color #EE8BF6: hue angle of 295.51º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE8BF6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 139 | 246 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.04 |
| HSL | 295.51º | 0.86% | 0.75% | - |
| HSV(B) | 295.51º | 0.43% | 0.96% | - |
| XYZ | 61.13 | 43.3 | 92.32 | - |
| YUV | 180.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 246 | 0.03 | 0.43 | 0 | 0.04 | 295.51 | 0.86 | 0.75 |
| Hex | EE | 8B | F6 | 3 | 2B | 0 | 4 | 128 | 56 | 4B |
| Octal | 356 | 213 | 366 | 3 | 53 | 0 | 4 | 450 | 126 | 113 |
| Binary | 11101110 | 10001011 | 11110110 | 11 | 101011 | 0 | 100 | 100101000 | 1010110 | 1001011 |
Color Harmonies of #EE8BF6
Complementary color
Monochromatic Colors of #EE8BF6
Black with #EE8BF6
Text Example
Text Example
White with #EE8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BF6; }
p { color: rgb(238,139,246); }
H1.HeaderClassName
{
color: #EE8BF6;
}
.AnyTagClassName
{
color: #EE8BF6;
}
</style>
background-color css
<style>
a { background-color: #EE8BF6; }
a { background-color: rgb(238,139,246); }
div.DivClassName
{
background-color: #EE8BF6;
}
.BgClassName
{
background-color: #EE8BF6;
}
</style>
border-color css
<style>
span { border-color: #EE8BF6; }
span { border-color: rgb(238,139,246); }
td.TdClassName
{
border-color: #EE8BF6;
}
.TagClassName
{
border-color: #EE8BF6;
}
</style>