Shades of Violet #EC6BEB
Tints of Violet #EC6BEB
RGB
CMYK
RGB Variations
Color information
#EC6BEB (or 0xEC6BEB) is known color: Violet. HEX triplet: EC, 6B and EB. RGB value is (236,107,235). Sum of RGB (Red+Green+Blue) = 236+107+235=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEB is #139414. Grayscale: #9F9F9F. Windows color (decimal): -1283093 or 15428588. OLE color: 15428588.
HSL color Cylindrical-coordinate representation of color #EC6BEB: hue angle of 300.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BEB is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 235 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.07 |
| HSL | 300.47º | 0.77% | 0.67% | - |
| HSV(B) | 300.47º | 0.55% | 0.93% | - |
| XYZ | 54.85 | 34.35 | 82.34 | - |
| YUV | 160.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 235 | 0 | 0.55 | 0.00 | 0.07 | 300.47 | 0.77 | 0.67 |
| Hex | EC | 6B | EB | 0 | 37 | 0 | 7 | 12C | 4D | 43 |
| Octal | 354 | 153 | 353 | 0 | 67 | 0 | 7 | 454 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11101011 | 0 | 110111 | 0 | 111 | 100101100 | 1001101 | 1000011 |
Color Harmonies of #EC6BEB
Complementary color
Monochromatic Colors of #EC6BEB
Black with #EC6BEB
Text Example
Text Example
White with #EC6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BEB; }
p { color: rgb(236,107,235); }
H1.HeaderClassName
{
color: #EC6BEB;
}
.AnyTagClassName
{
color: #EC6BEB;
}
</style>
background-color css
<style>
a { background-color: #EC6BEB; }
a { background-color: rgb(236,107,235); }
div.DivClassName
{
background-color: #EC6BEB;
}
.BgClassName
{
background-color: #EC6BEB;
}
</style>
border-color css
<style>
span { border-color: #EC6BEB; }
span { border-color: rgb(236,107,235); }
td.TdClassName
{
border-color: #EC6BEB;
}
.TagClassName
{
border-color: #EC6BEB;
}
</style>