Shades of Violet #ED70F2
Tints of Violet #ED70F2
RGB
CMYK
RGB Variations
Color information
#ED70F2 (or 0xED70F2) is known color: Violet. HEX triplet: ED, 70 and F2. RGB value is (237,112,242). Sum of RGB (Red+Green+Blue) = 237+112+242=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED70F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70F2 is #128F0D. Grayscale: #A3A3A3. Windows color (decimal): -1216270 or 15888621. OLE color: 15888621.
HSL color Cylindrical-coordinate representation of color #ED70F2: hue angle of 297.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED70F2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 112 | 242 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.69º | 0.83% | 0.69% | - |
| HSV(B) | 297.69º | 0.54% | 0.95% | - |
| XYZ | 56.75 | 36 | 87.96 | - |
| YUV | 164.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 242 | 0.02 | 0.54 | 0 | 0.05 | 297.69 | 0.83 | 0.69 |
| Hex | ED | 70 | F2 | 2 | 36 | 0 | 5 | 12A | 53 | 45 |
| Octal | 355 | 160 | 362 | 2 | 66 | 0 | 5 | 452 | 123 | 105 |
| Binary | 11101101 | 1110000 | 11110010 | 10 | 110110 | 0 | 101 | 100101010 | 1010011 | 1000101 |
Color Harmonies of #ED70F2
Complementary color
Monochromatic Colors of #ED70F2
Black with #ED70F2
Text Example
Text Example
White with #ED70F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70F2; }
p { color: rgb(237,112,242); }
H1.HeaderClassName
{
color: #ED70F2;
}
.AnyTagClassName
{
color: #ED70F2;
}
</style>
background-color css
<style>
a { background-color: #ED70F2; }
a { background-color: rgb(237,112,242); }
div.DivClassName
{
background-color: #ED70F2;
}
.BgClassName
{
background-color: #ED70F2;
}
</style>
border-color css
<style>
span { border-color: #ED70F2; }
span { border-color: rgb(237,112,242); }
td.TdClassName
{
border-color: #ED70F2;
}
.TagClassName
{
border-color: #ED70F2;
}
</style>