Shades of Violet #EC81E4
Tints of Violet #EC81E4
RGB
CMYK
RGB Variations
Color information
#EC81E4 (or 0xEC81E4) is known color: Violet. HEX triplet: EC, 81 and E4. RGB value is (236,129,228). Sum of RGB (Red+Green+Blue) = 236+129+228=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81E4 is #137E1B. Grayscale: #ABABAB. Windows color (decimal): -1277468 or 14975468. OLE color: 14975468.
HSL color Cylindrical-coordinate representation of color #EC81E4: hue angle of 304.49º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81E4 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 228 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.07 |
| HSL | 304.49º | 0.74% | 0.72% | - |
| HSV(B) | 304.49º | 0.45% | 0.93% | - |
| XYZ | 56.45 | 39.13 | 77.98 | - |
| YUV | 172.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 228 | 0 | 0.45 | 0.03 | 0.07 | 304.49 | 0.74 | 0.72 |
| Hex | EC | 81 | E4 | 0 | 2D | 3 | 7 | 130 | 4A | 48 |
| Octal | 354 | 201 | 344 | 0 | 55 | 3 | 7 | 460 | 112 | 110 |
| Binary | 11101100 | 10000001 | 11100100 | 0 | 101101 | 11 | 111 | 100110000 | 1001010 | 1001000 |
Color Harmonies of #EC81E4
Complementary color
Monochromatic Colors of #EC81E4
Black with #EC81E4
Text Example
Text Example
White with #EC81E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81E4; }
p { color: rgb(236,129,228); }
H1.HeaderClassName
{
color: #EC81E4;
}
.AnyTagClassName
{
color: #EC81E4;
}
</style>
background-color css
<style>
a { background-color: #EC81E4; }
a { background-color: rgb(236,129,228); }
div.DivClassName
{
background-color: #EC81E4;
}
.BgClassName
{
background-color: #EC81E4;
}
</style>
border-color css
<style>
span { border-color: #EC81E4; }
span { border-color: rgb(236,129,228); }
td.TdClassName
{
border-color: #EC81E4;
}
.TagClassName
{
border-color: #EC81E4;
}
</style>