Shades of Violet #ED8CF8
Tints of Violet #ED8CF8
RGB
CMYK
RGB Variations
Color information
#ED8CF8 (or 0xED8CF8) is known color: Violet. HEX triplet: ED, 8C and F8. RGB value is (237,140,248). Sum of RGB (Red+Green+Blue) = 237+140+248=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED8CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CF8 is #127307. Grayscale: #B4B4B4. Windows color (decimal): -1209096 or 16289005. OLE color: 16289005.
HSL color Cylindrical-coordinate representation of color #ED8CF8: hue angle of 293.89º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8CF8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 140 | 248 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.03 |
| HSL | 293.89º | 0.89% | 0.76% | - |
| HSV(B) | 293.89º | 0.44% | 0.97% | - |
| XYZ | 61.25 | 43.54 | 93.98 | - |
| YUV | 181.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 248 | 0.04 | 0.44 | 0 | 0.03 | 293.89 | 0.89 | 0.76 |
| Hex | ED | 8C | F8 | 4 | 2C | 0 | 3 | 126 | 59 | 4C |
| Octal | 355 | 214 | 370 | 4 | 54 | 0 | 3 | 446 | 131 | 114 |
| Binary | 11101101 | 10001100 | 11111000 | 100 | 101100 | 0 | 11 | 100100110 | 1011001 | 1001100 |
Color Harmonies of #ED8CF8
Complementary color
Monochromatic Colors of #ED8CF8
Black with #ED8CF8
Text Example
Text Example
White with #ED8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CF8; }
p { color: rgb(237,140,248); }
H1.HeaderClassName
{
color: #ED8CF8;
}
.AnyTagClassName
{
color: #ED8CF8;
}
</style>
background-color css
<style>
a { background-color: #ED8CF8; }
a { background-color: rgb(237,140,248); }
div.DivClassName
{
background-color: #ED8CF8;
}
.BgClassName
{
background-color: #ED8CF8;
}
</style>
border-color css
<style>
span { border-color: #ED8CF8; }
span { border-color: rgb(237,140,248); }
td.TdClassName
{
border-color: #ED8CF8;
}
.TagClassName
{
border-color: #ED8CF8;
}
</style>