Shades of Violet #EC76EF
Tints of Violet #EC76EF
RGB
CMYK
RGB Variations
Color information
#EC76EF (or 0xEC76EF) is known color: Violet. HEX triplet: EC, 76 and EF. RGB value is (236,118,239). Sum of RGB (Red+Green+Blue) = 236+118+239=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC76EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76EF is #138910. Grayscale: #A6A6A6. Windows color (decimal): -1280273 or 15693548. OLE color: 15693548.
HSL color Cylindrical-coordinate representation of color #EC76EF: hue angle of 298.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC76EF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 118 | 239 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.06 |
| HSL | 298.51º | 0.79% | 0.7% | - |
| HSV(B) | 298.51º | 0.51% | 0.94% | - |
| XYZ | 56.65 | 37.02 | 85.82 | - |
| YUV | 167.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 239 | 0.01 | 0.51 | 0 | 0.06 | 298.51 | 0.79 | 0.7 |
| Hex | EC | 76 | EF | 1 | 33 | 0 | 6 | 12B | 4F | 46 |
| Octal | 354 | 166 | 357 | 1 | 63 | 0 | 6 | 453 | 117 | 106 |
| Binary | 11101100 | 1110110 | 11101111 | 1 | 110011 | 0 | 110 | 100101011 | 1001111 | 1000110 |
Color Harmonies of #EC76EF
Complementary color
Monochromatic Colors of #EC76EF
Black with #EC76EF
Text Example
Text Example
White with #EC76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76EF; }
p { color: rgb(236,118,239); }
H1.HeaderClassName
{
color: #EC76EF;
}
.AnyTagClassName
{
color: #EC76EF;
}
</style>
background-color css
<style>
a { background-color: #EC76EF; }
a { background-color: rgb(236,118,239); }
div.DivClassName
{
background-color: #EC76EF;
}
.BgClassName
{
background-color: #EC76EF;
}
</style>
border-color css
<style>
span { border-color: #EC76EF; }
span { border-color: rgb(236,118,239); }
td.TdClassName
{
border-color: #EC76EF;
}
.TagClassName
{
border-color: #EC76EF;
}
</style>