Shades of Violet #ED8FE5
Tints of Violet #ED8FE5
RGB
CMYK
RGB Variations
Color information
#ED8FE5 (or 0xED8FE5) is known color: Violet. HEX triplet: ED, 8F and E5. RGB value is (237,143,229). Sum of RGB (Red+Green+Blue) = 237+143+229=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FE5 is #12701A. Grayscale: #B4B4B4. Windows color (decimal): -1208347 or 15044589. OLE color: 15044589.
HSL color Cylindrical-coordinate representation of color #ED8FE5: hue angle of 305.11º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FE5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 229 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.07 |
| HSL | 305.11º | 0.72% | 0.75% | - |
| HSV(B) | 305.11º | 0.4% | 0.93% | - |
| XYZ | 58.89 | 43.31 | 79.38 | - |
| YUV | 180.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 229 | 0 | 0.40 | 0.03 | 0.07 | 305.11 | 0.72 | 0.75 |
| Hex | ED | 8F | E5 | 0 | 28 | 3 | 7 | 131 | 48 | 4B |
| Octal | 355 | 217 | 345 | 0 | 50 | 3 | 7 | 461 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11100101 | 0 | 101000 | 11 | 111 | 100110001 | 1001000 | 1001011 |
Color Harmonies of #ED8FE5
Complementary color
Monochromatic Colors of #ED8FE5
Black with #ED8FE5
Text Example
Text Example
White with #ED8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FE5; }
p { color: rgb(237,143,229); }
H1.HeaderClassName
{
color: #ED8FE5;
}
.AnyTagClassName
{
color: #ED8FE5;
}
</style>
background-color css
<style>
a { background-color: #ED8FE5; }
a { background-color: rgb(237,143,229); }
div.DivClassName
{
background-color: #ED8FE5;
}
.BgClassName
{
background-color: #ED8FE5;
}
</style>
border-color css
<style>
span { border-color: #ED8FE5; }
span { border-color: rgb(237,143,229); }
td.TdClassName
{
border-color: #ED8FE5;
}
.TagClassName
{
border-color: #ED8FE5;
}
</style>