Shades of Violet #EC81FB
Tints of Violet #EC81FB
RGB
CMYK
RGB Variations
Color information
#EC81FB (or 0xEC81FB) is known color: Violet. HEX triplet: EC, 81 and FB. RGB value is (236,129,251). Sum of RGB (Red+Green+Blue) = 236+129+251=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81FB is #137E04. Grayscale: #AEAEAE. Windows color (decimal): -1277445 or 16482796. OLE color: 16482796.
HSL color Cylindrical-coordinate representation of color #EC81FB: hue angle of 292.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC81FB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 129 | 251 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.02 |
| HSL | 292.62º | 0.94% | 0.75% | - |
| HSV(B) | 292.62º | 0.49% | 0.98% | - |
| XYZ | 59.85 | 40.5 | 95.93 | - |
| YUV | 174.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 251 | 0.06 | 0.49 | 0 | 0.02 | 292.62 | 0.94 | 0.75 |
| Hex | EC | 81 | FB | 6 | 31 | 0 | 2 | 125 | 5E | 4B |
| Octal | 354 | 201 | 373 | 6 | 61 | 0 | 2 | 445 | 136 | 113 |
| Binary | 11101100 | 10000001 | 11111011 | 110 | 110001 | 0 | 10 | 100100101 | 1011110 | 1001011 |
Color Harmonies of #EC81FB
Complementary color
Monochromatic Colors of #EC81FB
Black with #EC81FB
Text Example
Text Example
White with #EC81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81FB; }
p { color: rgb(236,129,251); }
H1.HeaderClassName
{
color: #EC81FB;
}
.AnyTagClassName
{
color: #EC81FB;
}
</style>
background-color css
<style>
a { background-color: #EC81FB; }
a { background-color: rgb(236,129,251); }
div.DivClassName
{
background-color: #EC81FB;
}
.BgClassName
{
background-color: #EC81FB;
}
</style>
border-color css
<style>
span { border-color: #EC81FB; }
span { border-color: rgb(236,129,251); }
td.TdClassName
{
border-color: #EC81FB;
}
.TagClassName
{
border-color: #EC81FB;
}
</style>