Shades of Violet #ED8AF1
Tints of Violet #ED8AF1
RGB
CMYK
RGB Variations
Color information
#ED8AF1 (or 0xED8AF1) is known color: Violet. HEX triplet: ED, 8A and F1. RGB value is (237,138,241). Sum of RGB (Red+Green+Blue) = 237+138+241=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AF1 is #12750E. Grayscale: #B3B3B3. Windows color (decimal): -1209615 or 15829741. OLE color: 15829741.
HSL color Cylindrical-coordinate representation of color #ED8AF1: hue angle of 297.67º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8AF1 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 138 | 241 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.05 |
| HSL | 297.67º | 0.79% | 0.74% | - |
| HSV(B) | 297.67º | 0.43% | 0.95% | - |
| XYZ | 59.89 | 42.53 | 88.27 | - |
| YUV | 179.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 241 | 0.02 | 0.43 | 0 | 0.05 | 297.67 | 0.79 | 0.74 |
| Hex | ED | 8A | F1 | 2 | 2B | 0 | 5 | 12A | 4F | 4A |
| Octal | 355 | 212 | 361 | 2 | 53 | 0 | 5 | 452 | 117 | 112 |
| Binary | 11101101 | 10001010 | 11110001 | 10 | 101011 | 0 | 101 | 100101010 | 1001111 | 1001010 |
Color Harmonies of #ED8AF1
Complementary color
Monochromatic Colors of #ED8AF1
Black with #ED8AF1
Text Example
Text Example
White with #ED8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AF1; }
p { color: rgb(237,138,241); }
H1.HeaderClassName
{
color: #ED8AF1;
}
.AnyTagClassName
{
color: #ED8AF1;
}
</style>
background-color css
<style>
a { background-color: #ED8AF1; }
a { background-color: rgb(237,138,241); }
div.DivClassName
{
background-color: #ED8AF1;
}
.BgClassName
{
background-color: #ED8AF1;
}
</style>
border-color css
<style>
span { border-color: #ED8AF1; }
span { border-color: rgb(237,138,241); }
td.TdClassName
{
border-color: #ED8AF1;
}
.TagClassName
{
border-color: #ED8AF1;
}
</style>