Shades of Violet #EF80F8
Tints of Violet #EF80F8
RGB
CMYK
RGB Variations
Color information
#EF80F8 (or 0xEF80F8) is known color: Violet. HEX triplet: EF, 80 and F8. RGB value is (239,128,248). Sum of RGB (Red+Green+Blue) = 239+128+248=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 128 (50.39% from 255 or 20.81% 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 #EF80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80F8 is #107F07. Grayscale: #AEAEAE. Windows color (decimal): -1081096 or 16285935. OLE color: 16285935.
HSL color Cylindrical-coordinate representation of color #EF80F8: hue angle of 295.5º 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 #EF80F8 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 128 | 248 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.03 |
| HSL | 295.5º | 0.9% | 0.74% | - |
| HSV(B) | 295.5º | 0.48% | 0.97% | - |
| XYZ | 60.26 | 40.57 | 93.46 | - |
| YUV | 174.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 248 | 0.04 | 0.48 | 0 | 0.03 | 295.5 | 0.9 | 0.74 |
| Hex | EF | 80 | F8 | 4 | 30 | 0 | 3 | 128 | 5A | 4A |
| Octal | 357 | 200 | 370 | 4 | 60 | 0 | 3 | 450 | 132 | 112 |
| Binary | 11101111 | 10000000 | 11111000 | 100 | 110000 | 0 | 11 | 100101000 | 1011010 | 1001010 |
Color Harmonies of #EF80F8
Complementary color
Monochromatic Colors of #EF80F8
Black with #EF80F8
Text Example
Text Example
White with #EF80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80F8; }
p { color: rgb(239,128,248); }
H1.HeaderClassName
{
color: #EF80F8;
}
.AnyTagClassName
{
color: #EF80F8;
}
</style>
background-color css
<style>
a { background-color: #EF80F8; }
a { background-color: rgb(239,128,248); }
div.DivClassName
{
background-color: #EF80F8;
}
.BgClassName
{
background-color: #EF80F8;
}
</style>
border-color css
<style>
span { border-color: #EF80F8; }
span { border-color: rgb(239,128,248); }
td.TdClassName
{
border-color: #EF80F8;
}
.TagClassName
{
border-color: #EF80F8;
}
</style>