Shades of Violet #EF8DED
Tints of Violet #EF8DED
RGB
CMYK
RGB Variations
Color information
#EF8DED (or 0xEF8DED) is known color: Violet. HEX triplet: EF, 8D and ED. RGB value is (239,141,237). Sum of RGB (Red+Green+Blue) = 239+141+237=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8DED is #107212. Grayscale: #B4B4B4. Windows color (decimal): -1077779 or 15568367. OLE color: 15568367.
HSL color Cylindrical-coordinate representation of color #EF8DED: hue angle of 301.22º 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 #EF8DED is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 237 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.06 |
| HSL | 301.22º | 0.75% | 0.75% | - |
| HSV(B) | 301.22º | 0.41% | 0.94% | - |
| XYZ | 60.41 | 43.51 | 85.34 | - |
| YUV | 181.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 237 | 0 | 0.41 | 0.01 | 0.06 | 301.22 | 0.75 | 0.75 |
| Hex | EF | 8D | ED | 0 | 29 | 1 | 6 | 12D | 4B | 4B |
| Octal | 357 | 215 | 355 | 0 | 51 | 1 | 6 | 455 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11101101 | 0 | 101001 | 1 | 110 | 100101101 | 1001011 | 1001011 |
Color Harmonies of #EF8DED
Complementary color
Monochromatic Colors of #EF8DED
Black with #EF8DED
Text Example
Text Example
White with #EF8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DED; }
p { color: rgb(239,141,237); }
H1.HeaderClassName
{
color: #EF8DED;
}
.AnyTagClassName
{
color: #EF8DED;
}
</style>
background-color css
<style>
a { background-color: #EF8DED; }
a { background-color: rgb(239,141,237); }
div.DivClassName
{
background-color: #EF8DED;
}
.BgClassName
{
background-color: #EF8DED;
}
</style>
border-color css
<style>
span { border-color: #EF8DED; }
span { border-color: rgb(239,141,237); }
td.TdClassName
{
border-color: #EF8DED;
}
.TagClassName
{
border-color: #EF8DED;
}
</style>