Shades of Violet #ED8FEC
Tints of Violet #ED8FEC
RGB
CMYK
RGB Variations
Color information
#ED8FEC (or 0xED8FEC) is known color: Violet. HEX triplet: ED, 8F and EC. RGB value is (237,143,236). Sum of RGB (Red+Green+Blue) = 237+143+236=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FEC is #127013. Grayscale: #B5B5B5. Windows color (decimal): -1208340 or 15503341. OLE color: 15503341.
HSL color Cylindrical-coordinate representation of color #ED8FEC: hue angle of 300.64º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FEC is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 236 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.07 |
| HSL | 300.64º | 0.72% | 0.75% | - |
| HSV(B) | 300.64º | 0.4% | 0.93% | - |
| XYZ | 59.89 | 43.71 | 84.64 | - |
| YUV | 181.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 236 | 0 | 0.40 | 0.00 | 0.07 | 300.64 | 0.72 | 0.75 |
| Hex | ED | 8F | EC | 0 | 28 | 0 | 7 | 12D | 48 | 4B |
| Octal | 355 | 217 | 354 | 0 | 50 | 0 | 7 | 455 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11101100 | 0 | 101000 | 0 | 111 | 100101101 | 1001000 | 1001011 |
Color Harmonies of #ED8FEC
Complementary color
Monochromatic Colors of #ED8FEC
Black with #ED8FEC
Text Example
Text Example
White with #ED8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FEC; }
p { color: rgb(237,143,236); }
H1.HeaderClassName
{
color: #ED8FEC;
}
.AnyTagClassName
{
color: #ED8FEC;
}
</style>
background-color css
<style>
a { background-color: #ED8FEC; }
a { background-color: rgb(237,143,236); }
div.DivClassName
{
background-color: #ED8FEC;
}
.BgClassName
{
background-color: #ED8FEC;
}
</style>
border-color css
<style>
span { border-color: #ED8FEC; }
span { border-color: rgb(237,143,236); }
td.TdClassName
{
border-color: #ED8FEC;
}
.TagClassName
{
border-color: #ED8FEC;
}
</style>