Shades of Violet #EF8CF8
Tints of Violet #EF8CF8
RGB
CMYK
RGB Variations
Color information
#EF8CF8 (or 0xEF8CF8) is known color: Violet. HEX triplet: EF, 8C and F8. RGB value is (239,140,248). Sum of RGB (Red+Green+Blue) = 239+140+248=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF8CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CF8 is #107307. Grayscale: #B5B5B5. Windows color (decimal): -1078024 or 16289007. OLE color: 16289007.
HSL color Cylindrical-coordinate representation of color #EF8CF8: hue angle of 295º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8CF8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 140 | 248 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.03 |
| HSL | 295º | 0.89% | 0.76% | - |
| HSV(B) | 295º | 0.44% | 0.97% | - |
| XYZ | 61.92 | 43.88 | 94.01 | - |
| YUV | 181.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 248 | 0.04 | 0.44 | 0 | 0.03 | 295 | 0.89 | 0.76 |
| Hex | EF | 8C | F8 | 4 | 2C | 0 | 3 | 127 | 59 | 4C |
| Octal | 357 | 214 | 370 | 4 | 54 | 0 | 3 | 447 | 131 | 114 |
| Binary | 11101111 | 10001100 | 11111000 | 100 | 101100 | 0 | 11 | 100100111 | 1011001 | 1001100 |
Color Harmonies of #EF8CF8
Complementary color
Monochromatic Colors of #EF8CF8
Black with #EF8CF8
Text Example
Text Example
White with #EF8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CF8; }
p { color: rgb(239,140,248); }
H1.HeaderClassName
{
color: #EF8CF8;
}
.AnyTagClassName
{
color: #EF8CF8;
}
</style>
background-color css
<style>
a { background-color: #EF8CF8; }
a { background-color: rgb(239,140,248); }
div.DivClassName
{
background-color: #EF8CF8;
}
.BgClassName
{
background-color: #EF8CF8;
}
</style>
border-color css
<style>
span { border-color: #EF8CF8; }
span { border-color: rgb(239,140,248); }
td.TdClassName
{
border-color: #EF8CF8;
}
.TagClassName
{
border-color: #EF8CF8;
}
</style>