Shades of Violet #EF8FEE
Tints of Violet #EF8FEE
RGB
CMYK
RGB Variations
Color information
#EF8FEE (or 0xEF8FEE) is known color: Violet. HEX triplet: EF, 8F and EE. RGB value is (239,143,238). Sum of RGB (Red+Green+Blue) = 239+143+238=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FEE is #107011. Grayscale: #B6B6B6. Windows color (decimal): -1077266 or 15634415. OLE color: 15634415.
HSL color Cylindrical-coordinate representation of color #EF8FEE: hue angle of 300.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FEE is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 238 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.06 |
| HSL | 300.63º | 0.75% | 0.75% | - |
| HSV(B) | 300.63º | 0.4% | 0.94% | - |
| XYZ | 60.85 | 44.17 | 86.21 | - |
| YUV | 182.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 238 | 0 | 0.40 | 0.00 | 0.06 | 300.63 | 0.75 | 0.75 |
| Hex | EF | 8F | EE | 0 | 28 | 0 | 6 | 12D | 4B | 4B |
| Octal | 357 | 217 | 356 | 0 | 50 | 0 | 6 | 455 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11101110 | 0 | 101000 | 0 | 110 | 100101101 | 1001011 | 1001011 |
Color Harmonies of #EF8FEE
Complementary color
Monochromatic Colors of #EF8FEE
Black with #EF8FEE
Text Example
Text Example
White with #EF8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FEE; }
p { color: rgb(239,143,238); }
H1.HeaderClassName
{
color: #EF8FEE;
}
.AnyTagClassName
{
color: #EF8FEE;
}
</style>
background-color css
<style>
a { background-color: #EF8FEE; }
a { background-color: rgb(239,143,238); }
div.DivClassName
{
background-color: #EF8FEE;
}
.BgClassName
{
background-color: #EF8FEE;
}
</style>
border-color css
<style>
span { border-color: #EF8FEE; }
span { border-color: rgb(239,143,238); }
td.TdClassName
{
border-color: #EF8FEE;
}
.TagClassName
{
border-color: #EF8FEE;
}
</style>