Shades of Violet #ED8FF8
Tints of Violet #ED8FF8
RGB
CMYK
RGB Variations
Color information
#ED8FF8 (or 0xED8FF8) is known color: Violet. HEX triplet: ED, 8F and F8. RGB value is (237,143,248). Sum of RGB (Red+Green+Blue) = 237+143+248=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED8FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FF8 is #127007. Grayscale: #B6B6B6. Windows color (decimal): -1208328 or 16289773. OLE color: 16289773.
HSL color Cylindrical-coordinate representation of color #ED8FF8: hue angle of 293.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8FF8 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 143 | 248 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.03 |
| HSL | 293.71º | 0.88% | 0.77% | - |
| HSV(B) | 293.71º | 0.42% | 0.97% | - |
| XYZ | 61.69 | 44.43 | 94.13 | - |
| YUV | 183.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 248 | 0.04 | 0.42 | 0 | 0.03 | 293.71 | 0.88 | 0.77 |
| Hex | ED | 8F | F8 | 4 | 2A | 0 | 3 | 126 | 58 | 4D |
| Octal | 355 | 217 | 370 | 4 | 52 | 0 | 3 | 446 | 130 | 115 |
| Binary | 11101101 | 10001111 | 11111000 | 100 | 101010 | 0 | 11 | 100100110 | 1011000 | 1001101 |
Color Harmonies of #ED8FF8
Complementary color
Monochromatic Colors of #ED8FF8
Black with #ED8FF8
Text Example
Text Example
White with #ED8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FF8; }
p { color: rgb(237,143,248); }
H1.HeaderClassName
{
color: #ED8FF8;
}
.AnyTagClassName
{
color: #ED8FF8;
}
</style>
background-color css
<style>
a { background-color: #ED8FF8; }
a { background-color: rgb(237,143,248); }
div.DivClassName
{
background-color: #ED8FF8;
}
.BgClassName
{
background-color: #ED8FF8;
}
</style>
border-color css
<style>
span { border-color: #ED8FF8; }
span { border-color: rgb(237,143,248); }
td.TdClassName
{
border-color: #ED8FF8;
}
.TagClassName
{
border-color: #ED8FF8;
}
</style>