Shades of Violet #EC92EF
Tints of Violet #EC92EF
RGB
CMYK
RGB Variations
Color information
#EC92EF (or 0xEC92EF) is known color: Violet. HEX triplet: EC, 92 and EF. RGB value is (236,146,239). Sum of RGB (Red+Green+Blue) = 236+146+239=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC92EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92EF is #136D10. Grayscale: #B7B7B7. Windows color (decimal): -1273105 or 15700716. OLE color: 15700716.
HSL color Cylindrical-coordinate representation of color #EC92EF: hue angle of 298.06º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC92EF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 146 | 239 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.06 |
| HSL | 298.06º | 0.74% | 0.75% | - |
| HSV(B) | 298.06º | 0.39% | 0.94% | - |
| XYZ | 60.45 | 44.62 | 87.09 | - |
| YUV | 183.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 239 | 0.01 | 0.39 | 0 | 0.06 | 298.06 | 0.74 | 0.75 |
| Hex | EC | 92 | EF | 1 | 27 | 0 | 6 | 12A | 4A | 4B |
| Octal | 354 | 222 | 357 | 1 | 47 | 0 | 6 | 452 | 112 | 113 |
| Binary | 11101100 | 10010010 | 11101111 | 1 | 100111 | 0 | 110 | 100101010 | 1001010 | 1001011 |
Color Harmonies of #EC92EF
Complementary color
Monochromatic Colors of #EC92EF
Black with #EC92EF
Text Example
Text Example
White with #EC92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92EF; }
p { color: rgb(236,146,239); }
H1.HeaderClassName
{
color: #EC92EF;
}
.AnyTagClassName
{
color: #EC92EF;
}
</style>
background-color css
<style>
a { background-color: #EC92EF; }
a { background-color: rgb(236,146,239); }
div.DivClassName
{
background-color: #EC92EF;
}
.BgClassName
{
background-color: #EC92EF;
}
</style>
border-color css
<style>
span { border-color: #EC92EF; }
span { border-color: rgb(236,146,239); }
td.TdClassName
{
border-color: #EC92EF;
}
.TagClassName
{
border-color: #EC92EF;
}
</style>