Shades of Violet #EC6FE8
Tints of Violet #EC6FE8
RGB
CMYK
RGB Variations
Color information
#EC6FE8 (or 0xEC6FE8) is known color: Violet. HEX triplet: EC, 6F and E8. RGB value is (236,111,232). Sum of RGB (Red+Green+Blue) = 236+111+232=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FE8 is #139017. Grayscale: #A1A1A1. Windows color (decimal): -1282072 or 15233004. OLE color: 15233004.
HSL color Cylindrical-coordinate representation of color #EC6FE8: hue angle of 301.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FE8 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 232 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.07 |
| HSL | 301.92º | 0.77% | 0.68% | - |
| HSV(B) | 301.92º | 0.53% | 0.93% | - |
| XYZ | 54.84 | 35.03 | 80.21 | - |
| YUV | 162.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 232 | 0 | 0.53 | 0.02 | 0.07 | 301.92 | 0.77 | 0.68 |
| Hex | EC | 6F | E8 | 0 | 35 | 2 | 7 | 12E | 4D | 44 |
| Octal | 354 | 157 | 350 | 0 | 65 | 2 | 7 | 456 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11101000 | 0 | 110101 | 10 | 111 | 100101110 | 1001101 | 1000100 |
Color Harmonies of #EC6FE8
Complementary color
Monochromatic Colors of #EC6FE8
Black with #EC6FE8
Text Example
Text Example
White with #EC6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FE8; }
p { color: rgb(236,111,232); }
H1.HeaderClassName
{
color: #EC6FE8;
}
.AnyTagClassName
{
color: #EC6FE8;
}
</style>
background-color css
<style>
a { background-color: #EC6FE8; }
a { background-color: rgb(236,111,232); }
div.DivClassName
{
background-color: #EC6FE8;
}
.BgClassName
{
background-color: #EC6FE8;
}
</style>
border-color css
<style>
span { border-color: #EC6FE8; }
span { border-color: rgb(236,111,232); }
td.TdClassName
{
border-color: #EC6FE8;
}
.TagClassName
{
border-color: #EC6FE8;
}
</style>