Shades of Violet #ED86E4
Tints of Violet #ED86E4
RGB
CMYK
RGB Variations
Color information
#ED86E4 (or 0xED86E4) is known color: Violet. HEX triplet: ED, 86 and E4. RGB value is (237,134,228). Sum of RGB (Red+Green+Blue) = 237+134+228=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86E4 is #12791B. Grayscale: #AFAFAF. Windows color (decimal): -1210652 or 14976749. OLE color: 14976749.
HSL color Cylindrical-coordinate representation of color #ED86E4: hue angle of 305.24º 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 #ED86E4 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 228 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.07 |
| HSL | 305.24º | 0.74% | 0.73% | - |
| HSV(B) | 305.24º | 0.43% | 0.93% | - |
| XYZ | 57.45 | 40.66 | 78.22 | - |
| YUV | 175.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 228 | 0 | 0.43 | 0.04 | 0.07 | 305.24 | 0.74 | 0.73 |
| Hex | ED | 86 | E4 | 0 | 2B | 4 | 7 | 131 | 4A | 49 |
| Octal | 355 | 206 | 344 | 0 | 53 | 4 | 7 | 461 | 112 | 111 |
| Binary | 11101101 | 10000110 | 11100100 | 0 | 101011 | 100 | 111 | 100110001 | 1001010 | 1001001 |
Color Harmonies of #ED86E4
Complementary color
Monochromatic Colors of #ED86E4
Black with #ED86E4
Text Example
Text Example
White with #ED86E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86E4; }
p { color: rgb(237,134,228); }
H1.HeaderClassName
{
color: #ED86E4;
}
.AnyTagClassName
{
color: #ED86E4;
}
</style>
background-color css
<style>
a { background-color: #ED86E4; }
a { background-color: rgb(237,134,228); }
div.DivClassName
{
background-color: #ED86E4;
}
.BgClassName
{
background-color: #ED86E4;
}
</style>
border-color css
<style>
span { border-color: #ED86E4; }
span { border-color: rgb(237,134,228); }
td.TdClassName
{
border-color: #ED86E4;
}
.TagClassName
{
border-color: #ED86E4;
}
</style>