Shades of Violet #EC96EF
Tints of Violet #EC96EF
RGB
CMYK
RGB Variations
Color information
#EC96EF (or 0xEC96EF) is known color: Violet. HEX triplet: EC, 96 and EF. RGB value is (236,150,239). Sum of RGB (Red+Green+Blue) = 236+150+239=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC96EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96EF is #136910. Grayscale: #B9B9B9. Windows color (decimal): -1272081 or 15701740. OLE color: 15701740.
HSL color Cylindrical-coordinate representation of color #EC96EF: hue angle of 297.98º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC96EF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 150 | 239 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.06 |
| HSL | 297.98º | 0.74% | 0.76% | - |
| HSV(B) | 297.98º | 0.37% | 0.94% | - |
| XYZ | 61.08 | 45.88 | 87.3 | - |
| YUV | 185.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 239 | 0.01 | 0.37 | 0 | 0.06 | 297.98 | 0.74 | 0.76 |
| Hex | EC | 96 | EF | 1 | 25 | 0 | 6 | 12A | 4A | 4C |
| Octal | 354 | 226 | 357 | 1 | 45 | 0 | 6 | 452 | 112 | 114 |
| Binary | 11101100 | 10010110 | 11101111 | 1 | 100101 | 0 | 110 | 100101010 | 1001010 | 1001100 |
Color Harmonies of #EC96EF
Complementary color
Monochromatic Colors of #EC96EF
Black with #EC96EF
Text Example
Text Example
White with #EC96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96EF; }
p { color: rgb(236,150,239); }
H1.HeaderClassName
{
color: #EC96EF;
}
.AnyTagClassName
{
color: #EC96EF;
}
</style>
background-color css
<style>
a { background-color: #EC96EF; }
a { background-color: rgb(236,150,239); }
div.DivClassName
{
background-color: #EC96EF;
}
.BgClassName
{
background-color: #EC96EF;
}
</style>
border-color css
<style>
span { border-color: #EC96EF; }
span { border-color: rgb(236,150,239); }
td.TdClassName
{
border-color: #EC96EF;
}
.TagClassName
{
border-color: #EC96EF;
}
</style>