Shades of Violet #EF8EEB
Tints of Violet #EF8EEB
RGB
CMYK
RGB Variations
Color information
#EF8EEB (or 0xEF8EEB) is known color: Violet. HEX triplet: EF, 8E and EB. RGB value is (239,142,235). Sum of RGB (Red+Green+Blue) = 239+142+235=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EEB is #107114. Grayscale: #B5B5B5. Windows color (decimal): -1077525 or 15437551. OLE color: 15437551.
HSL color Cylindrical-coordinate representation of color #EF8EEB: hue angle of 302.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EEB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 235 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.06 |
| HSL | 302.47º | 0.75% | 0.75% | - |
| HSV(B) | 302.47º | 0.41% | 0.94% | - |
| XYZ | 60.27 | 43.69 | 83.85 | - |
| YUV | 181.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 235 | 0 | 0.41 | 0.02 | 0.06 | 302.47 | 0.75 | 0.75 |
| Hex | EF | 8E | EB | 0 | 29 | 2 | 6 | 12E | 4B | 4B |
| Octal | 357 | 216 | 353 | 0 | 51 | 2 | 6 | 456 | 113 | 113 |
| Binary | 11101111 | 10001110 | 11101011 | 0 | 101001 | 10 | 110 | 100101110 | 1001011 | 1001011 |
Color Harmonies of #EF8EEB
Complementary color
Monochromatic Colors of #EF8EEB
Black with #EF8EEB
Text Example
Text Example
White with #EF8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8EEB; }
p { color: rgb(239,142,235); }
H1.HeaderClassName
{
color: #EF8EEB;
}
.AnyTagClassName
{
color: #EF8EEB;
}
</style>
background-color css
<style>
a { background-color: #EF8EEB; }
a { background-color: rgb(239,142,235); }
div.DivClassName
{
background-color: #EF8EEB;
}
.BgClassName
{
background-color: #EF8EEB;
}
</style>
border-color css
<style>
span { border-color: #EF8EEB; }
span { border-color: rgb(239,142,235); }
td.TdClassName
{
border-color: #EF8EEB;
}
.TagClassName
{
border-color: #EF8EEB;
}
</style>