Shades of Violet #EC8AFF
Tints of Violet #EC8AFF
RGB
CMYK
RGB Variations
Color information
#EC8AFF (or 0xEC8AFF) is known color: Violet. HEX triplet: EC, 8A and FF. RGB value is (236,138,255). Sum of RGB (Red+Green+Blue) = 236+138+255=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFF is #137500. Grayscale: #B4B4B4. Windows color (decimal): -1275137 or 16747244. OLE color: 16747244.
HSL color Cylindrical-coordinate representation of color #EC8AFF: hue angle of 290.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8AFF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 138 | 255 | - |
| CMYK | 0.07 | 0.46 | 0 | 0 |
| HSL | 290.26º | 1% | 0.77% | - |
| HSV(B) | 290.26º | 0.46% | 1% | - |
| XYZ | 61.73 | 43.23 | 99.7 | - |
| YUV | 180.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 255 | 0.07 | 0.46 | 0 | 0 | 290.26 | 1 | 0.77 |
| Hex | EC | 8A | FF | 7 | 2E | 0 | 0 | 122 | 64 | 4D |
| Octal | 354 | 212 | 377 | 7 | 56 | 0 | 0 | 442 | 144 | 115 |
| Binary | 11101100 | 10001010 | 11111111 | 111 | 101110 | 0 | 0 | 100100010 | 1100100 | 1001101 |
Color Harmonies of #EC8AFF
Complementary color
Monochromatic Colors of #EC8AFF
Black with #EC8AFF
Text Example
Text Example
White with #EC8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AFF; }
p { color: rgb(236,138,255); }
H1.HeaderClassName
{
color: #EC8AFF;
}
.AnyTagClassName
{
color: #EC8AFF;
}
</style>
background-color css
<style>
a { background-color: #EC8AFF; }
a { background-color: rgb(236,138,255); }
div.DivClassName
{
background-color: #EC8AFF;
}
.BgClassName
{
background-color: #EC8AFF;
}
</style>
border-color css
<style>
span { border-color: #EC8AFF; }
span { border-color: rgb(236,138,255); }
td.TdClassName
{
border-color: #EC8AFF;
}
.TagClassName
{
border-color: #EC8AFF;
}
</style>