Shades of Violet #ED86E7
Tints of Violet #ED86E7
RGB
CMYK
RGB Variations
Color information
#ED86E7 (or 0xED86E7) is known color: Violet. HEX triplet: ED, 86 and E7. RGB value is (237,134,231). Sum of RGB (Red+Green+Blue) = 237+134+231=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED86E7 is #127918. Grayscale: #AFAFAF. Windows color (decimal): -1210649 or 15173357. OLE color: 15173357.
HSL color Cylindrical-coordinate representation of color #ED86E7: hue angle of 303.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86E7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 231 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.07 |
| HSL | 303.5º | 0.74% | 0.73% | - |
| HSV(B) | 303.5º | 0.43% | 0.93% | - |
| XYZ | 57.87 | 40.82 | 80.43 | - |
| YUV | 175.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 231 | 0 | 0.43 | 0.03 | 0.07 | 303.5 | 0.74 | 0.73 |
| Hex | ED | 86 | E7 | 0 | 2B | 3 | 7 | 12F | 4A | 49 |
| Octal | 355 | 206 | 347 | 0 | 53 | 3 | 7 | 457 | 112 | 111 |
| Binary | 11101101 | 10000110 | 11100111 | 0 | 101011 | 11 | 111 | 100101111 | 1001010 | 1001001 |
Color Harmonies of #ED86E7
Complementary color
Monochromatic Colors of #ED86E7
Black with #ED86E7
Text Example
Text Example
White with #ED86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86E7; }
p { color: rgb(237,134,231); }
H1.HeaderClassName
{
color: #ED86E7;
}
.AnyTagClassName
{
color: #ED86E7;
}
</style>
background-color css
<style>
a { background-color: #ED86E7; }
a { background-color: rgb(237,134,231); }
div.DivClassName
{
background-color: #ED86E7;
}
.BgClassName
{
background-color: #ED86E7;
}
</style>
border-color css
<style>
span { border-color: #ED86E7; }
span { border-color: rgb(237,134,231); }
td.TdClassName
{
border-color: #ED86E7;
}
.TagClassName
{
border-color: #ED86E7;
}
</style>