Shades of Violet #ED8FFC
Tints of Violet #ED8FFC
RGB
CMYK
RGB Variations
Color information
#ED8FFC (or 0xED8FFC) is known color: Violet. HEX triplet: ED, 8F and FC. RGB value is (237,143,252). Sum of RGB (Red+Green+Blue) = 237+143+252=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFC is #127003. Grayscale: #B7B7B7. Windows color (decimal): -1208324 or 16551917. OLE color: 16551917.
HSL color Cylindrical-coordinate representation of color #ED8FFC: hue angle of 291.74º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8FFC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 143 | 252 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 291.74º | 0.95% | 0.77% | - |
| HSV(B) | 291.74º | 0.43% | 0.99% | - |
| XYZ | 62.32 | 44.68 | 97.43 | - |
| YUV | 183.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 252 | 0.06 | 0.43 | 0 | 0.01 | 291.74 | 0.95 | 0.77 |
| Hex | ED | 8F | FC | 6 | 2B | 0 | 1 | 124 | 5F | 4D |
| Octal | 355 | 217 | 374 | 6 | 53 | 0 | 1 | 444 | 137 | 115 |
| Binary | 11101101 | 10001111 | 11111100 | 110 | 101011 | 0 | 1 | 100100100 | 1011111 | 1001101 |
Color Harmonies of #ED8FFC
Complementary color
Monochromatic Colors of #ED8FFC
Black with #ED8FFC
Text Example
Text Example
White with #ED8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FFC; }
p { color: rgb(237,143,252); }
H1.HeaderClassName
{
color: #ED8FFC;
}
.AnyTagClassName
{
color: #ED8FFC;
}
</style>
background-color css
<style>
a { background-color: #ED8FFC; }
a { background-color: rgb(237,143,252); }
div.DivClassName
{
background-color: #ED8FFC;
}
.BgClassName
{
background-color: #ED8FFC;
}
</style>
border-color css
<style>
span { border-color: #ED8FFC; }
span { border-color: rgb(237,143,252); }
td.TdClassName
{
border-color: #ED8FFC;
}
.TagClassName
{
border-color: #ED8FFC;
}
</style>