Shades of Violet #ED70EE
Tints of Violet #ED70EE
RGB
CMYK
RGB Variations
Color information
#ED70EE (or 0xED70EE) is known color: Violet. HEX triplet: ED, 70 and EE. RGB value is (237,112,238). Sum of RGB (Red+Green+Blue) = 237+112+238=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70EE is #128F11. Grayscale: #A3A3A3. Windows color (decimal): -1216274 or 15626477. OLE color: 15626477.
HSL color Cylindrical-coordinate representation of color #ED70EE: hue angle of 299.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70EE is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 238 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.07 |
| HSL | 299.52º | 0.79% | 0.69% | - |
| HSV(B) | 299.52º | 0.53% | 0.93% | - |
| XYZ | 56.15 | 35.77 | 84.83 | - |
| YUV | 163.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 238 | 0.00 | 0.53 | 0 | 0.07 | 299.52 | 0.79 | 0.69 |
| Hex | ED | 70 | EE | 0 | 35 | 0 | 7 | 12C | 4F | 45 |
| Octal | 355 | 160 | 356 | 0 | 65 | 0 | 7 | 454 | 117 | 105 |
| Binary | 11101101 | 1110000 | 11101110 | 0 | 110101 | 0 | 111 | 100101100 | 1001111 | 1000101 |
Color Harmonies of #ED70EE
Complementary color
Monochromatic Colors of #ED70EE
Black with #ED70EE
Text Example
Text Example
White with #ED70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70EE; }
p { color: rgb(237,112,238); }
H1.HeaderClassName
{
color: #ED70EE;
}
.AnyTagClassName
{
color: #ED70EE;
}
</style>
background-color css
<style>
a { background-color: #ED70EE; }
a { background-color: rgb(237,112,238); }
div.DivClassName
{
background-color: #ED70EE;
}
.BgClassName
{
background-color: #ED70EE;
}
</style>
border-color css
<style>
span { border-color: #ED70EE; }
span { border-color: rgb(237,112,238); }
td.TdClassName
{
border-color: #ED70EE;
}
.TagClassName
{
border-color: #ED70EE;
}
</style>