Shades of Violet #EC81EE
Tints of Violet #EC81EE
RGB
CMYK
RGB Variations
Color information
#EC81EE (or 0xEC81EE) is known color: Violet. HEX triplet: EC, 81 and EE. RGB value is (236,129,238). Sum of RGB (Red+Green+Blue) = 236+129+238=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC81EE is #137E11. Grayscale: #ADADAD. Windows color (decimal): -1277458 or 15630828. OLE color: 15630828.
HSL color Cylindrical-coordinate representation of color #EC81EE: hue angle of 298.9º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC81EE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 238 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.07 |
| HSL | 298.9º | 0.76% | 0.72% | - |
| HSV(B) | 298.9º | 0.46% | 0.93% | - |
| XYZ | 57.87 | 39.71 | 85.5 | - |
| YUV | 173.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 238 | 0.01 | 0.46 | 0 | 0.07 | 298.9 | 0.76 | 0.72 |
| Hex | EC | 81 | EE | 1 | 2E | 0 | 7 | 12B | 4C | 48 |
| Octal | 354 | 201 | 356 | 1 | 56 | 0 | 7 | 453 | 114 | 110 |
| Binary | 11101100 | 10000001 | 11101110 | 1 | 101110 | 0 | 111 | 100101011 | 1001100 | 1001000 |
Color Harmonies of #EC81EE
Complementary color
Monochromatic Colors of #EC81EE
Black with #EC81EE
Text Example
Text Example
White with #EC81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81EE; }
p { color: rgb(236,129,238); }
H1.HeaderClassName
{
color: #EC81EE;
}
.AnyTagClassName
{
color: #EC81EE;
}
</style>
background-color css
<style>
a { background-color: #EC81EE; }
a { background-color: rgb(236,129,238); }
div.DivClassName
{
background-color: #EC81EE;
}
.BgClassName
{
background-color: #EC81EE;
}
</style>
border-color css
<style>
span { border-color: #EC81EE; }
span { border-color: rgb(236,129,238); }
td.TdClassName
{
border-color: #EC81EE;
}
.TagClassName
{
border-color: #EC81EE;
}
</style>