Shades of Violet #EC8BF7
Tints of Violet #EC8BF7
RGB
CMYK
RGB Variations
Color information
#EC8BF7 (or 0xEC8BF7) is known color: Violet. HEX triplet: EC, 8B and F7. RGB value is (236,139,247). Sum of RGB (Red+Green+Blue) = 236+139+247=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC8BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BF7 is #137408. Grayscale: #B3B3B3. Windows color (decimal): -1274889 or 16223212. OLE color: 16223212.
HSL color Cylindrical-coordinate representation of color #EC8BF7: hue angle of 293.89º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8BF7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 139 | 247 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.03 |
| HSL | 293.89º | 0.87% | 0.76% | - |
| HSV(B) | 293.89º | 0.44% | 0.97% | - |
| XYZ | 60.61 | 43.01 | 93.1 | - |
| YUV | 180.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 247 | 0.04 | 0.44 | 0 | 0.03 | 293.89 | 0.87 | 0.76 |
| Hex | EC | 8B | F7 | 4 | 2C | 0 | 3 | 126 | 57 | 4C |
| Octal | 354 | 213 | 367 | 4 | 54 | 0 | 3 | 446 | 127 | 114 |
| Binary | 11101100 | 10001011 | 11110111 | 100 | 101100 | 0 | 11 | 100100110 | 1010111 | 1001100 |
Color Harmonies of #EC8BF7
Complementary color
Monochromatic Colors of #EC8BF7
Black with #EC8BF7
Text Example
Text Example
White with #EC8BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BF7; }
p { color: rgb(236,139,247); }
H1.HeaderClassName
{
color: #EC8BF7;
}
.AnyTagClassName
{
color: #EC8BF7;
}
</style>
background-color css
<style>
a { background-color: #EC8BF7; }
a { background-color: rgb(236,139,247); }
div.DivClassName
{
background-color: #EC8BF7;
}
.BgClassName
{
background-color: #EC8BF7;
}
</style>
border-color css
<style>
span { border-color: #EC8BF7; }
span { border-color: rgb(236,139,247); }
td.TdClassName
{
border-color: #EC8BF7;
}
.TagClassName
{
border-color: #EC8BF7;
}
</style>