Shades of Violet #EE80F8
Tints of Violet #EE80F8
RGB
CMYK
RGB Variations
Color information
#EE80F8 (or 0xEE80F8) is known color: Violet. HEX triplet: EE, 80 and F8. RGB value is (238,128,248). Sum of RGB (Red+Green+Blue) = 238+128+248=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F8 is #117F07. Grayscale: #AEAEAE. Windows color (decimal): -1146632 or 16285934. OLE color: 16285934.
HSL color Cylindrical-coordinate representation of color #EE80F8: hue angle of 295º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE80F8 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 128 | 248 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.03 |
| HSL | 295º | 0.9% | 0.74% | - |
| HSV(B) | 295º | 0.48% | 0.97% | - |
| XYZ | 59.92 | 40.39 | 93.45 | - |
| YUV | 174.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 248 | 0.04 | 0.48 | 0 | 0.03 | 295 | 0.9 | 0.74 |
| Hex | EE | 80 | F8 | 4 | 30 | 0 | 3 | 127 | 5A | 4A |
| Octal | 356 | 200 | 370 | 4 | 60 | 0 | 3 | 447 | 132 | 112 |
| Binary | 11101110 | 10000000 | 11111000 | 100 | 110000 | 0 | 11 | 100100111 | 1011010 | 1001010 |
Color Harmonies of #EE80F8
Complementary color
Monochromatic Colors of #EE80F8
Black with #EE80F8
Text Example
Text Example
White with #EE80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80F8; }
p { color: rgb(238,128,248); }
H1.HeaderClassName
{
color: #EE80F8;
}
.AnyTagClassName
{
color: #EE80F8;
}
</style>
background-color css
<style>
a { background-color: #EE80F8; }
a { background-color: rgb(238,128,248); }
div.DivClassName
{
background-color: #EE80F8;
}
.BgClassName
{
background-color: #EE80F8;
}
</style>
border-color css
<style>
span { border-color: #EE80F8; }
span { border-color: rgb(238,128,248); }
td.TdClassName
{
border-color: #EE80F8;
}
.TagClassName
{
border-color: #EE80F8;
}
</style>