Shades of Violet #EF8CFC
Tints of Violet #EF8CFC
RGB
CMYK
RGB Variations
Color information
#EF8CFC (or 0xEF8CFC) is known color: Violet. HEX triplet: EF, 8C and FC. RGB value is (239,140,252). Sum of RGB (Red+Green+Blue) = 239+140+252=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CFC is #107303. Grayscale: #B6B6B6. Windows color (decimal): -1078020 or 16551151. OLE color: 16551151.
HSL color Cylindrical-coordinate representation of color #EF8CFC: hue angle of 293.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8CFC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 140 | 252 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.01 |
| HSL | 293.04º | 0.95% | 0.77% | - |
| HSV(B) | 293.04º | 0.44% | 0.99% | - |
| XYZ | 62.55 | 44.14 | 97.32 | - |
| YUV | 182.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 252 | 0.05 | 0.44 | 0 | 0.01 | 293.04 | 0.95 | 0.77 |
| Hex | EF | 8C | FC | 5 | 2C | 0 | 1 | 125 | 5F | 4D |
| Octal | 357 | 214 | 374 | 5 | 54 | 0 | 1 | 445 | 137 | 115 |
| Binary | 11101111 | 10001100 | 11111100 | 101 | 101100 | 0 | 1 | 100100101 | 1011111 | 1001101 |
Color Harmonies of #EF8CFC
Complementary color
Monochromatic Colors of #EF8CFC
Black with #EF8CFC
Text Example
Text Example
White with #EF8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CFC; }
p { color: rgb(239,140,252); }
H1.HeaderClassName
{
color: #EF8CFC;
}
.AnyTagClassName
{
color: #EF8CFC;
}
</style>
background-color css
<style>
a { background-color: #EF8CFC; }
a { background-color: rgb(239,140,252); }
div.DivClassName
{
background-color: #EF8CFC;
}
.BgClassName
{
background-color: #EF8CFC;
}
</style>
border-color css
<style>
span { border-color: #EF8CFC; }
span { border-color: rgb(239,140,252); }
td.TdClassName
{
border-color: #EF8CFC;
}
.TagClassName
{
border-color: #EF8CFC;
}
</style>