Shades of Violet #EC8AFE
Tints of Violet #EC8AFE
RGB
CMYK
RGB Variations
Color information
#EC8AFE (or 0xEC8AFE) is known color: Violet. HEX triplet: EC, 8A and FE. RGB value is (236,138,254). Sum of RGB (Red+Green+Blue) = 236+138+254=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC8AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFE is #137501. Grayscale: #B4B4B4. Windows color (decimal): -1275138 or 16681708. OLE color: 16681708.
HSL color Cylindrical-coordinate representation of color #EC8AFE: hue angle of 290.69º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8AFE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 138 | 254 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.00 |
| HSL | 290.69º | 0.98% | 0.77% | - |
| HSV(B) | 290.69º | 0.46% | 1% | - |
| XYZ | 61.57 | 43.17 | 98.85 | - |
| YUV | 180.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 254 | 0.07 | 0.46 | 0 | 0.00 | 290.69 | 0.98 | 0.77 |
| Hex | EC | 8A | FE | 7 | 2E | 0 | 0 | 123 | 62 | 4D |
| Octal | 354 | 212 | 376 | 7 | 56 | 0 | 0 | 443 | 142 | 115 |
| Binary | 11101100 | 10001010 | 11111110 | 111 | 101110 | 0 | 0 | 100100011 | 1100010 | 1001101 |
Color Harmonies of #EC8AFE
Complementary color
Monochromatic Colors of #EC8AFE
Black with #EC8AFE
Text Example
Text Example
White with #EC8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AFE; }
p { color: rgb(236,138,254); }
H1.HeaderClassName
{
color: #EC8AFE;
}
.AnyTagClassName
{
color: #EC8AFE;
}
</style>
background-color css
<style>
a { background-color: #EC8AFE; }
a { background-color: rgb(236,138,254); }
div.DivClassName
{
background-color: #EC8AFE;
}
.BgClassName
{
background-color: #EC8AFE;
}
</style>
border-color css
<style>
span { border-color: #EC8AFE; }
span { border-color: rgb(236,138,254); }
td.TdClassName
{
border-color: #EC8AFE;
}
.TagClassName
{
border-color: #EC8AFE;
}
</style>