Shades of Violet #EC92EC
Tints of Violet #EC92EC
RGB
CMYK
RGB Variations
Color information
#EC92EC (or 0xEC92EC) is known color: Violet. HEX triplet: EC, 92 and EC. RGB value is (236,146,236). Sum of RGB (Red+Green+Blue) = 236+146+236=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92EC is #136D13. Grayscale: #B6B6B6. Windows color (decimal): -1273108 or 15504108. OLE color: 15504108.
HSL color Cylindrical-coordinate representation of color #EC92EC: hue angle of 300º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92EC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 236 | - |
| CMYK | 0 | 0.38 | 0 | 0.07 |
| HSL | 300º | 0.7% | 0.75% | - |
| HSV(B) | 300º | 0.38% | 0.93% | - |
| XYZ | 60.01 | 44.45 | 84.77 | - |
| YUV | 183.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 236 | 0 | 0.38 | 0 | 0.07 | 300 | 0.7 | 0.75 |
| Hex | EC | 92 | EC | 0 | 26 | 0 | 7 | 12C | 46 | 4B |
| Octal | 354 | 222 | 354 | 0 | 46 | 0 | 7 | 454 | 106 | 113 |
| Binary | 11101100 | 10010010 | 11101100 | 0 | 100110 | 0 | 111 | 100101100 | 1000110 | 1001011 |
Color Harmonies of #EC92EC
Complementary color
Monochromatic Colors of #EC92EC
Black with #EC92EC
Text Example
Text Example
White with #EC92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92EC; }
p { color: rgb(236,146,236); }
H1.HeaderClassName
{
color: #EC92EC;
}
.AnyTagClassName
{
color: #EC92EC;
}
</style>
background-color css
<style>
a { background-color: #EC92EC; }
a { background-color: rgb(236,146,236); }
div.DivClassName
{
background-color: #EC92EC;
}
.BgClassName
{
background-color: #EC92EC;
}
</style>
border-color css
<style>
span { border-color: #EC92EC; }
span { border-color: rgb(236,146,236); }
td.TdClassName
{
border-color: #EC92EC;
}
.TagClassName
{
border-color: #EC92EC;
}
</style>