Shades of Violet #EF7EEA
Tints of Violet #EF7EEA
RGB
CMYK
RGB Variations
Color information
#EF7EEA (or 0xEF7EEA) is known color: Violet. HEX triplet: EF, 7E and EA. RGB value is (239,126,234). Sum of RGB (Red+Green+Blue) = 239+126+234=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EEA is #108115. Grayscale: #ABABAB. Windows color (decimal): -1081622 or 15367919. OLE color: 15367919.
HSL color Cylindrical-coordinate representation of color #EF7EEA: hue angle of 302.65º 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 #EF7EEA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 234 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.06 |
| HSL | 302.65º | 0.78% | 0.72% | - |
| HSV(B) | 302.65º | 0.47% | 0.94% | - |
| XYZ | 57.91 | 39.21 | 82.36 | - |
| YUV | 172.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 234 | 0 | 0.47 | 0.02 | 0.06 | 302.65 | 0.78 | 0.72 |
| Hex | EF | 7E | EA | 0 | 2F | 2 | 6 | 12F | 4E | 48 |
| Octal | 357 | 176 | 352 | 0 | 57 | 2 | 6 | 457 | 116 | 110 |
| Binary | 11101111 | 1111110 | 11101010 | 0 | 101111 | 10 | 110 | 100101111 | 1001110 | 1001000 |
Color Harmonies of #EF7EEA
Complementary color
Monochromatic Colors of #EF7EEA
Black with #EF7EEA
Text Example
Text Example
White with #EF7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EEA; }
p { color: rgb(239,126,234); }
H1.HeaderClassName
{
color: #EF7EEA;
}
.AnyTagClassName
{
color: #EF7EEA;
}
</style>
background-color css
<style>
a { background-color: #EF7EEA; }
a { background-color: rgb(239,126,234); }
div.DivClassName
{
background-color: #EF7EEA;
}
.BgClassName
{
background-color: #EF7EEA;
}
</style>
border-color css
<style>
span { border-color: #EF7EEA; }
span { border-color: rgb(239,126,234); }
td.TdClassName
{
border-color: #EF7EEA;
}
.TagClassName
{
border-color: #EF7EEA;
}
</style>