Shades of Violet #EF74EB
Tints of Violet #EF74EB
RGB
CMYK
RGB Variations
Color information
#EF74EB (or 0xEF74EB) is known color: Violet. HEX triplet: EF, 74 and EB. RGB value is (239,116,235). Sum of RGB (Red+Green+Blue) = 239+116+235=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF74EB is #108B14. Grayscale: #A5A5A5. Windows color (decimal): -1084181 or 15430895. OLE color: 15430895.
HSL color Cylindrical-coordinate representation of color #EF74EB: hue angle of 301.95º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF74EB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 235 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.06 |
| HSL | 301.95º | 0.79% | 0.7% | - |
| HSV(B) | 301.95º | 0.51% | 0.94% | - |
| XYZ | 56.84 | 36.84 | 82.71 | - |
| YUV | 166.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 235 | 0 | 0.51 | 0.02 | 0.06 | 301.95 | 0.79 | 0.7 |
| Hex | EF | 74 | EB | 0 | 33 | 2 | 6 | 12E | 4F | 46 |
| Octal | 357 | 164 | 353 | 0 | 63 | 2 | 6 | 456 | 117 | 106 |
| Binary | 11101111 | 1110100 | 11101011 | 0 | 110011 | 10 | 110 | 100101110 | 1001111 | 1000110 |
Color Harmonies of #EF74EB
Complementary color
Monochromatic Colors of #EF74EB
Black with #EF74EB
Text Example
Text Example
White with #EF74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74EB; }
p { color: rgb(239,116,235); }
H1.HeaderClassName
{
color: #EF74EB;
}
.AnyTagClassName
{
color: #EF74EB;
}
</style>
background-color css
<style>
a { background-color: #EF74EB; }
a { background-color: rgb(239,116,235); }
div.DivClassName
{
background-color: #EF74EB;
}
.BgClassName
{
background-color: #EF74EB;
}
</style>
border-color css
<style>
span { border-color: #EF74EB; }
span { border-color: rgb(239,116,235); }
td.TdClassName
{
border-color: #EF74EB;
}
.TagClassName
{
border-color: #EF74EB;
}
</style>