Shades of Violet #EC95FB
Tints of Violet #EC95FB
RGB
CMYK
RGB Variations
Color information
#EC95FB (or 0xEC95FB) is known color: Violet. HEX triplet: EC, 95 and FB. RGB value is (236,149,251). Sum of RGB (Red+Green+Blue) = 236+149+251=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC95FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95FB is #136A04. Grayscale: #BABABA. Windows color (decimal): -1272325 or 16487916. OLE color: 16487916.
HSL color Cylindrical-coordinate representation of color #EC95FB: hue angle of 291.18º 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 #EC95FB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 149 | 251 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.02 |
| HSL | 291.18º | 0.93% | 0.78% | - |
| HSV(B) | 291.18º | 0.41% | 0.98% | - |
| XYZ | 62.75 | 46.29 | 96.89 | - |
| YUV | 186.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 251 | 0.06 | 0.41 | 0 | 0.02 | 291.18 | 0.93 | 0.78 |
| Hex | EC | 95 | FB | 6 | 29 | 0 | 2 | 123 | 5D | 4E |
| Octal | 354 | 225 | 373 | 6 | 51 | 0 | 2 | 443 | 135 | 116 |
| Binary | 11101100 | 10010101 | 11111011 | 110 | 101001 | 0 | 10 | 100100011 | 1011101 | 1001110 |
Color Harmonies of #EC95FB
Complementary color
Monochromatic Colors of #EC95FB
Black with #EC95FB
Text Example
Text Example
White with #EC95FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95FB; }
p { color: rgb(236,149,251); }
H1.HeaderClassName
{
color: #EC95FB;
}
.AnyTagClassName
{
color: #EC95FB;
}
</style>
background-color css
<style>
a { background-color: #EC95FB; }
a { background-color: rgb(236,149,251); }
div.DivClassName
{
background-color: #EC95FB;
}
.BgClassName
{
background-color: #EC95FB;
}
</style>
border-color css
<style>
span { border-color: #EC95FB; }
span { border-color: rgb(236,149,251); }
td.TdClassName
{
border-color: #EC95FB;
}
.TagClassName
{
border-color: #EC95FB;
}
</style>