Shades of Violet #EC7BFB
Tints of Violet #EC7BFB
RGB
CMYK
RGB Variations
Color information
#EC7BFB (or 0xEC7BFB) is known color: Violet. HEX triplet: EC, 7B and FB. RGB value is (236,123,251). Sum of RGB (Red+Green+Blue) = 236+123+251=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BFB is #138404. Grayscale: #AAAAAA. Windows color (decimal): -1278981 or 16481260. OLE color: 16481260.
HSL color Cylindrical-coordinate representation of color #EC7BFB: hue angle of 292.97º degrees, saturation: 0.94, 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 #EC7BFB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 123 | 251 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.02 |
| HSL | 292.97º | 0.94% | 0.73% | - |
| HSV(B) | 292.97º | 0.51% | 0.98% | - |
| XYZ | 59.09 | 38.96 | 95.67 | - |
| YUV | 171.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 251 | 0.06 | 0.51 | 0 | 0.02 | 292.97 | 0.94 | 0.73 |
| Hex | EC | 7B | FB | 6 | 33 | 0 | 2 | 125 | 5E | 49 |
| Octal | 354 | 173 | 373 | 6 | 63 | 0 | 2 | 445 | 136 | 111 |
| Binary | 11101100 | 1111011 | 11111011 | 110 | 110011 | 0 | 10 | 100100101 | 1011110 | 1001001 |
Color Harmonies of #EC7BFB
Complementary color
Monochromatic Colors of #EC7BFB
Black with #EC7BFB
Text Example
Text Example
White with #EC7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BFB; }
p { color: rgb(236,123,251); }
H1.HeaderClassName
{
color: #EC7BFB;
}
.AnyTagClassName
{
color: #EC7BFB;
}
</style>
background-color css
<style>
a { background-color: #EC7BFB; }
a { background-color: rgb(236,123,251); }
div.DivClassName
{
background-color: #EC7BFB;
}
.BgClassName
{
background-color: #EC7BFB;
}
</style>
border-color css
<style>
span { border-color: #EC7BFB; }
span { border-color: rgb(236,123,251); }
td.TdClassName
{
border-color: #EC7BFB;
}
.TagClassName
{
border-color: #EC7BFB;
}
</style>