Shades of Violet #EC84E3
Tints of Violet #EC84E3
RGB
CMYK
RGB Variations
Color information
#EC84E3 (or 0xEC84E3) is known color: Violet. HEX triplet: EC, 84 and E3. RGB value is (236,132,227). Sum of RGB (Red+Green+Blue) = 236+132+227=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84E3 is #137B1C. Grayscale: #ADADAD. Windows color (decimal): -1276701 or 14910700. OLE color: 14910700.
HSL color Cylindrical-coordinate representation of color #EC84E3: hue angle of 305.19º 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 #EC84E3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 227 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.07 |
| HSL | 305.19º | 0.73% | 0.72% | - |
| HSV(B) | 305.19º | 0.44% | 0.93% | - |
| XYZ | 56.71 | 39.88 | 77.38 | - |
| YUV | 173.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 227 | 0 | 0.44 | 0.04 | 0.07 | 305.19 | 0.73 | 0.72 |
| Hex | EC | 84 | E3 | 0 | 2C | 4 | 7 | 131 | 49 | 48 |
| Octal | 354 | 204 | 343 | 0 | 54 | 4 | 7 | 461 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11100011 | 0 | 101100 | 100 | 111 | 100110001 | 1001001 | 1001000 |
Color Harmonies of #EC84E3
Complementary color
Monochromatic Colors of #EC84E3
Black with #EC84E3
Text Example
Text Example
White with #EC84E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84E3; }
p { color: rgb(236,132,227); }
H1.HeaderClassName
{
color: #EC84E3;
}
.AnyTagClassName
{
color: #EC84E3;
}
</style>
background-color css
<style>
a { background-color: #EC84E3; }
a { background-color: rgb(236,132,227); }
div.DivClassName
{
background-color: #EC84E3;
}
.BgClassName
{
background-color: #EC84E3;
}
</style>
border-color css
<style>
span { border-color: #EC84E3; }
span { border-color: rgb(236,132,227); }
td.TdClassName
{
border-color: #EC84E3;
}
.TagClassName
{
border-color: #EC84E3;
}
</style>