Shades of Violet #EC7DFB
Tints of Violet #EC7DFB
RGB
CMYK
RGB Variations
Color information
#EC7DFB (or 0xEC7DFB) is known color: Violet. HEX triplet: EC, 7D and FB. RGB value is (236,125,251). Sum of RGB (Red+Green+Blue) = 236+125+251=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC7DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DFB is #138204. Grayscale: #ACACAC. Windows color (decimal): -1278469 or 16481772. OLE color: 16481772.
HSL color Cylindrical-coordinate representation of color #EC7DFB: hue angle of 292.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7DFB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 125 | 251 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.02 |
| HSL | 292.86º | 0.94% | 0.74% | - |
| HSV(B) | 292.86º | 0.5% | 0.98% | - |
| XYZ | 59.34 | 39.47 | 95.76 | - |
| YUV | 172.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 251 | 0.06 | 0.50 | 0 | 0.02 | 292.86 | 0.94 | 0.74 |
| Hex | EC | 7D | FB | 6 | 32 | 0 | 2 | 125 | 5E | 4A |
| Octal | 354 | 175 | 373 | 6 | 62 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101100 | 1111101 | 11111011 | 110 | 110010 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #EC7DFB
Complementary color
Monochromatic Colors of #EC7DFB
Black with #EC7DFB
Text Example
Text Example
White with #EC7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DFB; }
p { color: rgb(236,125,251); }
H1.HeaderClassName
{
color: #EC7DFB;
}
.AnyTagClassName
{
color: #EC7DFB;
}
</style>
background-color css
<style>
a { background-color: #EC7DFB; }
a { background-color: rgb(236,125,251); }
div.DivClassName
{
background-color: #EC7DFB;
}
.BgClassName
{
background-color: #EC7DFB;
}
</style>
border-color css
<style>
span { border-color: #EC7DFB; }
span { border-color: rgb(236,125,251); }
td.TdClassName
{
border-color: #EC7DFB;
}
.TagClassName
{
border-color: #EC7DFB;
}
</style>