Shades of Violet #EF7FEA
Tints of Violet #EF7FEA
RGB
CMYK
RGB Variations
Color information
#EF7FEA (or 0xEF7FEA) is known color: Violet. HEX triplet: EF, 7F and EA. RGB value is (239,127,234). Sum of RGB (Red+Green+Blue) = 239+127+234=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FEA is #108015. Grayscale: #ACACAC. Windows color (decimal): -1081366 or 15368175. OLE color: 15368175.
HSL color Cylindrical-coordinate representation of color #EF7FEA: hue angle of 302.68º 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 #EF7FEA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 234 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.06 |
| HSL | 302.68º | 0.78% | 0.72% | - |
| HSV(B) | 302.68º | 0.47% | 0.94% | - |
| XYZ | 58.04 | 39.47 | 82.4 | - |
| YUV | 172.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 234 | 0 | 0.47 | 0.02 | 0.06 | 302.68 | 0.78 | 0.72 |
| Hex | EF | 7F | EA | 0 | 2F | 2 | 6 | 12F | 4E | 48 |
| Octal | 357 | 177 | 352 | 0 | 57 | 2 | 6 | 457 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11101010 | 0 | 101111 | 10 | 110 | 100101111 | 1001110 | 1001000 |
Color Harmonies of #EF7FEA
Complementary color
Monochromatic Colors of #EF7FEA
Black with #EF7FEA
Text Example
Text Example
White with #EF7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FEA; }
p { color: rgb(239,127,234); }
H1.HeaderClassName
{
color: #EF7FEA;
}
.AnyTagClassName
{
color: #EF7FEA;
}
</style>
background-color css
<style>
a { background-color: #EF7FEA; }
a { background-color: rgb(239,127,234); }
div.DivClassName
{
background-color: #EF7FEA;
}
.BgClassName
{
background-color: #EF7FEA;
}
</style>
border-color css
<style>
span { border-color: #EF7FEA; }
span { border-color: rgb(239,127,234); }
td.TdClassName
{
border-color: #EF7FEA;
}
.TagClassName
{
border-color: #EF7FEA;
}
</style>