Shades of Violet #EF78E5
Tints of Violet #EF78E5
RGB
CMYK
RGB Variations
Color information
#EF78E5 (or 0xEF78E5) is known color: Violet. HEX triplet: EF, 78 and E5. RGB value is (239,120,229). Sum of RGB (Red+Green+Blue) = 239+120+229=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78E5 is #10871A. Grayscale: #A7A7A7. Windows color (decimal): -1083163 or 15038703. OLE color: 15038703.
HSL color Cylindrical-coordinate representation of color #EF78E5: hue angle of 305.04º 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 #EF78E5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 229 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.06 |
| HSL | 305.04º | 0.79% | 0.7% | - |
| HSV(B) | 305.04º | 0.5% | 0.94% | - |
| XYZ | 56.46 | 37.44 | 78.38 | - |
| YUV | 168.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 229 | 0 | 0.50 | 0.04 | 0.06 | 305.04 | 0.79 | 0.7 |
| Hex | EF | 78 | E5 | 0 | 32 | 4 | 6 | 131 | 4F | 46 |
| Octal | 357 | 170 | 345 | 0 | 62 | 4 | 6 | 461 | 117 | 106 |
| Binary | 11101111 | 1111000 | 11100101 | 0 | 110010 | 100 | 110 | 100110001 | 1001111 | 1000110 |
Color Harmonies of #EF78E5
Complementary color
Monochromatic Colors of #EF78E5
Black with #EF78E5
Text Example
Text Example
White with #EF78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78E5; }
p { color: rgb(239,120,229); }
H1.HeaderClassName
{
color: #EF78E5;
}
.AnyTagClassName
{
color: #EF78E5;
}
</style>
background-color css
<style>
a { background-color: #EF78E5; }
a { background-color: rgb(239,120,229); }
div.DivClassName
{
background-color: #EF78E5;
}
.BgClassName
{
background-color: #EF78E5;
}
</style>
border-color css
<style>
span { border-color: #EF78E5; }
span { border-color: rgb(239,120,229); }
td.TdClassName
{
border-color: #EF78E5;
}
.TagClassName
{
border-color: #EF78E5;
}
</style>