Shades of Violet #ED8FFD
Tints of Violet #ED8FFD
RGB
CMYK
RGB Variations
Color information
#ED8FFD (or 0xED8FFD) is known color: Violet. HEX triplet: ED, 8F and FD. RGB value is (237,143,253). Sum of RGB (Red+Green+Blue) = 237+143+253=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFD is #127002. Grayscale: #B7B7B7. Windows color (decimal): -1208323 or 16617453. OLE color: 16617453.
HSL color Cylindrical-coordinate representation of color #ED8FFD: hue angle of 291.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8FFD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 143 | 253 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 291.27º | 0.96% | 0.78% | - |
| HSV(B) | 291.27º | 0.43% | 0.99% | - |
| XYZ | 62.48 | 44.74 | 98.27 | - |
| YUV | 183.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 253 | 0.06 | 0.43 | 0 | 0.01 | 291.27 | 0.96 | 0.78 |
| Hex | ED | 8F | FD | 6 | 2B | 0 | 1 | 123 | 60 | 4E |
| Octal | 355 | 217 | 375 | 6 | 53 | 0 | 1 | 443 | 140 | 116 |
| Binary | 11101101 | 10001111 | 11111101 | 110 | 101011 | 0 | 1 | 100100011 | 1100000 | 1001110 |
Color Harmonies of #ED8FFD
Complementary color
Monochromatic Colors of #ED8FFD
Black with #ED8FFD
Text Example
Text Example
White with #ED8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FFD; }
p { color: rgb(237,143,253); }
H1.HeaderClassName
{
color: #ED8FFD;
}
.AnyTagClassName
{
color: #ED8FFD;
}
</style>
background-color css
<style>
a { background-color: #ED8FFD; }
a { background-color: rgb(237,143,253); }
div.DivClassName
{
background-color: #ED8FFD;
}
.BgClassName
{
background-color: #ED8FFD;
}
</style>
border-color css
<style>
span { border-color: #ED8FFD; }
span { border-color: rgb(237,143,253); }
td.TdClassName
{
border-color: #ED8FFD;
}
.TagClassName
{
border-color: #ED8FFD;
}
</style>