Shades of Violet #EC80F8
Tints of Violet #EC80F8
RGB
CMYK
RGB Variations
Color information
#EC80F8 (or 0xEC80F8) is known color: Violet. HEX triplet: EC, 80 and F8. RGB value is (236,128,248). Sum of RGB (Red+Green+Blue) = 236+128+248=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80F8 is #137F07. Grayscale: #ADADAD. Windows color (decimal): -1277704 or 16285932. OLE color: 16285932.
HSL color Cylindrical-coordinate representation of color #EC80F8: hue angle of 294º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC80F8 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 128 | 248 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.03 |
| HSL | 294º | 0.9% | 0.74% | - |
| HSV(B) | 294º | 0.48% | 0.97% | - |
| XYZ | 59.25 | 40.05 | 93.41 | - |
| YUV | 173.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 248 | 0.05 | 0.48 | 0 | 0.03 | 294 | 0.9 | 0.74 |
| Hex | EC | 80 | F8 | 5 | 30 | 0 | 3 | 126 | 5A | 4A |
| Octal | 354 | 200 | 370 | 5 | 60 | 0 | 3 | 446 | 132 | 112 |
| Binary | 11101100 | 10000000 | 11111000 | 101 | 110000 | 0 | 11 | 100100110 | 1011010 | 1001010 |
Color Harmonies of #EC80F8
Complementary color
Monochromatic Colors of #EC80F8
Black with #EC80F8
Text Example
Text Example
White with #EC80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80F8; }
p { color: rgb(236,128,248); }
H1.HeaderClassName
{
color: #EC80F8;
}
.AnyTagClassName
{
color: #EC80F8;
}
</style>
background-color css
<style>
a { background-color: #EC80F8; }
a { background-color: rgb(236,128,248); }
div.DivClassName
{
background-color: #EC80F8;
}
.BgClassName
{
background-color: #EC80F8;
}
</style>
border-color css
<style>
span { border-color: #EC80F8; }
span { border-color: rgb(236,128,248); }
td.TdClassName
{
border-color: #EC80F8;
}
.TagClassName
{
border-color: #EC80F8;
}
</style>