Shades of Violet #EC86EA
Tints of Violet #EC86EA
RGB
CMYK
RGB Variations
Color information
#EC86EA (or 0xEC86EA) is known color: Violet. HEX triplet: EC, 86 and EA. RGB value is (236,134,234). Sum of RGB (Red+Green+Blue) = 236+134+234=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC86EA is #137915. Grayscale: #AFAFAF. Windows color (decimal): -1276182 or 15369964. OLE color: 15369964.
HSL color Cylindrical-coordinate representation of color #EC86EA: hue angle of 301.18º degrees, saturation: 0.73, 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 #EC86EA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 234 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.07 |
| HSL | 301.18º | 0.73% | 0.73% | - |
| HSV(B) | 301.18º | 0.43% | 0.93% | - |
| XYZ | 57.97 | 40.82 | 82.67 | - |
| YUV | 175.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 234 | 0 | 0.43 | 0.01 | 0.07 | 301.18 | 0.73 | 0.73 |
| Hex | EC | 86 | EA | 0 | 2B | 1 | 7 | 12D | 49 | 49 |
| Octal | 354 | 206 | 352 | 0 | 53 | 1 | 7 | 455 | 111 | 111 |
| Binary | 11101100 | 10000110 | 11101010 | 0 | 101011 | 1 | 111 | 100101101 | 1001001 | 1001001 |
Color Harmonies of #EC86EA
Complementary color
Monochromatic Colors of #EC86EA
Black with #EC86EA
Text Example
Text Example
White with #EC86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC86EA; }
p { color: rgb(236,134,234); }
H1.HeaderClassName
{
color: #EC86EA;
}
.AnyTagClassName
{
color: #EC86EA;
}
</style>
background-color css
<style>
a { background-color: #EC86EA; }
a { background-color: rgb(236,134,234); }
div.DivClassName
{
background-color: #EC86EA;
}
.BgClassName
{
background-color: #EC86EA;
}
</style>
border-color css
<style>
span { border-color: #EC86EA; }
span { border-color: rgb(236,134,234); }
td.TdClassName
{
border-color: #EC86EA;
}
.TagClassName
{
border-color: #EC86EA;
}
</style>