Shades of Violet #EC8AFD
Tints of Violet #EC8AFD
RGB
CMYK
RGB Variations
Color information
#EC8AFD (or 0xEC8AFD) is known color: Violet. HEX triplet: EC, 8A and FD. RGB value is (236,138,253). Sum of RGB (Red+Green+Blue) = 236+138+253=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFD is #137502. Grayscale: #B4B4B4. Windows color (decimal): -1275139 or 16616172. OLE color: 16616172.
HSL color Cylindrical-coordinate representation of color #EC8AFD: hue angle of 291.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8AFD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 138 | 253 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.01 |
| HSL | 291.13º | 0.97% | 0.77% | - |
| HSV(B) | 291.13º | 0.45% | 0.99% | - |
| XYZ | 61.41 | 43.1 | 98.01 | - |
| YUV | 180.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 253 | 0.07 | 0.45 | 0 | 0.01 | 291.13 | 0.97 | 0.77 |
| Hex | EC | 8A | FD | 7 | 2D | 0 | 1 | 123 | 61 | 4D |
| Octal | 354 | 212 | 375 | 7 | 55 | 0 | 1 | 443 | 141 | 115 |
| Binary | 11101100 | 10001010 | 11111101 | 111 | 101101 | 0 | 1 | 100100011 | 1100001 | 1001101 |
Color Harmonies of #EC8AFD
Complementary color
Monochromatic Colors of #EC8AFD
Black with #EC8AFD
Text Example
Text Example
White with #EC8AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AFD; }
p { color: rgb(236,138,253); }
H1.HeaderClassName
{
color: #EC8AFD;
}
.AnyTagClassName
{
color: #EC8AFD;
}
</style>
background-color css
<style>
a { background-color: #EC8AFD; }
a { background-color: rgb(236,138,253); }
div.DivClassName
{
background-color: #EC8AFD;
}
.BgClassName
{
background-color: #EC8AFD;
}
</style>
border-color css
<style>
span { border-color: #EC8AFD; }
span { border-color: rgb(236,138,253); }
td.TdClassName
{
border-color: #EC8AFD;
}
.TagClassName
{
border-color: #EC8AFD;
}
</style>