Shades of Violet #ED87E8
Tints of Violet #ED87E8
RGB
CMYK
RGB Variations
Color information
#ED87E8 (or 0xED87E8) is known color: Violet. HEX triplet: ED, 87 and E8. RGB value is (237,135,232). Sum of RGB (Red+Green+Blue) = 237+135+232=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED87E8 is #127817. Grayscale: #B0B0B0. Windows color (decimal): -1210392 or 15239149. OLE color: 15239149.
HSL color Cylindrical-coordinate representation of color #ED87E8: hue angle of 302.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87E8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 232 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.07 |
| HSL | 302.94º | 0.74% | 0.73% | - |
| HSV(B) | 302.94º | 0.43% | 0.93% | - |
| XYZ | 58.15 | 41.16 | 81.22 | - |
| YUV | 176.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 232 | 0 | 0.43 | 0.02 | 0.07 | 302.94 | 0.74 | 0.73 |
| Hex | ED | 87 | E8 | 0 | 2B | 2 | 7 | 12F | 4A | 49 |
| Octal | 355 | 207 | 350 | 0 | 53 | 2 | 7 | 457 | 112 | 111 |
| Binary | 11101101 | 10000111 | 11101000 | 0 | 101011 | 10 | 111 | 100101111 | 1001010 | 1001001 |
Color Harmonies of #ED87E8
Complementary color
Monochromatic Colors of #ED87E8
Black with #ED87E8
Text Example
Text Example
White with #ED87E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87E8; }
p { color: rgb(237,135,232); }
H1.HeaderClassName
{
color: #ED87E8;
}
.AnyTagClassName
{
color: #ED87E8;
}
</style>
background-color css
<style>
a { background-color: #ED87E8; }
a { background-color: rgb(237,135,232); }
div.DivClassName
{
background-color: #ED87E8;
}
.BgClassName
{
background-color: #ED87E8;
}
</style>
border-color css
<style>
span { border-color: #ED87E8; }
span { border-color: rgb(237,135,232); }
td.TdClassName
{
border-color: #ED87E8;
}
.TagClassName
{
border-color: #ED87E8;
}
</style>