Shades of Violet #EE80FE
Tints of Violet #EE80FE
RGB
CMYK
RGB Variations
Color information
#EE80FE (or 0xEE80FE) is known color: Violet. HEX triplet: EE, 80 and FE. RGB value is (238,128,254). Sum of RGB (Red+Green+Blue) = 238+128+254=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FE is #117F01. Grayscale: #AEAEAE. Windows color (decimal): -1146626 or 16679150. OLE color: 16679150.
HSL color Cylindrical-coordinate representation of color #EE80FE: hue angle of 292.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE80FE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 128 | 254 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.00 |
| HSL | 292.38º | 0.98% | 0.75% | - |
| HSV(B) | 292.38º | 0.5% | 1% | - |
| XYZ | 60.87 | 40.77 | 98.43 | - |
| YUV | 175.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 254 | 0.06 | 0.50 | 0 | 0.00 | 292.38 | 0.98 | 0.75 |
| Hex | EE | 80 | FE | 6 | 32 | 0 | 0 | 124 | 62 | 4B |
| Octal | 356 | 200 | 376 | 6 | 62 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101110 | 10000000 | 11111110 | 110 | 110010 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EE80FE
Complementary color
Monochromatic Colors of #EE80FE
Black with #EE80FE
Text Example
Text Example
White with #EE80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80FE; }
p { color: rgb(238,128,254); }
H1.HeaderClassName
{
color: #EE80FE;
}
.AnyTagClassName
{
color: #EE80FE;
}
</style>
background-color css
<style>
a { background-color: #EE80FE; }
a { background-color: rgb(238,128,254); }
div.DivClassName
{
background-color: #EE80FE;
}
.BgClassName
{
background-color: #EE80FE;
}
</style>
border-color css
<style>
span { border-color: #EE80FE; }
span { border-color: rgb(238,128,254); }
td.TdClassName
{
border-color: #EE80FE;
}
.TagClassName
{
border-color: #EE80FE;
}
</style>