Shades of Violet #EE8BFC
Tints of Violet #EE8BFC
RGB
CMYK
RGB Variations
Color information
#EE8BFC (or 0xEE8BFC) is known color: Violet. HEX triplet: EE, 8B and FC. RGB value is (238,139,252). Sum of RGB (Red+Green+Blue) = 238+139+252=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BFC is #117403. Grayscale: #B5B5B5. Windows color (decimal): -1143812 or 16550894. OLE color: 16550894.
HSL color Cylindrical-coordinate representation of color #EE8BFC: hue angle of 292.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8BFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 139 | 252 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.01 |
| HSL | 292.57º | 0.95% | 0.77% | - |
| HSV(B) | 292.57º | 0.45% | 0.99% | - |
| XYZ | 62.06 | 43.67 | 97.25 | - |
| YUV | 181.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 252 | 0.06 | 0.45 | 0 | 0.01 | 292.57 | 0.95 | 0.77 |
| Hex | EE | 8B | FC | 6 | 2D | 0 | 1 | 125 | 5F | 4D |
| Octal | 356 | 213 | 374 | 6 | 55 | 0 | 1 | 445 | 137 | 115 |
| Binary | 11101110 | 10001011 | 11111100 | 110 | 101101 | 0 | 1 | 100100101 | 1011111 | 1001101 |
Color Harmonies of #EE8BFC
Complementary color
Monochromatic Colors of #EE8BFC
Black with #EE8BFC
Text Example
Text Example
White with #EE8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BFC; }
p { color: rgb(238,139,252); }
H1.HeaderClassName
{
color: #EE8BFC;
}
.AnyTagClassName
{
color: #EE8BFC;
}
</style>
background-color css
<style>
a { background-color: #EE8BFC; }
a { background-color: rgb(238,139,252); }
div.DivClassName
{
background-color: #EE8BFC;
}
.BgClassName
{
background-color: #EE8BFC;
}
</style>
border-color css
<style>
span { border-color: #EE8BFC; }
span { border-color: rgb(238,139,252); }
td.TdClassName
{
border-color: #EE8BFC;
}
.TagClassName
{
border-color: #EE8BFC;
}
</style>