Shades of Violet #EF7CED
Tints of Violet #EF7CED
RGB
CMYK
RGB Variations
Color information
#EF7CED (or 0xEF7CED) is known color: Violet. HEX triplet: EF, 7C and ED. RGB value is (239,124,237). Sum of RGB (Red+Green+Blue) = 239+124+237=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CED is #108312. Grayscale: #AAAAAA. Windows color (decimal): -1082131 or 15564015. OLE color: 15564015.
HSL color Cylindrical-coordinate representation of color #EF7CED: hue angle of 301.04º 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 #EF7CED is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 237 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.06 |
| HSL | 301.04º | 0.78% | 0.71% | - |
| HSV(B) | 301.04º | 0.48% | 0.94% | - |
| XYZ | 58.09 | 38.88 | 84.56 | - |
| YUV | 171.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 237 | 0 | 0.48 | 0.01 | 0.06 | 301.04 | 0.78 | 0.71 |
| Hex | EF | 7C | ED | 0 | 30 | 1 | 6 | 12D | 4E | 47 |
| Octal | 357 | 174 | 355 | 0 | 60 | 1 | 6 | 455 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11101101 | 0 | 110000 | 1 | 110 | 100101101 | 1001110 | 1000111 |
Color Harmonies of #EF7CED
Complementary color
Monochromatic Colors of #EF7CED
Black with #EF7CED
Text Example
Text Example
White with #EF7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CED; }
p { color: rgb(239,124,237); }
H1.HeaderClassName
{
color: #EF7CED;
}
.AnyTagClassName
{
color: #EF7CED;
}
</style>
background-color css
<style>
a { background-color: #EF7CED; }
a { background-color: rgb(239,124,237); }
div.DivClassName
{
background-color: #EF7CED;
}
.BgClassName
{
background-color: #EF7CED;
}
</style>
border-color css
<style>
span { border-color: #EF7CED; }
span { border-color: rgb(239,124,237); }
td.TdClassName
{
border-color: #EF7CED;
}
.TagClassName
{
border-color: #EF7CED;
}
</style>