Shades of Violet #EC7BFA
Tints of Violet #EC7BFA
RGB
CMYK
RGB Variations
Color information
#EC7BFA (or 0xEC7BFA) is known color: Violet. HEX triplet: EC, 7B and FA. RGB value is (236,123,250). Sum of RGB (Red+Green+Blue) = 236+123+250=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BFA is #138405. Grayscale: #AAAAAA. Windows color (decimal): -1278982 or 16415724. OLE color: 16415724.
HSL color Cylindrical-coordinate representation of color #EC7BFA: hue angle of 293.39º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7BFA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 123 | 250 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.02 |
| HSL | 293.39º | 0.93% | 0.73% | - |
| HSV(B) | 293.39º | 0.51% | 0.98% | - |
| XYZ | 58.93 | 38.9 | 94.85 | - |
| YUV | 171.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 250 | 0.06 | 0.51 | 0 | 0.02 | 293.39 | 0.93 | 0.73 |
| Hex | EC | 7B | FA | 6 | 33 | 0 | 2 | 125 | 5D | 49 |
| Octal | 354 | 173 | 372 | 6 | 63 | 0 | 2 | 445 | 135 | 111 |
| Binary | 11101100 | 1111011 | 11111010 | 110 | 110011 | 0 | 10 | 100100101 | 1011101 | 1001001 |
Color Harmonies of #EC7BFA
Complementary color
Monochromatic Colors of #EC7BFA
Black with #EC7BFA
Text Example
Text Example
White with #EC7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BFA; }
p { color: rgb(236,123,250); }
H1.HeaderClassName
{
color: #EC7BFA;
}
.AnyTagClassName
{
color: #EC7BFA;
}
</style>
background-color css
<style>
a { background-color: #EC7BFA; }
a { background-color: rgb(236,123,250); }
div.DivClassName
{
background-color: #EC7BFA;
}
.BgClassName
{
background-color: #EC7BFA;
}
</style>
border-color css
<style>
span { border-color: #EC7BFA; }
span { border-color: rgb(236,123,250); }
td.TdClassName
{
border-color: #EC7BFA;
}
.TagClassName
{
border-color: #EC7BFA;
}
</style>