Shades of Violet #EC6BE9
Tints of Violet #EC6BE9
RGB
CMYK
RGB Variations
Color information
#EC6BE9 (or 0xEC6BE9) is known color: Violet. HEX triplet: EC, 6B and E9. RGB value is (236,107,233). Sum of RGB (Red+Green+Blue) = 236+107+233=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BE9 is #139416. Grayscale: #9F9F9F. Windows color (decimal): -1283095 or 15297516. OLE color: 15297516.
HSL color Cylindrical-coordinate representation of color #EC6BE9: hue angle of 301.4º 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 #EC6BE9 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 233 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.07 |
| HSL | 301.4º | 0.77% | 0.67% | - |
| HSV(B) | 301.4º | 0.55% | 0.93% | - |
| XYZ | 54.56 | 34.23 | 80.82 | - |
| YUV | 159.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 233 | 0 | 0.55 | 0.01 | 0.07 | 301.4 | 0.77 | 0.67 |
| Hex | EC | 6B | E9 | 0 | 37 | 1 | 7 | 12D | 4D | 43 |
| Octal | 354 | 153 | 351 | 0 | 67 | 1 | 7 | 455 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11101001 | 0 | 110111 | 1 | 111 | 100101101 | 1001101 | 1000011 |
Color Harmonies of #EC6BE9
Complementary color
Monochromatic Colors of #EC6BE9
Black with #EC6BE9
Text Example
Text Example
White with #EC6BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BE9; }
p { color: rgb(236,107,233); }
H1.HeaderClassName
{
color: #EC6BE9;
}
.AnyTagClassName
{
color: #EC6BE9;
}
</style>
background-color css
<style>
a { background-color: #EC6BE9; }
a { background-color: rgb(236,107,233); }
div.DivClassName
{
background-color: #EC6BE9;
}
.BgClassName
{
background-color: #EC6BE9;
}
</style>
border-color css
<style>
span { border-color: #EC6BE9; }
span { border-color: rgb(236,107,233); }
td.TdClassName
{
border-color: #EC6BE9;
}
.TagClassName
{
border-color: #EC6BE9;
}
</style>