Shades of Violet #EC86ED
Tints of Violet #EC86ED
RGB
CMYK
RGB Variations
Color information
#EC86ED (or 0xEC86ED) is known color: Violet. HEX triplet: EC, 86 and ED. RGB value is (236,134,237). Sum of RGB (Red+Green+Blue) = 236+134+237=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86ED is #137912. Grayscale: #AFAFAF. Windows color (decimal): -1276179 or 15566572. OLE color: 15566572.
HSL color Cylindrical-coordinate representation of color #EC86ED: hue angle of 299.42º 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 #EC86ED is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 237 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.07 |
| HSL | 299.42º | 0.74% | 0.73% | - |
| HSV(B) | 299.42º | 0.43% | 0.93% | - |
| XYZ | 58.4 | 41 | 84.96 | - |
| YUV | 176.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 237 | 0.00 | 0.43 | 0 | 0.07 | 299.42 | 0.74 | 0.73 |
| Hex | EC | 86 | ED | 0 | 2B | 0 | 7 | 12B | 4A | 49 |
| Octal | 354 | 206 | 355 | 0 | 53 | 0 | 7 | 453 | 112 | 111 |
| Binary | 11101100 | 10000110 | 11101101 | 0 | 101011 | 0 | 111 | 100101011 | 1001010 | 1001001 |
Color Harmonies of #EC86ED
Complementary color
Monochromatic Colors of #EC86ED
Black with #EC86ED
Text Example
Text Example
White with #EC86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86ED; }
p { color: rgb(236,134,237); }
H1.HeaderClassName
{
color: #EC86ED;
}
.AnyTagClassName
{
color: #EC86ED;
}
</style>
background-color css
<style>
a { background-color: #EC86ED; }
a { background-color: rgb(236,134,237); }
div.DivClassName
{
background-color: #EC86ED;
}
.BgClassName
{
background-color: #EC86ED;
}
</style>
border-color css
<style>
span { border-color: #EC86ED; }
span { border-color: rgb(236,134,237); }
td.TdClassName
{
border-color: #EC86ED;
}
.TagClassName
{
border-color: #EC86ED;
}
</style>