Shades of Violet #ED88E5
Tints of Violet #ED88E5
RGB
CMYK
RGB Variations
Color information
#ED88E5 (or 0xED88E5) is known color: Violet. HEX triplet: ED, 88 and E5. RGB value is (237,136,229). Sum of RGB (Red+Green+Blue) = 237+136+229=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88E5 is #12771A. Grayscale: #B0B0B0. Windows color (decimal): -1210139 or 15042797. OLE color: 15042797.
HSL color Cylindrical-coordinate representation of color #ED88E5: hue angle of 304.75º 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 #ED88E5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 229 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.07 |
| HSL | 304.75º | 0.74% | 0.73% | - |
| HSV(B) | 304.75º | 0.43% | 0.93% | - |
| XYZ | 57.87 | 41.27 | 79.04 | - |
| YUV | 176.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 229 | 0 | 0.43 | 0.03 | 0.07 | 304.75 | 0.74 | 0.73 |
| Hex | ED | 88 | E5 | 0 | 2B | 3 | 7 | 131 | 4A | 49 |
| Octal | 355 | 210 | 345 | 0 | 53 | 3 | 7 | 461 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11100101 | 0 | 101011 | 11 | 111 | 100110001 | 1001010 | 1001001 |
Color Harmonies of #ED88E5
Complementary color
Monochromatic Colors of #ED88E5
Black with #ED88E5
Text Example
Text Example
White with #ED88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88E5; }
p { color: rgb(237,136,229); }
H1.HeaderClassName
{
color: #ED88E5;
}
.AnyTagClassName
{
color: #ED88E5;
}
</style>
background-color css
<style>
a { background-color: #ED88E5; }
a { background-color: rgb(237,136,229); }
div.DivClassName
{
background-color: #ED88E5;
}
.BgClassName
{
background-color: #ED88E5;
}
</style>
border-color css
<style>
span { border-color: #ED88E5; }
span { border-color: rgb(237,136,229); }
td.TdClassName
{
border-color: #ED88E5;
}
.TagClassName
{
border-color: #ED88E5;
}
</style>