Shades of Violet #EF7EED
Tints of Violet #EF7EED
RGB
CMYK
RGB Variations
Color information
#EF7EED (or 0xEF7EED) is known color: Violet. HEX triplet: EF, 7E and ED. RGB value is (239,126,237). Sum of RGB (Red+Green+Blue) = 239+126+237=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EED is #108112. Grayscale: #ACACAC. Windows color (decimal): -1081619 or 15564527. OLE color: 15564527.
HSL color Cylindrical-coordinate representation of color #EF7EED: hue angle of 301.06º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EED is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 237 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.06 |
| HSL | 301.06º | 0.78% | 0.72% | - |
| HSV(B) | 301.06º | 0.47% | 0.94% | - |
| XYZ | 58.34 | 39.39 | 84.65 | - |
| YUV | 172.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 237 | 0 | 0.47 | 0.01 | 0.06 | 301.06 | 0.78 | 0.72 |
| Hex | EF | 7E | ED | 0 | 2F | 1 | 6 | 12D | 4E | 48 |
| Octal | 357 | 176 | 355 | 0 | 57 | 1 | 6 | 455 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11101101 | 0 | 101111 | 1 | 110 | 100101101 | 1001110 | 1001000 |
Color Harmonies of #EF7EED
Complementary color
Monochromatic Colors of #EF7EED
Black with #EF7EED
Text Example
Text Example
White with #EF7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EED; }
p { color: rgb(239,126,237); }
H1.HeaderClassName
{
color: #EF7EED;
}
.AnyTagClassName
{
color: #EF7EED;
}
</style>
background-color css
<style>
a { background-color: #EF7EED; }
a { background-color: rgb(239,126,237); }
div.DivClassName
{
background-color: #EF7EED;
}
.BgClassName
{
background-color: #EF7EED;
}
</style>
border-color css
<style>
span { border-color: #EF7EED; }
span { border-color: rgb(239,126,237); }
td.TdClassName
{
border-color: #EF7EED;
}
.TagClassName
{
border-color: #EF7EED;
}
</style>