Shades of Violet #EC6BEE
Tints of Violet #EC6BEE
RGB
CMYK
RGB Variations
Color information
#EC6BEE (or 0xEC6BEE) is known color: Violet. HEX triplet: EC, 6B and EE. RGB value is (236,107,238). Sum of RGB (Red+Green+Blue) = 236+107+238=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC6BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEE is #139411. Grayscale: #A0A0A0. Windows color (decimal): -1283090 or 15625196. OLE color: 15625196.
HSL color Cylindrical-coordinate representation of color #EC6BEE: hue angle of 299.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BEE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 238 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.07 |
| HSL | 299.08º | 0.79% | 0.68% | - |
| HSV(B) | 299.08º | 0.55% | 0.93% | - |
| XYZ | 55.28 | 34.52 | 84.64 | - |
| YUV | 160.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 238 | 0.01 | 0.55 | 0 | 0.07 | 299.08 | 0.79 | 0.68 |
| Hex | EC | 6B | EE | 1 | 37 | 0 | 7 | 12B | 4F | 44 |
| Octal | 354 | 153 | 356 | 1 | 67 | 0 | 7 | 453 | 117 | 104 |
| Binary | 11101100 | 1101011 | 11101110 | 1 | 110111 | 0 | 111 | 100101011 | 1001111 | 1000100 |
Color Harmonies of #EC6BEE
Complementary color
Monochromatic Colors of #EC6BEE
Black with #EC6BEE
Text Example
Text Example
White with #EC6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BEE; }
p { color: rgb(236,107,238); }
H1.HeaderClassName
{
color: #EC6BEE;
}
.AnyTagClassName
{
color: #EC6BEE;
}
</style>
background-color css
<style>
a { background-color: #EC6BEE; }
a { background-color: rgb(236,107,238); }
div.DivClassName
{
background-color: #EC6BEE;
}
.BgClassName
{
background-color: #EC6BEE;
}
</style>
border-color css
<style>
span { border-color: #EC6BEE; }
span { border-color: rgb(236,107,238); }
td.TdClassName
{
border-color: #EC6BEE;
}
.TagClassName
{
border-color: #EC6BEE;
}
</style>