Shades of Violet #ED8CFE
Tints of Violet #ED8CFE
RGB
CMYK
RGB Variations
Color information
#ED8CFE (or 0xED8CFE) is known color: Violet. HEX triplet: ED, 8C and FE. RGB value is (237,140,254). Sum of RGB (Red+Green+Blue) = 237+140+254=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFE is #127301. Grayscale: #B5B5B5. Windows color (decimal): -1209090 or 16682221. OLE color: 16682221.
HSL color Cylindrical-coordinate representation of color #ED8CFE: hue angle of 291.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8CFE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 140 | 254 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.00 |
| HSL | 291.05º | 0.98% | 0.77% | - |
| HSV(B) | 291.05º | 0.45% | 1% | - |
| XYZ | 62.19 | 43.92 | 98.96 | - |
| YUV | 182 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 254 | 0.07 | 0.45 | 0 | 0.00 | 291.05 | 0.98 | 0.77 |
| Hex | ED | 8C | FE | 7 | 2D | 0 | 0 | 123 | 62 | 4D |
| Octal | 355 | 214 | 376 | 7 | 55 | 0 | 0 | 443 | 142 | 115 |
| Binary | 11101101 | 10001100 | 11111110 | 111 | 101101 | 0 | 0 | 100100011 | 1100010 | 1001101 |
Color Harmonies of #ED8CFE
Complementary color
Monochromatic Colors of #ED8CFE
Black with #ED8CFE
Text Example
Text Example
White with #ED8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CFE; }
p { color: rgb(237,140,254); }
H1.HeaderClassName
{
color: #ED8CFE;
}
.AnyTagClassName
{
color: #ED8CFE;
}
</style>
background-color css
<style>
a { background-color: #ED8CFE; }
a { background-color: rgb(237,140,254); }
div.DivClassName
{
background-color: #ED8CFE;
}
.BgClassName
{
background-color: #ED8CFE;
}
</style>
border-color css
<style>
span { border-color: #ED8CFE; }
span { border-color: rgb(237,140,254); }
td.TdClassName
{
border-color: #ED8CFE;
}
.TagClassName
{
border-color: #ED8CFE;
}
</style>