Shades of Violet #EC80E6
Tints of Violet #EC80E6
RGB
CMYK
RGB Variations
Color information
#EC80E6 (or 0xEC80E6) is known color: Violet. HEX triplet: EC, 80 and E6. RGB value is (236,128,230). Sum of RGB (Red+Green+Blue) = 236+128+230=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80E6 is #137F19. Grayscale: #ABABAB. Windows color (decimal): -1277722 or 15106284. OLE color: 15106284.
HSL color Cylindrical-coordinate representation of color #EC80E6: hue angle of 303.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80E6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 230 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.07 |
| HSL | 303.33º | 0.74% | 0.71% | - |
| HSV(B) | 303.33º | 0.46% | 0.93% | - |
| XYZ | 56.59 | 38.98 | 79.4 | - |
| YUV | 171.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 230 | 0 | 0.46 | 0.03 | 0.07 | 303.33 | 0.74 | 0.71 |
| Hex | EC | 80 | E6 | 0 | 2E | 3 | 7 | 12F | 4A | 47 |
| Octal | 354 | 200 | 346 | 0 | 56 | 3 | 7 | 457 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11100110 | 0 | 101110 | 11 | 111 | 100101111 | 1001010 | 1000111 |
Color Harmonies of #EC80E6
Complementary color
Monochromatic Colors of #EC80E6
Black with #EC80E6
Text Example
Text Example
White with #EC80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80E6; }
p { color: rgb(236,128,230); }
H1.HeaderClassName
{
color: #EC80E6;
}
.AnyTagClassName
{
color: #EC80E6;
}
</style>
background-color css
<style>
a { background-color: #EC80E6; }
a { background-color: rgb(236,128,230); }
div.DivClassName
{
background-color: #EC80E6;
}
.BgClassName
{
background-color: #EC80E6;
}
</style>
border-color css
<style>
span { border-color: #EC80E6; }
span { border-color: rgb(236,128,230); }
td.TdClassName
{
border-color: #EC80E6;
}
.TagClassName
{
border-color: #EC80E6;
}
</style>