Shades of Violet #EF92EE
Tints of Violet #EF92EE
RGB
CMYK
RGB Variations
Color information
#EF92EE (or 0xEF92EE) is known color: Violet. HEX triplet: EF, 92 and EE. RGB value is (239,146,238). Sum of RGB (Red+Green+Blue) = 239+146+238=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF92EE is #106D11. Grayscale: #B8B8B8. Windows color (decimal): -1076498 or 15635183. OLE color: 15635183.
HSL color Cylindrical-coordinate representation of color #EF92EE: hue angle of 300.65º 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 #EF92EE is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 238 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.06 |
| HSL | 300.65º | 0.74% | 0.75% | - |
| HSV(B) | 300.65º | 0.39% | 0.94% | - |
| XYZ | 61.31 | 45.08 | 86.36 | - |
| YUV | 184.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 238 | 0 | 0.39 | 0.00 | 0.06 | 300.65 | 0.74 | 0.75 |
| Hex | EF | 92 | EE | 0 | 27 | 0 | 6 | 12D | 4A | 4B |
| Octal | 357 | 222 | 356 | 0 | 47 | 0 | 6 | 455 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11101110 | 0 | 100111 | 0 | 110 | 100101101 | 1001010 | 1001011 |
Color Harmonies of #EF92EE
Complementary color
Monochromatic Colors of #EF92EE
Black with #EF92EE
Text Example
Text Example
White with #EF92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92EE; }
p { color: rgb(239,146,238); }
H1.HeaderClassName
{
color: #EF92EE;
}
.AnyTagClassName
{
color: #EF92EE;
}
</style>
background-color css
<style>
a { background-color: #EF92EE; }
a { background-color: rgb(239,146,238); }
div.DivClassName
{
background-color: #EF92EE;
}
.BgClassName
{
background-color: #EF92EE;
}
</style>
border-color css
<style>
span { border-color: #EF92EE; }
span { border-color: rgb(239,146,238); }
td.TdClassName
{
border-color: #EF92EE;
}
.TagClassName
{
border-color: #EF92EE;
}
</style>