Shades of Violet #EC94FB
Tints of Violet #EC94FB
RGB
CMYK
RGB Variations
Color information
#EC94FB (or 0xEC94FB) is known color: Violet. HEX triplet: EC, 94 and FB. RGB value is (236,148,251). Sum of RGB (Red+Green+Blue) = 236+148+251=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC94FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94FB is #136B04. Grayscale: #B9B9B9. Windows color (decimal): -1272581 or 16487660. OLE color: 16487660.
HSL color Cylindrical-coordinate representation of color #EC94FB: hue angle of 291.26º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC94FB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 148 | 251 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.02 |
| HSL | 291.26º | 0.93% | 0.78% | - |
| HSV(B) | 291.26º | 0.41% | 0.98% | - |
| XYZ | 62.59 | 45.98 | 96.84 | - |
| YUV | 186.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 251 | 0.06 | 0.41 | 0 | 0.02 | 291.26 | 0.93 | 0.78 |
| Hex | EC | 94 | FB | 6 | 29 | 0 | 2 | 123 | 5D | 4E |
| Octal | 354 | 224 | 373 | 6 | 51 | 0 | 2 | 443 | 135 | 116 |
| Binary | 11101100 | 10010100 | 11111011 | 110 | 101001 | 0 | 10 | 100100011 | 1011101 | 1001110 |
Color Harmonies of #EC94FB
Complementary color
Monochromatic Colors of #EC94FB
Black with #EC94FB
Text Example
Text Example
White with #EC94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94FB; }
p { color: rgb(236,148,251); }
H1.HeaderClassName
{
color: #EC94FB;
}
.AnyTagClassName
{
color: #EC94FB;
}
</style>
background-color css
<style>
a { background-color: #EC94FB; }
a { background-color: rgb(236,148,251); }
div.DivClassName
{
background-color: #EC94FB;
}
.BgClassName
{
background-color: #EC94FB;
}
</style>
border-color css
<style>
span { border-color: #EC94FB; }
span { border-color: rgb(236,148,251); }
td.TdClassName
{
border-color: #EC94FB;
}
.TagClassName
{
border-color: #EC94FB;
}
</style>