Shades of Violet #EF78ED
Tints of Violet #EF78ED
RGB
CMYK
RGB Variations
Color information
#EF78ED (or 0xEF78ED) is known color: Violet. HEX triplet: EF, 78 and ED. RGB value is (239,120,237). Sum of RGB (Red+Green+Blue) = 239+120+237=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF78ED is #108712. Grayscale: #A8A8A8. Windows color (decimal): -1083155 or 15562991. OLE color: 15562991.
HSL color Cylindrical-coordinate representation of color #EF78ED: hue angle of 301.01º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78ED is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 237 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.06 |
| HSL | 301.01º | 0.79% | 0.7% | - |
| HSV(B) | 301.01º | 0.5% | 0.94% | - |
| XYZ | 57.6 | 37.9 | 84.4 | - |
| YUV | 168.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 237 | 0 | 0.50 | 0.01 | 0.06 | 301.01 | 0.79 | 0.7 |
| Hex | EF | 78 | ED | 0 | 32 | 1 | 6 | 12D | 4F | 46 |
| Octal | 357 | 170 | 355 | 0 | 62 | 1 | 6 | 455 | 117 | 106 |
| Binary | 11101111 | 1111000 | 11101101 | 0 | 110010 | 1 | 110 | 100101101 | 1001111 | 1000110 |
Color Harmonies of #EF78ED
Complementary color
Monochromatic Colors of #EF78ED
Black with #EF78ED
Text Example
Text Example
White with #EF78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78ED; }
p { color: rgb(239,120,237); }
H1.HeaderClassName
{
color: #EF78ED;
}
.AnyTagClassName
{
color: #EF78ED;
}
</style>
background-color css
<style>
a { background-color: #EF78ED; }
a { background-color: rgb(239,120,237); }
div.DivClassName
{
background-color: #EF78ED;
}
.BgClassName
{
background-color: #EF78ED;
}
</style>
border-color css
<style>
span { border-color: #EF78ED; }
span { border-color: rgb(239,120,237); }
td.TdClassName
{
border-color: #EF78ED;
}
.TagClassName
{
border-color: #EF78ED;
}
</style>