Shades of Violet #EC88ED
Tints of Violet #EC88ED
RGB
CMYK
RGB Variations
Color information
#EC88ED (or 0xEC88ED) is known color: Violet. HEX triplet: EC, 88 and ED. RGB value is (236,136,237). Sum of RGB (Red+Green+Blue) = 236+136+237=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC88ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88ED is #137712. Grayscale: #B1B1B1. Windows color (decimal): -1275667 or 15567084. OLE color: 15567084.
HSL color Cylindrical-coordinate representation of color #EC88ED: hue angle of 299.41º 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 #EC88ED is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 237 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.07 |
| HSL | 299.41º | 0.74% | 0.73% | - |
| HSV(B) | 299.41º | 0.43% | 0.93% | - |
| XYZ | 58.68 | 41.56 | 85.05 | - |
| YUV | 177.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 237 | 0.00 | 0.43 | 0 | 0.07 | 299.41 | 0.74 | 0.73 |
| Hex | EC | 88 | ED | 0 | 2B | 0 | 7 | 12B | 4A | 49 |
| Octal | 354 | 210 | 355 | 0 | 53 | 0 | 7 | 453 | 112 | 111 |
| Binary | 11101100 | 10001000 | 11101101 | 0 | 101011 | 0 | 111 | 100101011 | 1001010 | 1001001 |
Color Harmonies of #EC88ED
Complementary color
Monochromatic Colors of #EC88ED
Black with #EC88ED
Text Example
Text Example
White with #EC88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88ED; }
p { color: rgb(236,136,237); }
H1.HeaderClassName
{
color: #EC88ED;
}
.AnyTagClassName
{
color: #EC88ED;
}
</style>
background-color css
<style>
a { background-color: #EC88ED; }
a { background-color: rgb(236,136,237); }
div.DivClassName
{
background-color: #EC88ED;
}
.BgClassName
{
background-color: #EC88ED;
}
</style>
border-color css
<style>
span { border-color: #EC88ED; }
span { border-color: rgb(236,136,237); }
td.TdClassName
{
border-color: #EC88ED;
}
.TagClassName
{
border-color: #EC88ED;
}
</style>