Shades of Violet #EC96FB
Tints of Violet #EC96FB
RGB
CMYK
RGB Variations
Color information
#EC96FB (or 0xEC96FB) is known color: Violet. HEX triplet: EC, 96 and FB. RGB value is (236,150,251). Sum of RGB (Red+Green+Blue) = 236+150+251=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FB is #136904. Grayscale: #BABABA. Windows color (decimal): -1272069 or 16488172. OLE color: 16488172.
HSL color Cylindrical-coordinate representation of color #EC96FB: hue angle of 291.09º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC96FB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 150 | 251 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.02 |
| HSL | 291.09º | 0.93% | 0.79% | - |
| HSV(B) | 291.09º | 0.4% | 0.98% | - |
| XYZ | 62.91 | 46.61 | 96.95 | - |
| YUV | 187.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 251 | 0.06 | 0.40 | 0 | 0.02 | 291.09 | 0.93 | 0.79 |
| Hex | EC | 96 | FB | 6 | 28 | 0 | 2 | 123 | 5D | 4F |
| Octal | 354 | 226 | 373 | 6 | 50 | 0 | 2 | 443 | 135 | 117 |
| Binary | 11101100 | 10010110 | 11111011 | 110 | 101000 | 0 | 10 | 100100011 | 1011101 | 1001111 |
Color Harmonies of #EC96FB
Complementary color
Monochromatic Colors of #EC96FB
Black with #EC96FB
Text Example
Text Example
White with #EC96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96FB; }
p { color: rgb(236,150,251); }
H1.HeaderClassName
{
color: #EC96FB;
}
.AnyTagClassName
{
color: #EC96FB;
}
</style>
background-color css
<style>
a { background-color: #EC96FB; }
a { background-color: rgb(236,150,251); }
div.DivClassName
{
background-color: #EC96FB;
}
.BgClassName
{
background-color: #EC96FB;
}
</style>
border-color css
<style>
span { border-color: #EC96FB; }
span { border-color: rgb(236,150,251); }
td.TdClassName
{
border-color: #EC96FB;
}
.TagClassName
{
border-color: #EC96FB;
}
</style>