Shades of Violet #EC68ED
Tints of Violet #EC68ED
RGB
CMYK
RGB Variations
Color information
#EC68ED (or 0xEC68ED) is known color: Violet. HEX triplet: EC, 68 and ED. RGB value is (236,104,237). Sum of RGB (Red+Green+Blue) = 236+104+237=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68ED is #139712. Grayscale: #9E9E9E. Windows color (decimal): -1283859 or 15558892. OLE color: 15558892.
HSL color Cylindrical-coordinate representation of color #EC68ED: hue angle of 299.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68ED is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 237 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.07 |
| HSL | 299.55º | 0.79% | 0.67% | - |
| HSV(B) | 299.55º | 0.56% | 0.93% | - |
| XYZ | 54.83 | 33.85 | 83.76 | - |
| YUV | 158.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 237 | 0.00 | 0.56 | 0 | 0.07 | 299.55 | 0.79 | 0.67 |
| Hex | EC | 68 | ED | 0 | 38 | 0 | 7 | 12C | 4F | 43 |
| Octal | 354 | 150 | 355 | 0 | 70 | 0 | 7 | 454 | 117 | 103 |
| Binary | 11101100 | 1101000 | 11101101 | 0 | 111000 | 0 | 111 | 100101100 | 1001111 | 1000011 |
Color Harmonies of #EC68ED
Complementary color
Monochromatic Colors of #EC68ED
Black with #EC68ED
Text Example
Text Example
White with #EC68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68ED; }
p { color: rgb(236,104,237); }
H1.HeaderClassName
{
color: #EC68ED;
}
.AnyTagClassName
{
color: #EC68ED;
}
</style>
background-color css
<style>
a { background-color: #EC68ED; }
a { background-color: rgb(236,104,237); }
div.DivClassName
{
background-color: #EC68ED;
}
.BgClassName
{
background-color: #EC68ED;
}
</style>
border-color css
<style>
span { border-color: #EC68ED; }
span { border-color: rgb(236,104,237); }
td.TdClassName
{
border-color: #EC68ED;
}
.TagClassName
{
border-color: #EC68ED;
}
</style>