Shades of Violet #EC88E5
Tints of Violet #EC88E5
RGB
CMYK
RGB Variations
Color information
#EC88E5 (or 0xEC88E5) is known color: Violet. HEX triplet: EC, 88 and E5. RGB value is (236,136,229). Sum of RGB (Red+Green+Blue) = 236+136+229=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88E5 is #13771A. Grayscale: #B0B0B0. Windows color (decimal): -1275675 or 15042796. OLE color: 15042796.
HSL color Cylindrical-coordinate representation of color #EC88E5: hue angle of 304.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88E5 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 229 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.07 |
| HSL | 304.2º | 0.72% | 0.73% | - |
| HSV(B) | 304.2º | 0.42% | 0.93% | - |
| XYZ | 57.54 | 41.1 | 79.03 | - |
| YUV | 176.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 229 | 0 | 0.42 | 0.03 | 0.07 | 304.2 | 0.72 | 0.73 |
| Hex | EC | 88 | E5 | 0 | 2A | 3 | 7 | 130 | 48 | 49 |
| Octal | 354 | 210 | 345 | 0 | 52 | 3 | 7 | 460 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11100101 | 0 | 101010 | 11 | 111 | 100110000 | 1001000 | 1001001 |
Color Harmonies of #EC88E5
Complementary color
Monochromatic Colors of #EC88E5
Black with #EC88E5
Text Example
Text Example
White with #EC88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88E5; }
p { color: rgb(236,136,229); }
H1.HeaderClassName
{
color: #EC88E5;
}
.AnyTagClassName
{
color: #EC88E5;
}
</style>
background-color css
<style>
a { background-color: #EC88E5; }
a { background-color: rgb(236,136,229); }
div.DivClassName
{
background-color: #EC88E5;
}
.BgClassName
{
background-color: #EC88E5;
}
</style>
border-color css
<style>
span { border-color: #EC88E5; }
span { border-color: rgb(236,136,229); }
td.TdClassName
{
border-color: #EC88E5;
}
.TagClassName
{
border-color: #EC88E5;
}
</style>