Shades of Violet #EC81E7
Tints of Violet #EC81E7
RGB
CMYK
RGB Variations
Color information
#EC81E7 (or 0xEC81E7) is known color: Violet. HEX triplet: EC, 81 and E7. RGB value is (236,129,231). Sum of RGB (Red+Green+Blue) = 236+129+231=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81E7 is #137E18. Grayscale: #ACACAC. Windows color (decimal): -1277465 or 15172076. OLE color: 15172076.
HSL color Cylindrical-coordinate representation of color #EC81E7: hue angle of 302.8º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81E7 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 231 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.07 |
| HSL | 302.8º | 0.74% | 0.72% | - |
| HSV(B) | 302.8º | 0.45% | 0.93% | - |
| XYZ | 56.87 | 39.3 | 80.19 | - |
| YUV | 172.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 231 | 0 | 0.45 | 0.02 | 0.07 | 302.8 | 0.74 | 0.72 |
| Hex | EC | 81 | E7 | 0 | 2D | 2 | 7 | 12F | 4A | 48 |
| Octal | 354 | 201 | 347 | 0 | 55 | 2 | 7 | 457 | 112 | 110 |
| Binary | 11101100 | 10000001 | 11100111 | 0 | 101101 | 10 | 111 | 100101111 | 1001010 | 1001000 |
Color Harmonies of #EC81E7
Complementary color
Monochromatic Colors of #EC81E7
Black with #EC81E7
Text Example
Text Example
White with #EC81E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81E7; }
p { color: rgb(236,129,231); }
H1.HeaderClassName
{
color: #EC81E7;
}
.AnyTagClassName
{
color: #EC81E7;
}
</style>
background-color css
<style>
a { background-color: #EC81E7; }
a { background-color: rgb(236,129,231); }
div.DivClassName
{
background-color: #EC81E7;
}
.BgClassName
{
background-color: #EC81E7;
}
</style>
border-color css
<style>
span { border-color: #EC81E7; }
span { border-color: rgb(236,129,231); }
td.TdClassName
{
border-color: #EC81E7;
}
.TagClassName
{
border-color: #EC81E7;
}
</style>