Shades of Violet #EF7CE4
Tints of Violet #EF7CE4
RGB
CMYK
RGB Variations
Color information
#EF7CE4 (or 0xEF7CE4) is known color: Violet. HEX triplet: EF, 7C and E4. RGB value is (239,124,228). Sum of RGB (Red+Green+Blue) = 239+124+228=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CE4 is #10831B. Grayscale: #A9A9A9. Windows color (decimal): -1082140 or 14974191. OLE color: 14974191.
HSL color Cylindrical-coordinate representation of color #EF7CE4: hue angle of 305.74º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CE4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 228 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.06 |
| HSL | 305.74º | 0.78% | 0.71% | - |
| HSV(B) | 305.74º | 0.48% | 0.94% | - |
| XYZ | 56.81 | 38.37 | 77.81 | - |
| YUV | 170.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 228 | 0 | 0.48 | 0.05 | 0.06 | 305.74 | 0.78 | 0.71 |
| Hex | EF | 7C | E4 | 0 | 30 | 5 | 6 | 132 | 4E | 47 |
| Octal | 357 | 174 | 344 | 0 | 60 | 5 | 6 | 462 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11100100 | 0 | 110000 | 101 | 110 | 100110010 | 1001110 | 1000111 |
Color Harmonies of #EF7CE4
Complementary color
Monochromatic Colors of #EF7CE4
Black with #EF7CE4
Text Example
Text Example
White with #EF7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CE4; }
p { color: rgb(239,124,228); }
H1.HeaderClassName
{
color: #EF7CE4;
}
.AnyTagClassName
{
color: #EF7CE4;
}
</style>
background-color css
<style>
a { background-color: #EF7CE4; }
a { background-color: rgb(239,124,228); }
div.DivClassName
{
background-color: #EF7CE4;
}
.BgClassName
{
background-color: #EF7CE4;
}
</style>
border-color css
<style>
span { border-color: #EF7CE4; }
span { border-color: rgb(239,124,228); }
td.TdClassName
{
border-color: #EF7CE4;
}
.TagClassName
{
border-color: #EF7CE4;
}
</style>