Shades of Violet #EF71E7
Tints of Violet #EF71E7
RGB
CMYK
RGB Variations
Color information
#EF71E7 (or 0xEF71E7) is known color: Violet. HEX triplet: EF, 71 and E7. RGB value is (239,113,231). Sum of RGB (Red+Green+Blue) = 239+113+231=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71E7 is #108E18. Grayscale: #A3A3A3. Windows color (decimal): -1084953 or 15167983. OLE color: 15167983.
HSL color Cylindrical-coordinate representation of color #EF71E7: hue angle of 303.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71E7 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 231 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.06 |
| HSL | 303.81º | 0.8% | 0.69% | - |
| HSV(B) | 303.81º | 0.53% | 0.94% | - |
| XYZ | 55.93 | 35.93 | 79.59 | - |
| YUV | 164.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 231 | 0 | 0.53 | 0.03 | 0.06 | 303.81 | 0.8 | 0.69 |
| Hex | EF | 71 | E7 | 0 | 35 | 3 | 6 | 130 | 50 | 45 |
| Octal | 357 | 161 | 347 | 0 | 65 | 3 | 6 | 460 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11100111 | 0 | 110101 | 11 | 110 | 100110000 | 1010000 | 1000101 |
Color Harmonies of #EF71E7
Complementary color
Monochromatic Colors of #EF71E7
Black with #EF71E7
Text Example
Text Example
White with #EF71E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71E7; }
p { color: rgb(239,113,231); }
H1.HeaderClassName
{
color: #EF71E7;
}
.AnyTagClassName
{
color: #EF71E7;
}
</style>
background-color css
<style>
a { background-color: #EF71E7; }
a { background-color: rgb(239,113,231); }
div.DivClassName
{
background-color: #EF71E7;
}
.BgClassName
{
background-color: #EF71E7;
}
</style>
border-color css
<style>
span { border-color: #EF71E7; }
span { border-color: rgb(239,113,231); }
td.TdClassName
{
border-color: #EF71E7;
}
.TagClassName
{
border-color: #EF71E7;
}
</style>