Shades of Violet #ED8CFA
Tints of Violet #ED8CFA
RGB
CMYK
RGB Variations
Color information
#ED8CFA (or 0xED8CFA) is known color: Violet. HEX triplet: ED, 8C and FA. RGB value is (237,140,250). Sum of RGB (Red+Green+Blue) = 237+140+250=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFA is #127305. Grayscale: #B5B5B5. Windows color (decimal): -1209094 or 16420077. OLE color: 16420077.
HSL color Cylindrical-coordinate representation of color #ED8CFA: hue angle of 292.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8CFA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 140 | 250 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.02 |
| HSL | 292.91º | 0.92% | 0.76% | - |
| HSV(B) | 292.91º | 0.44% | 0.98% | - |
| XYZ | 61.56 | 43.66 | 95.63 | - |
| YUV | 181.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 250 | 0.05 | 0.44 | 0 | 0.02 | 292.91 | 0.92 | 0.76 |
| Hex | ED | 8C | FA | 5 | 2C | 0 | 2 | 125 | 5C | 4C |
| Octal | 355 | 214 | 372 | 5 | 54 | 0 | 2 | 445 | 134 | 114 |
| Binary | 11101101 | 10001100 | 11111010 | 101 | 101100 | 0 | 10 | 100100101 | 1011100 | 1001100 |
Color Harmonies of #ED8CFA
Complementary color
Monochromatic Colors of #ED8CFA
Black with #ED8CFA
Text Example
Text Example
White with #ED8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CFA; }
p { color: rgb(237,140,250); }
H1.HeaderClassName
{
color: #ED8CFA;
}
.AnyTagClassName
{
color: #ED8CFA;
}
</style>
background-color css
<style>
a { background-color: #ED8CFA; }
a { background-color: rgb(237,140,250); }
div.DivClassName
{
background-color: #ED8CFA;
}
.BgClassName
{
background-color: #ED8CFA;
}
</style>
border-color css
<style>
span { border-color: #ED8CFA; }
span { border-color: rgb(237,140,250); }
td.TdClassName
{
border-color: #ED8CFA;
}
.TagClassName
{
border-color: #ED8CFA;
}
</style>