Shades of Violet #EF87ED
Tints of Violet #EF87ED
RGB
CMYK
RGB Variations
Color information
#EF87ED (or 0xEF87ED) is known color: Violet. HEX triplet: EF, 87 and ED. RGB value is (239,135,237). Sum of RGB (Red+Green+Blue) = 239+135+237=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF87ED is #107812. Grayscale: #B1B1B1. Windows color (decimal): -1079315 or 15566831. OLE color: 15566831.
HSL color Cylindrical-coordinate representation of color #EF87ED: hue angle of 301.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF87ED is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 237 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.06 |
| HSL | 301.15º | 0.76% | 0.73% | - |
| HSV(B) | 301.15º | 0.44% | 0.94% | - |
| XYZ | 59.55 | 41.79 | 85.05 | - |
| YUV | 177.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 237 | 0 | 0.44 | 0.01 | 0.06 | 301.15 | 0.76 | 0.73 |
| Hex | EF | 87 | ED | 0 | 2C | 1 | 6 | 12D | 4C | 49 |
| Octal | 357 | 207 | 355 | 0 | 54 | 1 | 6 | 455 | 114 | 111 |
| Binary | 11101111 | 10000111 | 11101101 | 0 | 101100 | 1 | 110 | 100101101 | 1001100 | 1001001 |
Color Harmonies of #EF87ED
Complementary color
Monochromatic Colors of #EF87ED
Black with #EF87ED
Text Example
Text Example
White with #EF87ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF87ED; }
p { color: rgb(239,135,237); }
H1.HeaderClassName
{
color: #EF87ED;
}
.AnyTagClassName
{
color: #EF87ED;
}
</style>
background-color css
<style>
a { background-color: #EF87ED; }
a { background-color: rgb(239,135,237); }
div.DivClassName
{
background-color: #EF87ED;
}
.BgClassName
{
background-color: #EF87ED;
}
</style>
border-color css
<style>
span { border-color: #EF87ED; }
span { border-color: rgb(239,135,237); }
td.TdClassName
{
border-color: #EF87ED;
}
.TagClassName
{
border-color: #EF87ED;
}
</style>