Shades of Violet #EC96F2
Tints of Violet #EC96F2
RGB
CMYK
RGB Variations
Color information
#EC96F2 (or 0xEC96F2) is known color: Violet. HEX triplet: EC, 96 and F2. RGB value is (236,150,242). Sum of RGB (Red+Green+Blue) = 236+150+242=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96F2 is #13690D. Grayscale: #B9B9B9. Windows color (decimal): -1272078 or 15898348. OLE color: 15898348.
HSL color Cylindrical-coordinate representation of color #EC96F2: hue angle of 296.09º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC96F2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 150 | 242 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.05 |
| HSL | 296.09º | 0.78% | 0.77% | - |
| HSV(B) | 296.09º | 0.38% | 0.95% | - |
| XYZ | 61.53 | 46.06 | 89.65 | - |
| YUV | 186.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 242 | 0.02 | 0.38 | 0 | 0.05 | 296.09 | 0.78 | 0.77 |
| Hex | EC | 96 | F2 | 2 | 26 | 0 | 5 | 128 | 4E | 4D |
| Octal | 354 | 226 | 362 | 2 | 46 | 0 | 5 | 450 | 116 | 115 |
| Binary | 11101100 | 10010110 | 11110010 | 10 | 100110 | 0 | 101 | 100101000 | 1001110 | 1001101 |
Color Harmonies of #EC96F2
Complementary color
Monochromatic Colors of #EC96F2
Black with #EC96F2
Text Example
Text Example
White with #EC96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96F2; }
p { color: rgb(236,150,242); }
H1.HeaderClassName
{
color: #EC96F2;
}
.AnyTagClassName
{
color: #EC96F2;
}
</style>
background-color css
<style>
a { background-color: #EC96F2; }
a { background-color: rgb(236,150,242); }
div.DivClassName
{
background-color: #EC96F2;
}
.BgClassName
{
background-color: #EC96F2;
}
</style>
border-color css
<style>
span { border-color: #EC96F2; }
span { border-color: rgb(236,150,242); }
td.TdClassName
{
border-color: #EC96F2;
}
.TagClassName
{
border-color: #EC96F2;
}
</style>