Shades of Violet #EF70ED
Tints of Violet #EF70ED
RGB
CMYK
RGB Variations
Color information
#EF70ED (or 0xEF70ED) is known color: Violet. HEX triplet: EF, 70 and ED. RGB value is (239,112,237). Sum of RGB (Red+Green+Blue) = 239+112+237=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70ED is #108F12. Grayscale: #A3A3A3. Windows color (decimal): -1085203 or 15560943. OLE color: 15560943.
HSL color Cylindrical-coordinate representation of color #EF70ED: hue angle of 300.94º 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 #EF70ED is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 237 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.06 |
| HSL | 300.94º | 0.8% | 0.69% | - |
| HSV(B) | 300.94º | 0.53% | 0.94% | - |
| XYZ | 56.68 | 36.05 | 84.09 | - |
| YUV | 164.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 237 | 0 | 0.53 | 0.01 | 0.06 | 300.94 | 0.8 | 0.69 |
| Hex | EF | 70 | ED | 0 | 35 | 1 | 6 | 12D | 50 | 45 |
| Octal | 357 | 160 | 355 | 0 | 65 | 1 | 6 | 455 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11101101 | 0 | 110101 | 1 | 110 | 100101101 | 1010000 | 1000101 |
Color Harmonies of #EF70ED
Complementary color
Monochromatic Colors of #EF70ED
Black with #EF70ED
Text Example
Text Example
White with #EF70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70ED; }
p { color: rgb(239,112,237); }
H1.HeaderClassName
{
color: #EF70ED;
}
.AnyTagClassName
{
color: #EF70ED;
}
</style>
background-color css
<style>
a { background-color: #EF70ED; }
a { background-color: rgb(239,112,237); }
div.DivClassName
{
background-color: #EF70ED;
}
.BgClassName
{
background-color: #EF70ED;
}
</style>
border-color css
<style>
span { border-color: #EF70ED; }
span { border-color: rgb(239,112,237); }
td.TdClassName
{
border-color: #EF70ED;
}
.TagClassName
{
border-color: #EF70ED;
}
</style>