Shades of Violet #ED87F2
Tints of Violet #ED87F2
RGB
CMYK
RGB Variations
Color information
#ED87F2 (or 0xED87F2) is known color: Violet. HEX triplet: ED, 87 and F2. RGB value is (237,135,242). Sum of RGB (Red+Green+Blue) = 237+135+242=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 135 (53.12% from 255 or 21.99% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED87F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED87F2 is #12780D. Grayscale: #B1B1B1. Windows color (decimal): -1210382 or 15894509. OLE color: 15894509.
HSL color Cylindrical-coordinate representation of color #ED87F2: hue angle of 297.2º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED87F2 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 135 | 242 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.05 |
| HSL | 297.2º | 0.8% | 0.74% | - |
| HSV(B) | 297.2º | 0.44% | 0.95% | - |
| XYZ | 59.62 | 41.74 | 88.92 | - |
| YUV | 177.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 242 | 0.02 | 0.44 | 0 | 0.05 | 297.2 | 0.8 | 0.74 |
| Hex | ED | 87 | F2 | 2 | 2C | 0 | 5 | 129 | 50 | 4A |
| Octal | 355 | 207 | 362 | 2 | 54 | 0 | 5 | 451 | 120 | 112 |
| Binary | 11101101 | 10000111 | 11110010 | 10 | 101100 | 0 | 101 | 100101001 | 1010000 | 1001010 |
Color Harmonies of #ED87F2
Complementary color
Monochromatic Colors of #ED87F2
Black with #ED87F2
Text Example
Text Example
White with #ED87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87F2; }
p { color: rgb(237,135,242); }
H1.HeaderClassName
{
color: #ED87F2;
}
.AnyTagClassName
{
color: #ED87F2;
}
</style>
background-color css
<style>
a { background-color: #ED87F2; }
a { background-color: rgb(237,135,242); }
div.DivClassName
{
background-color: #ED87F2;
}
.BgClassName
{
background-color: #ED87F2;
}
</style>
border-color css
<style>
span { border-color: #ED87F2; }
span { border-color: rgb(237,135,242); }
td.TdClassName
{
border-color: #ED87F2;
}
.TagClassName
{
border-color: #ED87F2;
}
</style>