Shades of Violet #EF92EC
Tints of Violet #EF92EC
RGB
CMYK
RGB Variations
Color information
#EF92EC (or 0xEF92EC) is known color: Violet. HEX triplet: EF, 92 and EC. RGB value is (239,146,236). Sum of RGB (Red+Green+Blue) = 239+146+236=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92EC is #106D13. Grayscale: #B7B7B7. Windows color (decimal): -1076500 or 15504111. OLE color: 15504111.
HSL color Cylindrical-coordinate representation of color #EF92EC: hue angle of 301.94º 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 #EF92EC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 236 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.06 |
| HSL | 301.94º | 0.74% | 0.75% | - |
| HSV(B) | 301.94º | 0.39% | 0.94% | - |
| XYZ | 61.02 | 44.96 | 84.82 | - |
| YUV | 184.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 236 | 0 | 0.39 | 0.01 | 0.06 | 301.94 | 0.74 | 0.75 |
| Hex | EF | 92 | EC | 0 | 27 | 1 | 6 | 12E | 4A | 4B |
| Octal | 357 | 222 | 354 | 0 | 47 | 1 | 6 | 456 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11101100 | 0 | 100111 | 1 | 110 | 100101110 | 1001010 | 1001011 |
Color Harmonies of #EF92EC
Complementary color
Monochromatic Colors of #EF92EC
Black with #EF92EC
Text Example
Text Example
White with #EF92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92EC; }
p { color: rgb(239,146,236); }
H1.HeaderClassName
{
color: #EF92EC;
}
.AnyTagClassName
{
color: #EF92EC;
}
</style>
background-color css
<style>
a { background-color: #EF92EC; }
a { background-color: rgb(239,146,236); }
div.DivClassName
{
background-color: #EF92EC;
}
.BgClassName
{
background-color: #EF92EC;
}
</style>
border-color css
<style>
span { border-color: #EF92EC; }
span { border-color: rgb(239,146,236); }
td.TdClassName
{
border-color: #EF92EC;
}
.TagClassName
{
border-color: #EF92EC;
}
</style>