Shades of Violet #EC82E8
Tints of Violet #EC82E8
RGB
CMYK
RGB Variations
Color information
#EC82E8 (or 0xEC82E8) is known color: Violet. HEX triplet: EC, 82 and E8. RGB value is (236,130,232). Sum of RGB (Red+Green+Blue) = 236+130+232=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82E8 is #137D17. Grayscale: #ADADAD. Windows color (decimal): -1277208 or 15237868. OLE color: 15237868.
HSL color Cylindrical-coordinate representation of color #EC82E8: hue angle of 302.26º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82E8 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 232 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.07 |
| HSL | 302.26º | 0.74% | 0.72% | - |
| HSV(B) | 302.26º | 0.45% | 0.93% | - |
| XYZ | 57.14 | 39.62 | 80.98 | - |
| YUV | 173.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 232 | 0 | 0.45 | 0.02 | 0.07 | 302.26 | 0.74 | 0.72 |
| Hex | EC | 82 | E8 | 0 | 2D | 2 | 7 | 12E | 4A | 48 |
| Octal | 354 | 202 | 350 | 0 | 55 | 2 | 7 | 456 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11101000 | 0 | 101101 | 10 | 111 | 100101110 | 1001010 | 1001000 |
Color Harmonies of #EC82E8
Complementary color
Monochromatic Colors of #EC82E8
Black with #EC82E8
Text Example
Text Example
White with #EC82E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E8; }
p { color: rgb(236,130,232); }
H1.HeaderClassName
{
color: #EC82E8;
}
.AnyTagClassName
{
color: #EC82E8;
}
</style>
background-color css
<style>
a { background-color: #EC82E8; }
a { background-color: rgb(236,130,232); }
div.DivClassName
{
background-color: #EC82E8;
}
.BgClassName
{
background-color: #EC82E8;
}
</style>
border-color css
<style>
span { border-color: #EC82E8; }
span { border-color: rgb(236,130,232); }
td.TdClassName
{
border-color: #EC82E8;
}
.TagClassName
{
border-color: #EC82E8;
}
</style>