Shades of Violet #EC9BF8
Tints of Violet #EC9BF8
RGB
CMYK
RGB Variations
Color information
#EC9BF8 (or 0xEC9BF8) is known color: Violet. HEX triplet: EC, 9B and F8. RGB value is (236,155,248). Sum of RGB (Red+Green+Blue) = 236+155+248=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC9BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BF8 is #136407. Grayscale: #BDBDBD. Windows color (decimal): -1270792 or 16292844. OLE color: 16292844.
HSL color Cylindrical-coordinate representation of color #EC9BF8: hue angle of 292.26º 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 #EC9BF8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 155 | 248 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.03 |
| HSL | 292.26º | 0.87% | 0.79% | - |
| HSV(B) | 292.26º | 0.38% | 0.97% | - |
| XYZ | 63.26 | 48.05 | 94.75 | - |
| YUV | 189.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 248 | 0.05 | 0.38 | 0 | 0.03 | 292.26 | 0.87 | 0.79 |
| Hex | EC | 9B | F8 | 5 | 26 | 0 | 3 | 124 | 57 | 4F |
| Octal | 354 | 233 | 370 | 5 | 46 | 0 | 3 | 444 | 127 | 117 |
| Binary | 11101100 | 10011011 | 11111000 | 101 | 100110 | 0 | 11 | 100100100 | 1010111 | 1001111 |
Color Harmonies of #EC9BF8
Complementary color
Monochromatic Colors of #EC9BF8
Black with #EC9BF8
Text Example
Text Example
White with #EC9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BF8; }
p { color: rgb(236,155,248); }
H1.HeaderClassName
{
color: #EC9BF8;
}
.AnyTagClassName
{
color: #EC9BF8;
}
</style>
background-color css
<style>
a { background-color: #EC9BF8; }
a { background-color: rgb(236,155,248); }
div.DivClassName
{
background-color: #EC9BF8;
}
.BgClassName
{
background-color: #EC9BF8;
}
</style>
border-color css
<style>
span { border-color: #EC9BF8; }
span { border-color: rgb(236,155,248); }
td.TdClassName
{
border-color: #EC9BF8;
}
.TagClassName
{
border-color: #EC9BF8;
}
</style>