Shades of Violet #EF91EE
Tints of Violet #EF91EE
RGB
CMYK
RGB Variations
Color information
#EF91EE (or 0xEF91EE) is known color: Violet. HEX triplet: EF, 91 and EE. RGB value is (239,145,238). Sum of RGB (Red+Green+Blue) = 239+145+238=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91EE is #106E11. Grayscale: #B7B7B7. Windows color (decimal): -1076754 or 15634927. OLE color: 15634927.
HSL color Cylindrical-coordinate representation of color #EF91EE: hue angle of 300.64º degrees, saturation: 0.75, 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 #EF91EE is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 238 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.06 |
| HSL | 300.64º | 0.75% | 0.75% | - |
| HSV(B) | 300.64º | 0.39% | 0.94% | - |
| XYZ | 61.15 | 44.77 | 86.31 | - |
| YUV | 183.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 238 | 0 | 0.39 | 0.00 | 0.06 | 300.64 | 0.75 | 0.75 |
| Hex | EF | 91 | EE | 0 | 27 | 0 | 6 | 12D | 4B | 4B |
| Octal | 357 | 221 | 356 | 0 | 47 | 0 | 6 | 455 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11101110 | 0 | 100111 | 0 | 110 | 100101101 | 1001011 | 1001011 |
Color Harmonies of #EF91EE
Complementary color
Monochromatic Colors of #EF91EE
Black with #EF91EE
Text Example
Text Example
White with #EF91EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91EE; }
p { color: rgb(239,145,238); }
H1.HeaderClassName
{
color: #EF91EE;
}
.AnyTagClassName
{
color: #EF91EE;
}
</style>
background-color css
<style>
a { background-color: #EF91EE; }
a { background-color: rgb(239,145,238); }
div.DivClassName
{
background-color: #EF91EE;
}
.BgClassName
{
background-color: #EF91EE;
}
</style>
border-color css
<style>
span { border-color: #EF91EE; }
span { border-color: rgb(239,145,238); }
td.TdClassName
{
border-color: #EF91EE;
}
.TagClassName
{
border-color: #EF91EE;
}
</style>