Shades of Violet #EC80EE
Tints of Violet #EC80EE
RGB
CMYK
RGB Variations
Color information
#EC80EE (or 0xEC80EE) is known color: Violet. HEX triplet: EC, 80 and EE. RGB value is (236,128,238). Sum of RGB (Red+Green+Blue) = 236+128+238=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80EE is #137F11. Grayscale: #ACACAC. Windows color (decimal): -1277714 or 15630572. OLE color: 15630572.
HSL color Cylindrical-coordinate representation of color #EC80EE: hue angle of 298.91º 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 #EC80EE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 238 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.07 |
| HSL | 298.91º | 0.76% | 0.72% | - |
| HSV(B) | 298.91º | 0.46% | 0.93% | - |
| XYZ | 57.74 | 39.44 | 85.46 | - |
| YUV | 172.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 238 | 0.01 | 0.46 | 0 | 0.07 | 298.91 | 0.76 | 0.72 |
| Hex | EC | 80 | EE | 1 | 2E | 0 | 7 | 12B | 4C | 48 |
| Octal | 354 | 200 | 356 | 1 | 56 | 0 | 7 | 453 | 114 | 110 |
| Binary | 11101100 | 10000000 | 11101110 | 1 | 101110 | 0 | 111 | 100101011 | 1001100 | 1001000 |
Color Harmonies of #EC80EE
Complementary color
Monochromatic Colors of #EC80EE
Black with #EC80EE
Text Example
Text Example
White with #EC80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80EE; }
p { color: rgb(236,128,238); }
H1.HeaderClassName
{
color: #EC80EE;
}
.AnyTagClassName
{
color: #EC80EE;
}
</style>
background-color css
<style>
a { background-color: #EC80EE; }
a { background-color: rgb(236,128,238); }
div.DivClassName
{
background-color: #EC80EE;
}
.BgClassName
{
background-color: #EC80EE;
}
</style>
border-color css
<style>
span { border-color: #EC80EE; }
span { border-color: rgb(236,128,238); }
td.TdClassName
{
border-color: #EC80EE;
}
.TagClassName
{
border-color: #EC80EE;
}
</style>