Shades of Violet #EC83ED
Tints of Violet #EC83ED
RGB
CMYK
RGB Variations
Color information
#EC83ED (or 0xEC83ED) is known color: Violet. HEX triplet: EC, 83 and ED. RGB value is (236,131,237). Sum of RGB (Red+Green+Blue) = 236+131+237=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83ED is #137C12. Grayscale: #AEAEAE. Windows color (decimal): -1276947 or 15565804. OLE color: 15565804.
HSL color Cylindrical-coordinate representation of color #EC83ED: hue angle of 299.43º degrees, saturation: 0.75, 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 #EC83ED is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 237 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.07 |
| HSL | 299.43º | 0.75% | 0.72% | - |
| HSV(B) | 299.43º | 0.45% | 0.93% | - |
| XYZ | 57.99 | 40.18 | 84.82 | - |
| YUV | 174.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 237 | 0.00 | 0.45 | 0 | 0.07 | 299.43 | 0.75 | 0.72 |
| Hex | EC | 83 | ED | 0 | 2D | 0 | 7 | 12B | 4B | 48 |
| Octal | 354 | 203 | 355 | 0 | 55 | 0 | 7 | 453 | 113 | 110 |
| Binary | 11101100 | 10000011 | 11101101 | 0 | 101101 | 0 | 111 | 100101011 | 1001011 | 1001000 |
Color Harmonies of #EC83ED
Complementary color
Monochromatic Colors of #EC83ED
Black with #EC83ED
Text Example
Text Example
White with #EC83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83ED; }
p { color: rgb(236,131,237); }
H1.HeaderClassName
{
color: #EC83ED;
}
.AnyTagClassName
{
color: #EC83ED;
}
</style>
background-color css
<style>
a { background-color: #EC83ED; }
a { background-color: rgb(236,131,237); }
div.DivClassName
{
background-color: #EC83ED;
}
.BgClassName
{
background-color: #EC83ED;
}
</style>
border-color css
<style>
span { border-color: #EC83ED; }
span { border-color: rgb(236,131,237); }
td.TdClassName
{
border-color: #EC83ED;
}
.TagClassName
{
border-color: #EC83ED;
}
</style>