Shades of Violet #EF8DEF
Tints of Violet #EF8DEF
RGB
CMYK
RGB Variations
Color information
#EF8DEF (or 0xEF8DEF) is known color: Violet. HEX triplet: EF, 8D and EF. RGB value is (239,141,239). Sum of RGB (Red+Green+Blue) = 239+141+239=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF8DEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DEF is #107210. Grayscale: #B5B5B5. Windows color (decimal): -1077777 or 15699439. OLE color: 15699439.
HSL color Cylindrical-coordinate representation of color #EF8DEF: hue angle of 300º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DEF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 239 | - |
| CMYK | 0 | 0.41 | 0 | 0.06 |
| HSL | 300º | 0.75% | 0.75% | - |
| HSV(B) | 300º | 0.41% | 0.94% | - |
| XYZ | 60.7 | 43.63 | 86.88 | - |
| YUV | 181.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 239 | 0 | 0.41 | 0 | 0.06 | 300 | 0.75 | 0.75 |
| Hex | EF | 8D | EF | 0 | 29 | 0 | 6 | 12C | 4B | 4B |
| Octal | 357 | 215 | 357 | 0 | 51 | 0 | 6 | 454 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11101111 | 0 | 101001 | 0 | 110 | 100101100 | 1001011 | 1001011 |
Color Harmonies of #EF8DEF
Complementary color
Monochromatic Colors of #EF8DEF
Black with #EF8DEF
Text Example
Text Example
White with #EF8DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DEF; }
p { color: rgb(239,141,239); }
H1.HeaderClassName
{
color: #EF8DEF;
}
.AnyTagClassName
{
color: #EF8DEF;
}
</style>
background-color css
<style>
a { background-color: #EF8DEF; }
a { background-color: rgb(239,141,239); }
div.DivClassName
{
background-color: #EF8DEF;
}
.BgClassName
{
background-color: #EF8DEF;
}
</style>
border-color css
<style>
span { border-color: #EF8DEF; }
span { border-color: rgb(239,141,239); }
td.TdClassName
{
border-color: #EF8DEF;
}
.TagClassName
{
border-color: #EF8DEF;
}
</style>