Shades of Violet #EF71ED
Tints of Violet #EF71ED
RGB
CMYK
RGB Variations
Color information
#EF71ED (or 0xEF71ED) is known color: Violet. HEX triplet: EF, 71 and ED. RGB value is (239,113,237). Sum of RGB (Red+Green+Blue) = 239+113+237=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71ED is #108E12. Grayscale: #A4A4A4. Windows color (decimal): -1084947 or 15561199. OLE color: 15561199.
HSL color Cylindrical-coordinate representation of color #EF71ED: hue angle of 300.95º 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 #EF71ED is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 237 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.06 |
| HSL | 300.95º | 0.8% | 0.69% | - |
| HSV(B) | 300.95º | 0.53% | 0.94% | - |
| XYZ | 56.79 | 36.28 | 84.13 | - |
| YUV | 164.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 237 | 0 | 0.53 | 0.01 | 0.06 | 300.95 | 0.8 | 0.69 |
| Hex | EF | 71 | ED | 0 | 35 | 1 | 6 | 12D | 50 | 45 |
| Octal | 357 | 161 | 355 | 0 | 65 | 1 | 6 | 455 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11101101 | 0 | 110101 | 1 | 110 | 100101101 | 1010000 | 1000101 |
Color Harmonies of #EF71ED
Complementary color
Monochromatic Colors of #EF71ED
Black with #EF71ED
Text Example
Text Example
White with #EF71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71ED; }
p { color: rgb(239,113,237); }
H1.HeaderClassName
{
color: #EF71ED;
}
.AnyTagClassName
{
color: #EF71ED;
}
</style>
background-color css
<style>
a { background-color: #EF71ED; }
a { background-color: rgb(239,113,237); }
div.DivClassName
{
background-color: #EF71ED;
}
.BgClassName
{
background-color: #EF71ED;
}
</style>
border-color css
<style>
span { border-color: #EF71ED; }
span { border-color: rgb(239,113,237); }
td.TdClassName
{
border-color: #EF71ED;
}
.TagClassName
{
border-color: #EF71ED;
}
</style>