Shades of Violet #ED88E7
Tints of Violet #ED88E7
RGB
CMYK
RGB Variations
Color information
#ED88E7 (or 0xED88E7) is known color: Violet. HEX triplet: ED, 88 and E7. RGB value is (237,136,231). Sum of RGB (Red+Green+Blue) = 237+136+231=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88E7 is #127718. Grayscale: #B0B0B0. Windows color (decimal): -1210137 or 15173869. OLE color: 15173869.
HSL color Cylindrical-coordinate representation of color #ED88E7: hue angle of 303.56º 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 #ED88E7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 231 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.07 |
| HSL | 303.56º | 0.74% | 0.73% | - |
| HSV(B) | 303.56º | 0.43% | 0.93% | - |
| XYZ | 58.15 | 41.38 | 80.52 | - |
| YUV | 177.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 231 | 0 | 0.43 | 0.03 | 0.07 | 303.56 | 0.74 | 0.73 |
| Hex | ED | 88 | E7 | 0 | 2B | 3 | 7 | 130 | 4A | 49 |
| Octal | 355 | 210 | 347 | 0 | 53 | 3 | 7 | 460 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11100111 | 0 | 101011 | 11 | 111 | 100110000 | 1001010 | 1001001 |
Color Harmonies of #ED88E7
Complementary color
Monochromatic Colors of #ED88E7
Black with #ED88E7
Text Example
Text Example
White with #ED88E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88E7; }
p { color: rgb(237,136,231); }
H1.HeaderClassName
{
color: #ED88E7;
}
.AnyTagClassName
{
color: #ED88E7;
}
</style>
background-color css
<style>
a { background-color: #ED88E7; }
a { background-color: rgb(237,136,231); }
div.DivClassName
{
background-color: #ED88E7;
}
.BgClassName
{
background-color: #ED88E7;
}
</style>
border-color css
<style>
span { border-color: #ED88E7; }
span { border-color: rgb(237,136,231); }
td.TdClassName
{
border-color: #ED88E7;
}
.TagClassName
{
border-color: #ED88E7;
}
</style>