Shades of Violet #EE81F8
Tints of Violet #EE81F8
RGB
CMYK
RGB Variations
Color information
#EE81F8 (or 0xEE81F8) is known color: Violet. HEX triplet: EE, 81 and F8. RGB value is (238,129,248). Sum of RGB (Red+Green+Blue) = 238+129+248=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE81F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81F8 is #117E07. Grayscale: #AEAEAE. Windows color (decimal): -1146376 or 16286190. OLE color: 16286190.
HSL color Cylindrical-coordinate representation of color #EE81F8: hue angle of 294.96º degrees, saturation: 0.89, 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 #EE81F8 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 129 | 248 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.03 |
| HSL | 294.96º | 0.89% | 0.74% | - |
| HSV(B) | 294.96º | 0.48% | 0.97% | - |
| XYZ | 60.05 | 40.65 | 93.49 | - |
| YUV | 175.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 248 | 0.04 | 0.48 | 0 | 0.03 | 294.96 | 0.89 | 0.74 |
| Hex | EE | 81 | F8 | 4 | 30 | 0 | 3 | 127 | 59 | 4A |
| Octal | 356 | 201 | 370 | 4 | 60 | 0 | 3 | 447 | 131 | 112 |
| Binary | 11101110 | 10000001 | 11111000 | 100 | 110000 | 0 | 11 | 100100111 | 1011001 | 1001010 |
Color Harmonies of #EE81F8
Complementary color
Monochromatic Colors of #EE81F8
Black with #EE81F8
Text Example
Text Example
White with #EE81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81F8; }
p { color: rgb(238,129,248); }
H1.HeaderClassName
{
color: #EE81F8;
}
.AnyTagClassName
{
color: #EE81F8;
}
</style>
background-color css
<style>
a { background-color: #EE81F8; }
a { background-color: rgb(238,129,248); }
div.DivClassName
{
background-color: #EE81F8;
}
.BgClassName
{
background-color: #EE81F8;
}
</style>
border-color css
<style>
span { border-color: #EE81F8; }
span { border-color: rgb(238,129,248); }
td.TdClassName
{
border-color: #EE81F8;
}
.TagClassName
{
border-color: #EE81F8;
}
</style>