Shades of Violet #ED8AFC
Tints of Violet #ED8AFC
RGB
CMYK
RGB Variations
Color information
#ED8AFC (or 0xED8AFC) is known color: Violet. HEX triplet: ED, 8A and FC. RGB value is (237,138,252). Sum of RGB (Red+Green+Blue) = 237+138+252=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFC is #127503. Grayscale: #B4B4B4. Windows color (decimal): -1209604 or 16550637. OLE color: 16550637.
HSL color Cylindrical-coordinate representation of color #ED8AFC: hue angle of 292.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8AFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 138 | 252 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.01 |
| HSL | 292.11º | 0.95% | 0.76% | - |
| HSV(B) | 292.11º | 0.45% | 0.99% | - |
| XYZ | 61.58 | 43.21 | 97.19 | - |
| YUV | 180.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 252 | 0.06 | 0.45 | 0 | 0.01 | 292.11 | 0.95 | 0.76 |
| Hex | ED | 8A | FC | 6 | 2D | 0 | 1 | 124 | 5F | 4C |
| Octal | 355 | 212 | 374 | 6 | 55 | 0 | 1 | 444 | 137 | 114 |
| Binary | 11101101 | 10001010 | 11111100 | 110 | 101101 | 0 | 1 | 100100100 | 1011111 | 1001100 |
Color Harmonies of #ED8AFC
Complementary color
Monochromatic Colors of #ED8AFC
Black with #ED8AFC
Text Example
Text Example
White with #ED8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AFC; }
p { color: rgb(237,138,252); }
H1.HeaderClassName
{
color: #ED8AFC;
}
.AnyTagClassName
{
color: #ED8AFC;
}
</style>
background-color css
<style>
a { background-color: #ED8AFC; }
a { background-color: rgb(237,138,252); }
div.DivClassName
{
background-color: #ED8AFC;
}
.BgClassName
{
background-color: #ED8AFC;
}
</style>
border-color css
<style>
span { border-color: #ED8AFC; }
span { border-color: rgb(237,138,252); }
td.TdClassName
{
border-color: #ED8AFC;
}
.TagClassName
{
border-color: #ED8AFC;
}
</style>