Shades of Violet #ED76EE
Tints of Violet #ED76EE
RGB
CMYK
RGB Variations
Color information
#ED76EE (or 0xED76EE) is known color: Violet. HEX triplet: ED, 76 and EE. RGB value is (237,118,238). Sum of RGB (Red+Green+Blue) = 237+118+238=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED76EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76EE is #128911. Grayscale: #A6A6A6. Windows color (decimal): -1214738 or 15628013. OLE color: 15628013.
HSL color Cylindrical-coordinate representation of color #ED76EE: hue angle of 299.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76EE is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 238 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.07 |
| HSL | 299.5º | 0.78% | 0.7% | - |
| HSV(B) | 299.5º | 0.5% | 0.93% | - |
| XYZ | 56.84 | 37.13 | 85.06 | - |
| YUV | 167.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 238 | 0.00 | 0.50 | 0 | 0.07 | 299.5 | 0.78 | 0.7 |
| Hex | ED | 76 | EE | 0 | 32 | 0 | 7 | 12C | 4E | 46 |
| Octal | 355 | 166 | 356 | 0 | 62 | 0 | 7 | 454 | 116 | 106 |
| Binary | 11101101 | 1110110 | 11101110 | 0 | 110010 | 0 | 111 | 100101100 | 1001110 | 1000110 |
Color Harmonies of #ED76EE
Complementary color
Monochromatic Colors of #ED76EE
Black with #ED76EE
Text Example
Text Example
White with #ED76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76EE; }
p { color: rgb(237,118,238); }
H1.HeaderClassName
{
color: #ED76EE;
}
.AnyTagClassName
{
color: #ED76EE;
}
</style>
background-color css
<style>
a { background-color: #ED76EE; }
a { background-color: rgb(237,118,238); }
div.DivClassName
{
background-color: #ED76EE;
}
.BgClassName
{
background-color: #ED76EE;
}
</style>
border-color css
<style>
span { border-color: #ED76EE; }
span { border-color: rgb(237,118,238); }
td.TdClassName
{
border-color: #ED76EE;
}
.TagClassName
{
border-color: #ED76EE;
}
</style>