Shades of Violet #EF9CFD
Tints of Violet #EF9CFD
RGB
CMYK
RGB Variations
Color information
#EF9CFD (or 0xEF9CFD) is known color: Violet. HEX triplet: EF, 9C and FD. RGB value is (239,156,253). Sum of RGB (Red+Green+Blue) = 239+156+253=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CFD is #106302. Grayscale: #BFBFBF. Windows color (decimal): -1073923 or 16620783. OLE color: 16620783.
HSL color Cylindrical-coordinate representation of color #EF9CFD: hue angle of 291.34º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9CFD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 156 | 253 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.01 |
| HSL | 291.34º | 0.96% | 0.8% | - |
| HSV(B) | 291.34º | 0.38% | 0.99% | - |
| XYZ | 65.21 | 49.22 | 98.99 | - |
| YUV | 191.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 253 | 0.06 | 0.38 | 0 | 0.01 | 291.34 | 0.96 | 0.8 |
| Hex | EF | 9C | FD | 6 | 26 | 0 | 1 | 123 | 60 | 50 |
| Octal | 357 | 234 | 375 | 6 | 46 | 0 | 1 | 443 | 140 | 120 |
| Binary | 11101111 | 10011100 | 11111101 | 110 | 100110 | 0 | 1 | 100100011 | 1100000 | 1010000 |
Color Harmonies of #EF9CFD
Complementary color
Monochromatic Colors of #EF9CFD
Black with #EF9CFD
Text Example
Text Example
White with #EF9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CFD; }
p { color: rgb(239,156,253); }
H1.HeaderClassName
{
color: #EF9CFD;
}
.AnyTagClassName
{
color: #EF9CFD;
}
</style>
background-color css
<style>
a { background-color: #EF9CFD; }
a { background-color: rgb(239,156,253); }
div.DivClassName
{
background-color: #EF9CFD;
}
.BgClassName
{
background-color: #EF9CFD;
}
</style>
border-color css
<style>
span { border-color: #EF9CFD; }
span { border-color: rgb(239,156,253); }
td.TdClassName
{
border-color: #EF9CFD;
}
.TagClassName
{
border-color: #EF9CFD;
}
</style>