Shades of Violet #EC96EE
Tints of Violet #EC96EE
RGB
CMYK
RGB Variations
Color information
#EC96EE (or 0xEC96EE) is known color: Violet. HEX triplet: EC, 96 and EE. RGB value is (236,150,238). Sum of RGB (Red+Green+Blue) = 236+150+238=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96EE is #136911. Grayscale: #B9B9B9. Windows color (decimal): -1272082 or 15636204. OLE color: 15636204.
HSL color Cylindrical-coordinate representation of color #EC96EE: hue angle of 298.64º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC96EE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 238 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.07 |
| HSL | 298.64º | 0.72% | 0.76% | - |
| HSV(B) | 298.64º | 0.37% | 0.93% | - |
| XYZ | 60.93 | 45.82 | 86.52 | - |
| YUV | 185.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 238 | 0.01 | 0.37 | 0 | 0.07 | 298.64 | 0.72 | 0.76 |
| Hex | EC | 96 | EE | 1 | 25 | 0 | 7 | 12B | 48 | 4C |
| Octal | 354 | 226 | 356 | 1 | 45 | 0 | 7 | 453 | 110 | 114 |
| Binary | 11101100 | 10010110 | 11101110 | 1 | 100101 | 0 | 111 | 100101011 | 1001000 | 1001100 |
Color Harmonies of #EC96EE
Complementary color
Monochromatic Colors of #EC96EE
Black with #EC96EE
Text Example
Text Example
White with #EC96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96EE; }
p { color: rgb(236,150,238); }
H1.HeaderClassName
{
color: #EC96EE;
}
.AnyTagClassName
{
color: #EC96EE;
}
</style>
background-color css
<style>
a { background-color: #EC96EE; }
a { background-color: rgb(236,150,238); }
div.DivClassName
{
background-color: #EC96EE;
}
.BgClassName
{
background-color: #EC96EE;
}
</style>
border-color css
<style>
span { border-color: #EC96EE; }
span { border-color: rgb(236,150,238); }
td.TdClassName
{
border-color: #EC96EE;
}
.TagClassName
{
border-color: #EC96EE;
}
</style>