Shades of Violet #ED87EE
Tints of Violet #ED87EE
RGB
CMYK
RGB Variations
Color information
#ED87EE (or 0xED87EE) is known color: Violet. HEX triplet: ED, 87 and EE. RGB value is (237,135,238). Sum of RGB (Red+Green+Blue) = 237+135+238=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED87EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED87EE is #127811. Grayscale: #B0B0B0. Windows color (decimal): -1210386 or 15632365. OLE color: 15632365.
HSL color Cylindrical-coordinate representation of color #ED87EE: hue angle of 299.42º degrees, saturation: 0.75, 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 #ED87EE is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 238 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.07 |
| HSL | 299.42º | 0.75% | 0.73% | - |
| HSV(B) | 299.42º | 0.43% | 0.93% | - |
| XYZ | 59.02 | 41.51 | 85.79 | - |
| YUV | 177.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 238 | 0.00 | 0.43 | 0 | 0.07 | 299.42 | 0.75 | 0.73 |
| Hex | ED | 87 | EE | 0 | 2B | 0 | 7 | 12B | 4B | 49 |
| Octal | 355 | 207 | 356 | 0 | 53 | 0 | 7 | 453 | 113 | 111 |
| Binary | 11101101 | 10000111 | 11101110 | 0 | 101011 | 0 | 111 | 100101011 | 1001011 | 1001001 |
Color Harmonies of #ED87EE
Complementary color
Monochromatic Colors of #ED87EE
Black with #ED87EE
Text Example
Text Example
White with #ED87EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87EE; }
p { color: rgb(237,135,238); }
H1.HeaderClassName
{
color: #ED87EE;
}
.AnyTagClassName
{
color: #ED87EE;
}
</style>
background-color css
<style>
a { background-color: #ED87EE; }
a { background-color: rgb(237,135,238); }
div.DivClassName
{
background-color: #ED87EE;
}
.BgClassName
{
background-color: #ED87EE;
}
</style>
border-color css
<style>
span { border-color: #ED87EE; }
span { border-color: rgb(237,135,238); }
td.TdClassName
{
border-color: #ED87EE;
}
.TagClassName
{
border-color: #ED87EE;
}
</style>