Shades of Violet #ED8CFC
Tints of Violet #ED8CFC
RGB
CMYK
RGB Variations
Color information
#ED8CFC (or 0xED8CFC) is known color: Violet. HEX triplet: ED, 8C and FC. RGB value is (237,140,252). Sum of RGB (Red+Green+Blue) = 237+140+252=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFC is #127303. Grayscale: #B5B5B5. Windows color (decimal): -1209092 or 16551149. OLE color: 16551149.
HSL color Cylindrical-coordinate representation of color #ED8CFC: hue angle of 291.96º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8CFC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 140 | 252 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.01 |
| HSL | 291.96º | 0.95% | 0.77% | - |
| HSV(B) | 291.96º | 0.44% | 0.99% | - |
| XYZ | 61.87 | 43.79 | 97.29 | - |
| YUV | 181.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 252 | 0.06 | 0.44 | 0 | 0.01 | 291.96 | 0.95 | 0.77 |
| Hex | ED | 8C | FC | 6 | 2C | 0 | 1 | 124 | 5F | 4D |
| Octal | 355 | 214 | 374 | 6 | 54 | 0 | 1 | 444 | 137 | 115 |
| Binary | 11101101 | 10001100 | 11111100 | 110 | 101100 | 0 | 1 | 100100100 | 1011111 | 1001101 |
Color Harmonies of #ED8CFC
Complementary color
Monochromatic Colors of #ED8CFC
Black with #ED8CFC
Text Example
Text Example
White with #ED8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CFC; }
p { color: rgb(237,140,252); }
H1.HeaderClassName
{
color: #ED8CFC;
}
.AnyTagClassName
{
color: #ED8CFC;
}
</style>
background-color css
<style>
a { background-color: #ED8CFC; }
a { background-color: rgb(237,140,252); }
div.DivClassName
{
background-color: #ED8CFC;
}
.BgClassName
{
background-color: #ED8CFC;
}
</style>
border-color css
<style>
span { border-color: #ED8CFC; }
span { border-color: rgb(237,140,252); }
td.TdClassName
{
border-color: #ED8CFC;
}
.TagClassName
{
border-color: #ED8CFC;
}
</style>