Shades of Violet #EC9AF8
Tints of Violet #EC9AF8
RGB
CMYK
RGB Variations
Color information
#EC9AF8 (or 0xEC9AF8) is known color: Violet. HEX triplet: EC, 9A and F8. RGB value is (236,154,248). Sum of RGB (Red+Green+Blue) = 236+154+248=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC9AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AF8 is #136507. Grayscale: #BCBCBC. Windows color (decimal): -1271048 or 16292588. OLE color: 16292588.
HSL color Cylindrical-coordinate representation of color #EC9AF8: hue angle of 292.34º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9AF8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 154 | 248 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.03 |
| HSL | 292.34º | 0.87% | 0.79% | - |
| HSV(B) | 292.34º | 0.38% | 0.97% | - |
| XYZ | 63.09 | 47.72 | 94.69 | - |
| YUV | 189.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 248 | 0.05 | 0.38 | 0 | 0.03 | 292.34 | 0.87 | 0.79 |
| Hex | EC | 9A | F8 | 5 | 26 | 0 | 3 | 124 | 57 | 4F |
| Octal | 354 | 232 | 370 | 5 | 46 | 0 | 3 | 444 | 127 | 117 |
| Binary | 11101100 | 10011010 | 11111000 | 101 | 100110 | 0 | 11 | 100100100 | 1010111 | 1001111 |
Color Harmonies of #EC9AF8
Complementary color
Monochromatic Colors of #EC9AF8
Black with #EC9AF8
Text Example
Text Example
White with #EC9AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AF8; }
p { color: rgb(236,154,248); }
H1.HeaderClassName
{
color: #EC9AF8;
}
.AnyTagClassName
{
color: #EC9AF8;
}
</style>
background-color css
<style>
a { background-color: #EC9AF8; }
a { background-color: rgb(236,154,248); }
div.DivClassName
{
background-color: #EC9AF8;
}
.BgClassName
{
background-color: #EC9AF8;
}
</style>
border-color css
<style>
span { border-color: #EC9AF8; }
span { border-color: rgb(236,154,248); }
td.TdClassName
{
border-color: #EC9AF8;
}
.TagClassName
{
border-color: #EC9AF8;
}
</style>