Shades of Violet #EC80FB
Tints of Violet #EC80FB
RGB
CMYK
RGB Variations
Color information
#EC80FB (or 0xEC80FB) is known color: Violet. HEX triplet: EC, 80 and FB. RGB value is (236,128,251). Sum of RGB (Red+Green+Blue) = 236+128+251=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FB is #137F04. Grayscale: #ADADAD. Windows color (decimal): -1277701 or 16482540. OLE color: 16482540.
HSL color Cylindrical-coordinate representation of color #EC80FB: hue angle of 292.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC80FB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 128 | 251 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.02 |
| HSL | 292.68º | 0.94% | 0.74% | - |
| HSV(B) | 292.68º | 0.49% | 0.98% | - |
| XYZ | 59.72 | 40.24 | 95.89 | - |
| YUV | 174.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 251 | 0.06 | 0.49 | 0 | 0.02 | 292.68 | 0.94 | 0.74 |
| Hex | EC | 80 | FB | 6 | 31 | 0 | 2 | 125 | 5E | 4A |
| Octal | 354 | 200 | 373 | 6 | 61 | 0 | 2 | 445 | 136 | 112 |
| Binary | 11101100 | 10000000 | 11111011 | 110 | 110001 | 0 | 10 | 100100101 | 1011110 | 1001010 |
Color Harmonies of #EC80FB
Complementary color
Monochromatic Colors of #EC80FB
Black with #EC80FB
Text Example
Text Example
White with #EC80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80FB; }
p { color: rgb(236,128,251); }
H1.HeaderClassName
{
color: #EC80FB;
}
.AnyTagClassName
{
color: #EC80FB;
}
</style>
background-color css
<style>
a { background-color: #EC80FB; }
a { background-color: rgb(236,128,251); }
div.DivClassName
{
background-color: #EC80FB;
}
.BgClassName
{
background-color: #EC80FB;
}
</style>
border-color css
<style>
span { border-color: #EC80FB; }
span { border-color: rgb(236,128,251); }
td.TdClassName
{
border-color: #EC80FB;
}
.TagClassName
{
border-color: #EC80FB;
}
</style>