Shades of Violet #EF8CE8
Tints of Violet #EF8CE8
RGB
CMYK
RGB Variations
Color information
#EF8CE8 (or 0xEF8CE8) is known color: Violet. HEX triplet: EF, 8C and E8. RGB value is (239,140,232). Sum of RGB (Red+Green+Blue) = 239+140+232=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CE8 is #107317. Grayscale: #B3B3B3. Windows color (decimal): -1078040 or 15240431. OLE color: 15240431.
HSL color Cylindrical-coordinate representation of color #EF8CE8: hue angle of 304.24º 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 #EF8CE8 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 232 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.06 |
| HSL | 304.24º | 0.76% | 0.74% | - |
| HSV(B) | 304.24º | 0.41% | 0.94% | - |
| XYZ | 59.54 | 42.93 | 81.49 | - |
| YUV | 180.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 232 | 0 | 0.41 | 0.03 | 0.06 | 304.24 | 0.76 | 0.74 |
| Hex | EF | 8C | E8 | 0 | 29 | 3 | 6 | 130 | 4C | 4A |
| Octal | 357 | 214 | 350 | 0 | 51 | 3 | 6 | 460 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11101000 | 0 | 101001 | 11 | 110 | 100110000 | 1001100 | 1001010 |
Color Harmonies of #EF8CE8
Complementary color
Monochromatic Colors of #EF8CE8
Black with #EF8CE8
Text Example
Text Example
White with #EF8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CE8; }
p { color: rgb(239,140,232); }
H1.HeaderClassName
{
color: #EF8CE8;
}
.AnyTagClassName
{
color: #EF8CE8;
}
</style>
background-color css
<style>
a { background-color: #EF8CE8; }
a { background-color: rgb(239,140,232); }
div.DivClassName
{
background-color: #EF8CE8;
}
.BgClassName
{
background-color: #EF8CE8;
}
</style>
border-color css
<style>
span { border-color: #EF8CE8; }
span { border-color: rgb(239,140,232); }
td.TdClassName
{
border-color: #EF8CE8;
}
.TagClassName
{
border-color: #EF8CE8;
}
</style>