Shades of Violet #EC6BEA
Tints of Violet #EC6BEA
RGB
CMYK
RGB Variations
Color information
#EC6BEA (or 0xEC6BEA) is known color: Violet. HEX triplet: EC, 6B and EA. RGB value is (236,107,234). Sum of RGB (Red+Green+Blue) = 236+107+234=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEA is #139415. Grayscale: #9F9F9F. Windows color (decimal): -1283094 or 15363052. OLE color: 15363052.
HSL color Cylindrical-coordinate representation of color #EC6BEA: hue angle of 300.93º 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 #EC6BEA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 234 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.07 |
| HSL | 300.93º | 0.77% | 0.67% | - |
| HSV(B) | 300.93º | 0.55% | 0.93% | - |
| XYZ | 54.7 | 34.29 | 81.58 | - |
| YUV | 160.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 234 | 0 | 0.55 | 0.01 | 0.07 | 300.93 | 0.77 | 0.67 |
| Hex | EC | 6B | EA | 0 | 37 | 1 | 7 | 12D | 4D | 43 |
| Octal | 354 | 153 | 352 | 0 | 67 | 1 | 7 | 455 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11101010 | 0 | 110111 | 1 | 111 | 100101101 | 1001101 | 1000011 |
Color Harmonies of #EC6BEA
Complementary color
Monochromatic Colors of #EC6BEA
Black with #EC6BEA
Text Example
Text Example
White with #EC6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BEA; }
p { color: rgb(236,107,234); }
H1.HeaderClassName
{
color: #EC6BEA;
}
.AnyTagClassName
{
color: #EC6BEA;
}
</style>
background-color css
<style>
a { background-color: #EC6BEA; }
a { background-color: rgb(236,107,234); }
div.DivClassName
{
background-color: #EC6BEA;
}
.BgClassName
{
background-color: #EC6BEA;
}
</style>
border-color css
<style>
span { border-color: #EC6BEA; }
span { border-color: rgb(236,107,234); }
td.TdClassName
{
border-color: #EC6BEA;
}
.TagClassName
{
border-color: #EC6BEA;
}
</style>