Shades of Violet #EC84EB
Tints of Violet #EC84EB
RGB
CMYK
RGB Variations
Color information
#EC84EB (or 0xEC84EB) is known color: Violet. HEX triplet: EC, 84 and EB. RGB value is (236,132,235). Sum of RGB (Red+Green+Blue) = 236+132+235=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84EB is #137B14. Grayscale: #AEAEAE. Windows color (decimal): -1276693 or 15434988. OLE color: 15434988.
HSL color Cylindrical-coordinate representation of color #EC84EB: hue angle of 300.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84EB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 235 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.07 |
| HSL | 300.58º | 0.73% | 0.72% | - |
| HSV(B) | 300.58º | 0.44% | 0.93% | - |
| XYZ | 57.84 | 40.33 | 83.33 | - |
| YUV | 174.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 235 | 0 | 0.44 | 0.00 | 0.07 | 300.58 | 0.73 | 0.72 |
| Hex | EC | 84 | EB | 0 | 2C | 0 | 7 | 12D | 49 | 48 |
| Octal | 354 | 204 | 353 | 0 | 54 | 0 | 7 | 455 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11101011 | 0 | 101100 | 0 | 111 | 100101101 | 1001001 | 1001000 |
Color Harmonies of #EC84EB
Complementary color
Monochromatic Colors of #EC84EB
Black with #EC84EB
Text Example
Text Example
White with #EC84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84EB; }
p { color: rgb(236,132,235); }
H1.HeaderClassName
{
color: #EC84EB;
}
.AnyTagClassName
{
color: #EC84EB;
}
</style>
background-color css
<style>
a { background-color: #EC84EB; }
a { background-color: rgb(236,132,235); }
div.DivClassName
{
background-color: #EC84EB;
}
.BgClassName
{
background-color: #EC84EB;
}
</style>
border-color css
<style>
span { border-color: #EC84EB; }
span { border-color: rgb(236,132,235); }
td.TdClassName
{
border-color: #EC84EB;
}
.TagClassName
{
border-color: #EC84EB;
}
</style>