Shades of Violet #EF99EE
Tints of Violet #EF99EE
RGB
CMYK
RGB Variations
Color information
#EF99EE (or 0xEF99EE) is known color: Violet. HEX triplet: EF, 99 and EE. RGB value is (239,153,238). Sum of RGB (Red+Green+Blue) = 239+153+238=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99EE is #106611. Grayscale: #BCBCBC. Windows color (decimal): -1074706 or 15636975. OLE color: 15636975.
HSL color Cylindrical-coordinate representation of color #EF99EE: hue angle of 300.7º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99EE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 238 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.06 |
| HSL | 300.7º | 0.73% | 0.77% | - |
| HSV(B) | 300.7º | 0.36% | 0.94% | - |
| XYZ | 62.42 | 47.31 | 86.73 | - |
| YUV | 188.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 238 | 0 | 0.36 | 0.00 | 0.06 | 300.7 | 0.73 | 0.77 |
| Hex | EF | 99 | EE | 0 | 24 | 0 | 6 | 12D | 49 | 4D |
| Octal | 357 | 231 | 356 | 0 | 44 | 0 | 6 | 455 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11101110 | 0 | 100100 | 0 | 110 | 100101101 | 1001001 | 1001101 |
Color Harmonies of #EF99EE
Complementary color
Monochromatic Colors of #EF99EE
Black with #EF99EE
Text Example
Text Example
White with #EF99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99EE; }
p { color: rgb(239,153,238); }
H1.HeaderClassName
{
color: #EF99EE;
}
.AnyTagClassName
{
color: #EF99EE;
}
</style>
background-color css
<style>
a { background-color: #EF99EE; }
a { background-color: rgb(239,153,238); }
div.DivClassName
{
background-color: #EF99EE;
}
.BgClassName
{
background-color: #EF99EE;
}
</style>
border-color css
<style>
span { border-color: #EF99EE; }
span { border-color: rgb(239,153,238); }
td.TdClassName
{
border-color: #EF99EE;
}
.TagClassName
{
border-color: #EF99EE;
}
</style>