Shades of Violet #EE80FF
Tints of Violet #EE80FF
RGB
CMYK
RGB Variations
Color information
#EE80FF (or 0xEE80FF) is known color: Violet. HEX triplet: EE, 80 and FF. RGB value is (238,128,255). Sum of RGB (Red+Green+Blue) = 238+128+255=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FF is #117F00. Grayscale: #AEAEAE. Windows color (decimal): -1146625 or 16744686. OLE color: 16744686.
HSL color Cylindrical-coordinate representation of color #EE80FF: hue angle of 291.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE80FF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 128 | 255 | - |
| CMYK | 0.07 | 0.50 | 0 | 0 |
| HSL | 291.97º | 1% | 0.75% | - |
| HSV(B) | 291.97º | 0.5% | 1% | - |
| XYZ | 61.03 | 40.84 | 99.27 | - |
| YUV | 175.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 255 | 0.07 | 0.50 | 0 | 0 | 291.97 | 1 | 0.75 |
| Hex | EE | 80 | FF | 7 | 32 | 0 | 0 | 124 | 64 | 4B |
| Octal | 356 | 200 | 377 | 7 | 62 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101110 | 10000000 | 11111111 | 111 | 110010 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EE80FF
Complementary color
Monochromatic Colors of #EE80FF
Black with #EE80FF
Text Example
Text Example
White with #EE80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80FF; }
p { color: rgb(238,128,255); }
H1.HeaderClassName
{
color: #EE80FF;
}
.AnyTagClassName
{
color: #EE80FF;
}
</style>
background-color css
<style>
a { background-color: #EE80FF; }
a { background-color: rgb(238,128,255); }
div.DivClassName
{
background-color: #EE80FF;
}
.BgClassName
{
background-color: #EE80FF;
}
</style>
border-color css
<style>
span { border-color: #EE80FF; }
span { border-color: rgb(238,128,255); }
td.TdClassName
{
border-color: #EE80FF;
}
.TagClassName
{
border-color: #EE80FF;
}
</style>