Shades of Violet #ED71ED
Tints of Violet #ED71ED
RGB
CMYK
RGB Variations
Color information
#ED71ED (or 0xED71ED) is known color: Violet. HEX triplet: ED, 71 and ED. RGB value is (237,113,237). Sum of RGB (Red+Green+Blue) = 237+113+237=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED71ED is #128E12. Grayscale: #A3A3A3. Windows color (decimal): -1216019 or 15561197. OLE color: 15561197.
HSL color Cylindrical-coordinate representation of color #ED71ED: hue angle of 300º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71ED is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 237 | - |
| CMYK | 0 | 0.52 | 0 | 0.07 |
| HSL | 300º | 0.78% | 0.69% | - |
| HSV(B) | 300º | 0.52% | 0.93% | - |
| XYZ | 56.12 | 35.93 | 84.1 | - |
| YUV | 164.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 237 | 0 | 0.52 | 0 | 0.07 | 300 | 0.78 | 0.69 |
| Hex | ED | 71 | ED | 0 | 34 | 0 | 7 | 12C | 4E | 45 |
| Octal | 355 | 161 | 355 | 0 | 64 | 0 | 7 | 454 | 116 | 105 |
| Binary | 11101101 | 1110001 | 11101101 | 0 | 110100 | 0 | 111 | 100101100 | 1001110 | 1000101 |
Color Harmonies of #ED71ED
Complementary color
Monochromatic Colors of #ED71ED
Black with #ED71ED
Text Example
Text Example
White with #ED71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71ED; }
p { color: rgb(237,113,237); }
H1.HeaderClassName
{
color: #ED71ED;
}
.AnyTagClassName
{
color: #ED71ED;
}
</style>
background-color css
<style>
a { background-color: #ED71ED; }
a { background-color: rgb(237,113,237); }
div.DivClassName
{
background-color: #ED71ED;
}
.BgClassName
{
background-color: #ED71ED;
}
</style>
border-color css
<style>
span { border-color: #ED71ED; }
span { border-color: rgb(237,113,237); }
td.TdClassName
{
border-color: #ED71ED;
}
.TagClassName
{
border-color: #ED71ED;
}
</style>