Shades of Violet #EE80FC
Tints of Violet #EE80FC
RGB
CMYK
RGB Variations
Color information
#EE80FC (or 0xEE80FC) is known color: Violet. HEX triplet: EE, 80 and FC. RGB value is (238,128,252). Sum of RGB (Red+Green+Blue) = 238+128+252=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE80FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FC is #117F03. Grayscale: #AEAEAE. Windows color (decimal): -1146628 or 16548078. OLE color: 16548078.
HSL color Cylindrical-coordinate representation of color #EE80FC: hue angle of 293.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE80FC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 128 | 252 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.01 |
| HSL | 293.23º | 0.95% | 0.75% | - |
| HSV(B) | 293.23º | 0.49% | 0.99% | - |
| XYZ | 60.55 | 40.64 | 96.75 | - |
| YUV | 175.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 252 | 0.06 | 0.49 | 0 | 0.01 | 293.23 | 0.95 | 0.75 |
| Hex | EE | 80 | FC | 6 | 31 | 0 | 1 | 125 | 5F | 4B |
| Octal | 356 | 200 | 374 | 6 | 61 | 0 | 1 | 445 | 137 | 113 |
| Binary | 11101110 | 10000000 | 11111100 | 110 | 110001 | 0 | 1 | 100100101 | 1011111 | 1001011 |
Color Harmonies of #EE80FC
Complementary color
Monochromatic Colors of #EE80FC
Black with #EE80FC
Text Example
Text Example
White with #EE80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80FC; }
p { color: rgb(238,128,252); }
H1.HeaderClassName
{
color: #EE80FC;
}
.AnyTagClassName
{
color: #EE80FC;
}
</style>
background-color css
<style>
a { background-color: #EE80FC; }
a { background-color: rgb(238,128,252); }
div.DivClassName
{
background-color: #EE80FC;
}
.BgClassName
{
background-color: #EE80FC;
}
</style>
border-color css
<style>
span { border-color: #EE80FC; }
span { border-color: rgb(238,128,252); }
td.TdClassName
{
border-color: #EE80FC;
}
.TagClassName
{
border-color: #EE80FC;
}
</style>