Shades of Violet #EC6BEF
Tints of Violet #EC6BEF
RGB
CMYK
RGB Variations
Color information
#EC6BEF (or 0xEC6BEF) is known color: Violet. HEX triplet: EC, 6B and EF. RGB value is (236,107,239). Sum of RGB (Red+Green+Blue) = 236+107+239=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 107 (42.19% from 255 or 18.38% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC6BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEF is #139410. Grayscale: #A0A0A0. Windows color (decimal): -1283089 or 15690732. OLE color: 15690732.
HSL color Cylindrical-coordinate representation of color #EC6BEF: hue angle of 298.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BEF is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 107 | 239 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.06 |
| HSL | 298.64º | 0.8% | 0.68% | - |
| HSV(B) | 298.64º | 0.55% | 0.94% | - |
| XYZ | 55.43 | 34.58 | 85.41 | - |
| YUV | 160.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 239 | 0.01 | 0.55 | 0 | 0.06 | 298.64 | 0.8 | 0.68 |
| Hex | EC | 6B | EF | 1 | 37 | 0 | 6 | 12B | 50 | 44 |
| Octal | 354 | 153 | 357 | 1 | 67 | 0 | 6 | 453 | 120 | 104 |
| Binary | 11101100 | 1101011 | 11101111 | 1 | 110111 | 0 | 110 | 100101011 | 1010000 | 1000100 |
Color Harmonies of #EC6BEF
Complementary color
Monochromatic Colors of #EC6BEF
Black with #EC6BEF
Text Example
Text Example
White with #EC6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BEF; }
p { color: rgb(236,107,239); }
H1.HeaderClassName
{
color: #EC6BEF;
}
.AnyTagClassName
{
color: #EC6BEF;
}
</style>
background-color css
<style>
a { background-color: #EC6BEF; }
a { background-color: rgb(236,107,239); }
div.DivClassName
{
background-color: #EC6BEF;
}
.BgClassName
{
background-color: #EC6BEF;
}
</style>
border-color css
<style>
span { border-color: #EC6BEF; }
span { border-color: rgb(236,107,239); }
td.TdClassName
{
border-color: #EC6BEF;
}
.TagClassName
{
border-color: #EC6BEF;
}
</style>