Shades of Violet #EF7CE5
Tints of Violet #EF7CE5
RGB
CMYK
RGB Variations
Color information
#EF7CE5 (or 0xEF7CE5) is known color: Violet. HEX triplet: EF, 7C and E5. RGB value is (239,124,229). Sum of RGB (Red+Green+Blue) = 239+124+229=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CE5 is #10831A. Grayscale: #AAAAAA. Windows color (decimal): -1082139 or 15039727. OLE color: 15039727.
HSL color Cylindrical-coordinate representation of color #EF7CE5: hue angle of 305.22º 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 #EF7CE5 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 229 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.06 |
| HSL | 305.22º | 0.78% | 0.71% | - |
| HSV(B) | 305.22º | 0.48% | 0.94% | - |
| XYZ | 56.95 | 38.42 | 78.54 | - |
| YUV | 170.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 229 | 0 | 0.48 | 0.04 | 0.06 | 305.22 | 0.78 | 0.71 |
| Hex | EF | 7C | E5 | 0 | 30 | 4 | 6 | 131 | 4E | 47 |
| Octal | 357 | 174 | 345 | 0 | 60 | 4 | 6 | 461 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11100101 | 0 | 110000 | 100 | 110 | 100110001 | 1001110 | 1000111 |
Color Harmonies of #EF7CE5
Complementary color
Monochromatic Colors of #EF7CE5
Black with #EF7CE5
Text Example
Text Example
White with #EF7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CE5; }
p { color: rgb(239,124,229); }
H1.HeaderClassName
{
color: #EF7CE5;
}
.AnyTagClassName
{
color: #EF7CE5;
}
</style>
background-color css
<style>
a { background-color: #EF7CE5; }
a { background-color: rgb(239,124,229); }
div.DivClassName
{
background-color: #EF7CE5;
}
.BgClassName
{
background-color: #EF7CE5;
}
</style>
border-color css
<style>
span { border-color: #EF7CE5; }
span { border-color: rgb(239,124,229); }
td.TdClassName
{
border-color: #EF7CE5;
}
.TagClassName
{
border-color: #EF7CE5;
}
</style>