Shades of Violet #ED76F5
Tints of Violet #ED76F5
RGB
CMYK
RGB Variations
Color information
#ED76F5 (or 0xED76F5) is known color: Violet. HEX triplet: ED, 76 and F5. RGB value is (237,118,245). Sum of RGB (Red+Green+Blue) = 237+118+245=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED76F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76F5 is #12890A. Grayscale: #A7A7A7. Windows color (decimal): -1214731 or 16086765. OLE color: 16086765.
HSL color Cylindrical-coordinate representation of color #ED76F5: hue angle of 296.22º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED76F5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 118 | 245 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.04 |
| HSL | 296.22º | 0.86% | 0.71% | - |
| HSV(B) | 296.22º | 0.52% | 0.96% | - |
| XYZ | 57.88 | 37.55 | 90.58 | - |
| YUV | 168.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 245 | 0.03 | 0.52 | 0 | 0.04 | 296.22 | 0.86 | 0.71 |
| Hex | ED | 76 | F5 | 3 | 34 | 0 | 4 | 128 | 56 | 47 |
| Octal | 355 | 166 | 365 | 3 | 64 | 0 | 4 | 450 | 126 | 107 |
| Binary | 11101101 | 1110110 | 11110101 | 11 | 110100 | 0 | 100 | 100101000 | 1010110 | 1000111 |
Color Harmonies of #ED76F5
Complementary color
Monochromatic Colors of #ED76F5
Black with #ED76F5
Text Example
Text Example
White with #ED76F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76F5; }
p { color: rgb(237,118,245); }
H1.HeaderClassName
{
color: #ED76F5;
}
.AnyTagClassName
{
color: #ED76F5;
}
</style>
background-color css
<style>
a { background-color: #ED76F5; }
a { background-color: rgb(237,118,245); }
div.DivClassName
{
background-color: #ED76F5;
}
.BgClassName
{
background-color: #ED76F5;
}
</style>
border-color css
<style>
span { border-color: #ED76F5; }
span { border-color: rgb(237,118,245); }
td.TdClassName
{
border-color: #ED76F5;
}
.TagClassName
{
border-color: #ED76F5;
}
</style>