Shades of Violet #EF7EFC
Tints of Violet #EF7EFC
RGB
CMYK
RGB Variations
Color information
#EF7EFC (or 0xEF7EFC) is known color: Violet. HEX triplet: EF, 7E and FC. RGB value is (239,126,252). Sum of RGB (Red+Green+Blue) = 239+126+252=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFC is #108103. Grayscale: #ADADAD. Windows color (decimal): -1081604 or 16547567. OLE color: 16547567.
HSL color Cylindrical-coordinate representation of color #EF7EFC: hue angle of 293.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7EFC is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 126 | 252 | - |
| CMYK | 0.05 | 0.5 | 0 | 0.01 |
| HSL | 293.81º | 0.95% | 0.74% | - |
| HSV(B) | 293.81º | 0.5% | 0.99% | - |
| XYZ | 60.63 | 40.3 | 96.68 | - |
| YUV | 174.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 252 | 0.05 | 0.5 | 0 | 0.01 | 293.81 | 0.95 | 0.74 |
| Hex | EF | 7E | FC | 5 | 32 | 0 | 1 | 126 | 5F | 4A |
| Octal | 357 | 176 | 374 | 5 | 62 | 0 | 1 | 446 | 137 | 112 |
| Binary | 11101111 | 1111110 | 11111100 | 101 | 110010 | 0 | 1 | 100100110 | 1011111 | 1001010 |
Color Harmonies of #EF7EFC
Complementary color
Monochromatic Colors of #EF7EFC
Black with #EF7EFC
Text Example
Text Example
White with #EF7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EFC; }
p { color: rgb(239,126,252); }
H1.HeaderClassName
{
color: #EF7EFC;
}
.AnyTagClassName
{
color: #EF7EFC;
}
</style>
background-color css
<style>
a { background-color: #EF7EFC; }
a { background-color: rgb(239,126,252); }
div.DivClassName
{
background-color: #EF7EFC;
}
.BgClassName
{
background-color: #EF7EFC;
}
</style>
border-color css
<style>
span { border-color: #EF7EFC; }
span { border-color: rgb(239,126,252); }
td.TdClassName
{
border-color: #EF7EFC;
}
.TagClassName
{
border-color: #EF7EFC;
}
</style>