Shades of Violet #EC7EFB
Tints of Violet #EC7EFB
RGB
CMYK
RGB Variations
Color information
#EC7EFB (or 0xEC7EFB) is known color: Violet. HEX triplet: EC, 7E and FB. RGB value is (236,126,251). Sum of RGB (Red+Green+Blue) = 236+126+251=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EFB is #138104. Grayscale: #ACACAC. Windows color (decimal): -1278213 or 16482028. OLE color: 16482028.
HSL color Cylindrical-coordinate representation of color #EC7EFB: hue angle of 292.8º 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 #EC7EFB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 126 | 251 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.02 |
| HSL | 292.8º | 0.94% | 0.74% | - |
| HSV(B) | 292.8º | 0.5% | 0.98% | - |
| XYZ | 59.47 | 39.72 | 95.8 | - |
| YUV | 173.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 251 | 0.06 | 0.50 | 0 | 0.02 | 292.8 | 0.94 | 0.74 |
| Hex | EC | 7E | FB | 6 | 32 | 0 | 2 | 125 | 5E | 4A |
| Octal | 354 | 176 | 373 | 6 | 62 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101100 | 1111110 | 11111011 | 110 | 110010 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #EC7EFB
Complementary color
Monochromatic Colors of #EC7EFB
Black with #EC7EFB
Text Example
Text Example
White with #EC7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EFB; }
p { color: rgb(236,126,251); }
H1.HeaderClassName
{
color: #EC7EFB;
}
.AnyTagClassName
{
color: #EC7EFB;
}
</style>
background-color css
<style>
a { background-color: #EC7EFB; }
a { background-color: rgb(236,126,251); }
div.DivClassName
{
background-color: #EC7EFB;
}
.BgClassName
{
background-color: #EC7EFB;
}
</style>
border-color css
<style>
span { border-color: #EC7EFB; }
span { border-color: rgb(236,126,251); }
td.TdClassName
{
border-color: #EC7EFB;
}
.TagClassName
{
border-color: #EC7EFB;
}
</style>