Shades of Violet #EF71E6
Tints of Violet #EF71E6
RGB
CMYK
RGB Variations
Color information
#EF71E6 (or 0xEF71E6) is known color: Violet. HEX triplet: EF, 71 and E6. RGB value is (239,113,230). Sum of RGB (Red+Green+Blue) = 239+113+230=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71E6 is #108E19. Grayscale: #A3A3A3. Windows color (decimal): -1084954 or 15102447. OLE color: 15102447.
HSL color Cylindrical-coordinate representation of color #EF71E6: hue angle of 304.29º 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 #EF71E6 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 230 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.06 |
| HSL | 304.29º | 0.8% | 0.69% | - |
| HSV(B) | 304.29º | 0.53% | 0.94% | - |
| XYZ | 55.78 | 35.87 | 78.85 | - |
| YUV | 164.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 230 | 0 | 0.53 | 0.04 | 0.06 | 304.29 | 0.8 | 0.69 |
| Hex | EF | 71 | E6 | 0 | 35 | 4 | 6 | 130 | 50 | 45 |
| Octal | 357 | 161 | 346 | 0 | 65 | 4 | 6 | 460 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11100110 | 0 | 110101 | 100 | 110 | 100110000 | 1010000 | 1000101 |
Color Harmonies of #EF71E6
Complementary color
Monochromatic Colors of #EF71E6
Black with #EF71E6
Text Example
Text Example
White with #EF71E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71E6; }
p { color: rgb(239,113,230); }
H1.HeaderClassName
{
color: #EF71E6;
}
.AnyTagClassName
{
color: #EF71E6;
}
</style>
background-color css
<style>
a { background-color: #EF71E6; }
a { background-color: rgb(239,113,230); }
div.DivClassName
{
background-color: #EF71E6;
}
.BgClassName
{
background-color: #EF71E6;
}
</style>
border-color css
<style>
span { border-color: #EF71E6; }
span { border-color: rgb(239,113,230); }
td.TdClassName
{
border-color: #EF71E6;
}
.TagClassName
{
border-color: #EF71E6;
}
</style>