Shades of Violet #EF8CEB
Tints of Violet #EF8CEB
RGB
CMYK
RGB Variations
Color information
#EF8CEB (or 0xEF8CEB) is known color: Violet. HEX triplet: EF, 8C and EB. RGB value is (239,140,235). Sum of RGB (Red+Green+Blue) = 239+140+235=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CEB is #107314. Grayscale: #B4B4B4. Windows color (decimal): -1078037 or 15437039. OLE color: 15437039.
HSL color Cylindrical-coordinate representation of color #EF8CEB: hue angle of 302.42º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CEB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 235 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.06 |
| HSL | 302.42º | 0.76% | 0.74% | - |
| HSV(B) | 302.42º | 0.41% | 0.94% | - |
| XYZ | 59.97 | 43.11 | 83.76 | - |
| YUV | 180.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 235 | 0 | 0.41 | 0.02 | 0.06 | 302.42 | 0.76 | 0.74 |
| Hex | EF | 8C | EB | 0 | 29 | 2 | 6 | 12E | 4C | 4A |
| Octal | 357 | 214 | 353 | 0 | 51 | 2 | 6 | 456 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11101011 | 0 | 101001 | 10 | 110 | 100101110 | 1001100 | 1001010 |
Color Harmonies of #EF8CEB
Complementary color
Monochromatic Colors of #EF8CEB
Black with #EF8CEB
Text Example
Text Example
White with #EF8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CEB; }
p { color: rgb(239,140,235); }
H1.HeaderClassName
{
color: #EF8CEB;
}
.AnyTagClassName
{
color: #EF8CEB;
}
</style>
background-color css
<style>
a { background-color: #EF8CEB; }
a { background-color: rgb(239,140,235); }
div.DivClassName
{
background-color: #EF8CEB;
}
.BgClassName
{
background-color: #EF8CEB;
}
</style>
border-color css
<style>
span { border-color: #EF8CEB; }
span { border-color: rgb(239,140,235); }
td.TdClassName
{
border-color: #EF8CEB;
}
.TagClassName
{
border-color: #EF8CEB;
}
</style>