Shades of Violet #EF7CF3
Tints of Violet #EF7CF3
RGB
CMYK
RGB Variations
Color information
#EF7CF3 (or 0xEF7CF3) is known color: Violet. HEX triplet: EF, 7C and F3. RGB value is (239,124,243). Sum of RGB (Red+Green+Blue) = 239+124+243=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF7CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CF3 is #10830C. Grayscale: #ABABAB. Windows color (decimal): -1082125 or 15957231. OLE color: 15957231.
HSL color Cylindrical-coordinate representation of color #EF7CF3: hue angle of 297.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7CF3 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 124 | 243 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.05 |
| HSL | 297.98º | 0.83% | 0.72% | - |
| HSV(B) | 297.98º | 0.49% | 0.95% | - |
| XYZ | 58.98 | 39.24 | 89.26 | - |
| YUV | 171.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 243 | 0.02 | 0.49 | 0 | 0.05 | 297.98 | 0.83 | 0.72 |
| Hex | EF | 7C | F3 | 2 | 31 | 0 | 5 | 12A | 53 | 48 |
| Octal | 357 | 174 | 363 | 2 | 61 | 0 | 5 | 452 | 123 | 110 |
| Binary | 11101111 | 1111100 | 11110011 | 10 | 110001 | 0 | 101 | 100101010 | 1010011 | 1001000 |
Color Harmonies of #EF7CF3
Complementary color
Monochromatic Colors of #EF7CF3
Black with #EF7CF3
Text Example
Text Example
White with #EF7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CF3; }
p { color: rgb(239,124,243); }
H1.HeaderClassName
{
color: #EF7CF3;
}
.AnyTagClassName
{
color: #EF7CF3;
}
</style>
background-color css
<style>
a { background-color: #EF7CF3; }
a { background-color: rgb(239,124,243); }
div.DivClassName
{
background-color: #EF7CF3;
}
.BgClassName
{
background-color: #EF7CF3;
}
</style>
border-color css
<style>
span { border-color: #EF7CF3; }
span { border-color: rgb(239,124,243); }
td.TdClassName
{
border-color: #EF7CF3;
}
.TagClassName
{
border-color: #EF7CF3;
}
</style>