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