Shades of Violet #EF8CED
Tints of Violet #EF8CED
RGB
CMYK
RGB Variations
Color information
#EF8CED (or 0xEF8CED) is known color: Violet. HEX triplet: EF, 8C and ED. RGB value is (239,140,237). Sum of RGB (Red+Green+Blue) = 239+140+237=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CED is #107312. Grayscale: #B4B4B4. Windows color (decimal): -1078035 or 15568111. OLE color: 15568111.
HSL color Cylindrical-coordinate representation of color #EF8CED: hue angle of 301.21º 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 #EF8CED is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 237 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.06 |
| HSL | 301.21º | 0.76% | 0.74% | - |
| HSV(B) | 301.21º | 0.41% | 0.94% | - |
| XYZ | 60.26 | 43.22 | 85.29 | - |
| YUV | 180.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 237 | 0 | 0.41 | 0.01 | 0.06 | 301.21 | 0.76 | 0.74 |
| Hex | EF | 8C | ED | 0 | 29 | 1 | 6 | 12D | 4C | 4A |
| Octal | 357 | 214 | 355 | 0 | 51 | 1 | 6 | 455 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11101101 | 0 | 101001 | 1 | 110 | 100101101 | 1001100 | 1001010 |
Color Harmonies of #EF8CED
Complementary color
Monochromatic Colors of #EF8CED
Black with #EF8CED
Text Example
Text Example
White with #EF8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CED; }
p { color: rgb(239,140,237); }
H1.HeaderClassName
{
color: #EF8CED;
}
.AnyTagClassName
{
color: #EF8CED;
}
</style>
background-color css
<style>
a { background-color: #EF8CED; }
a { background-color: rgb(239,140,237); }
div.DivClassName
{
background-color: #EF8CED;
}
.BgClassName
{
background-color: #EF8CED;
}
</style>
border-color css
<style>
span { border-color: #EF8CED; }
span { border-color: rgb(239,140,237); }
td.TdClassName
{
border-color: #EF8CED;
}
.TagClassName
{
border-color: #EF8CED;
}
</style>