Shades of Violet #EC9BFB
Tints of Violet #EC9BFB
RGB
CMYK
RGB Variations
Color information
#EC9BFB (or 0xEC9BFB) is known color: Violet. HEX triplet: EC, 9B and FB. RGB value is (236,155,251). Sum of RGB (Red+Green+Blue) = 236+155+251=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFB is #136404. Grayscale: #BDBDBD. Windows color (decimal): -1270789 or 16489452. OLE color: 16489452.
HSL color Cylindrical-coordinate representation of color #EC9BFB: hue angle of 290.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9BFB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 155 | 251 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 290.63º | 0.92% | 0.8% | - |
| HSV(B) | 290.63º | 0.38% | 0.98% | - |
| XYZ | 63.73 | 48.24 | 97.22 | - |
| YUV | 190.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 251 | 0.06 | 0.38 | 0 | 0.02 | 290.63 | 0.92 | 0.8 |
| Hex | EC | 9B | FB | 6 | 26 | 0 | 2 | 123 | 5C | 50 |
| Octal | 354 | 233 | 373 | 6 | 46 | 0 | 2 | 443 | 134 | 120 |
| Binary | 11101100 | 10011011 | 11111011 | 110 | 100110 | 0 | 10 | 100100011 | 1011100 | 1010000 |
Color Harmonies of #EC9BFB
Complementary color
Monochromatic Colors of #EC9BFB
Black with #EC9BFB
Text Example
Text Example
White with #EC9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BFB; }
p { color: rgb(236,155,251); }
H1.HeaderClassName
{
color: #EC9BFB;
}
.AnyTagClassName
{
color: #EC9BFB;
}
</style>
background-color css
<style>
a { background-color: #EC9BFB; }
a { background-color: rgb(236,155,251); }
div.DivClassName
{
background-color: #EC9BFB;
}
.BgClassName
{
background-color: #EC9BFB;
}
</style>
border-color css
<style>
span { border-color: #EC9BFB; }
span { border-color: rgb(236,155,251); }
td.TdClassName
{
border-color: #EC9BFB;
}
.TagClassName
{
border-color: #EC9BFB;
}
</style>