Shades of Violet #EC83EB
Tints of Violet #EC83EB
RGB
CMYK
RGB Variations
Color information
#EC83EB (or 0xEC83EB) is known color: Violet. HEX triplet: EC, 83 and EB. RGB value is (236,131,235). Sum of RGB (Red+Green+Blue) = 236+131+235=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83EB is #137C14. Grayscale: #ADADAD. Windows color (decimal): -1276949 or 15434732. OLE color: 15434732.
HSL color Cylindrical-coordinate representation of color #EC83EB: hue angle of 300.57º 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 #EC83EB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 235 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.07 |
| HSL | 300.57º | 0.73% | 0.72% | - |
| HSV(B) | 300.57º | 0.44% | 0.93% | - |
| XYZ | 57.7 | 40.06 | 83.29 | - |
| YUV | 174.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 235 | 0 | 0.44 | 0.00 | 0.07 | 300.57 | 0.73 | 0.72 |
| Hex | EC | 83 | EB | 0 | 2C | 0 | 7 | 12D | 49 | 48 |
| Octal | 354 | 203 | 353 | 0 | 54 | 0 | 7 | 455 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11101011 | 0 | 101100 | 0 | 111 | 100101101 | 1001001 | 1001000 |
Color Harmonies of #EC83EB
Complementary color
Monochromatic Colors of #EC83EB
Black with #EC83EB
Text Example
Text Example
White with #EC83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83EB; }
p { color: rgb(236,131,235); }
H1.HeaderClassName
{
color: #EC83EB;
}
.AnyTagClassName
{
color: #EC83EB;
}
</style>
background-color css
<style>
a { background-color: #EC83EB; }
a { background-color: rgb(236,131,235); }
div.DivClassName
{
background-color: #EC83EB;
}
.BgClassName
{
background-color: #EC83EB;
}
</style>
border-color css
<style>
span { border-color: #EC83EB; }
span { border-color: rgb(236,131,235); }
td.TdClassName
{
border-color: #EC83EB;
}
.TagClassName
{
border-color: #EC83EB;
}
</style>