Shades of Violet #EC81EF
Tints of Violet #EC81EF
RGB
CMYK
RGB Variations
Color information
#EC81EF (or 0xEC81EF) is known color: Violet. HEX triplet: EC, 81 and EF. RGB value is (236,129,239). Sum of RGB (Red+Green+Blue) = 236+129+239=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81EF is #137E10. Grayscale: #ADADAD. Windows color (decimal): -1277457 or 15696364. OLE color: 15696364.
HSL color Cylindrical-coordinate representation of color #EC81EF: hue angle of 298.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC81EF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 129 | 239 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.06 |
| HSL | 298.36º | 0.77% | 0.72% | - |
| HSV(B) | 298.36º | 0.46% | 0.94% | - |
| XYZ | 58.02 | 39.77 | 86.28 | - |
| YUV | 173.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 239 | 0.01 | 0.46 | 0 | 0.06 | 298.36 | 0.77 | 0.72 |
| Hex | EC | 81 | EF | 1 | 2E | 0 | 6 | 12A | 4D | 48 |
| Octal | 354 | 201 | 357 | 1 | 56 | 0 | 6 | 452 | 115 | 110 |
| Binary | 11101100 | 10000001 | 11101111 | 1 | 101110 | 0 | 110 | 100101010 | 1001101 | 1001000 |
Color Harmonies of #EC81EF
Complementary color
Monochromatic Colors of #EC81EF
Black with #EC81EF
Text Example
Text Example
White with #EC81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81EF; }
p { color: rgb(236,129,239); }
H1.HeaderClassName
{
color: #EC81EF;
}
.AnyTagClassName
{
color: #EC81EF;
}
</style>
background-color css
<style>
a { background-color: #EC81EF; }
a { background-color: rgb(236,129,239); }
div.DivClassName
{
background-color: #EC81EF;
}
.BgClassName
{
background-color: #EC81EF;
}
</style>
border-color css
<style>
span { border-color: #EC81EF; }
span { border-color: rgb(236,129,239); }
td.TdClassName
{
border-color: #EC81EF;
}
.TagClassName
{
border-color: #EC81EF;
}
</style>