Shades of Violet #EC7BF8
Tints of Violet #EC7BF8
RGB
CMYK
RGB Variations
Color information
#EC7BF8 (or 0xEC7BF8) is known color: Violet. HEX triplet: EC, 7B and F8. RGB value is (236,123,248). Sum of RGB (Red+Green+Blue) = 236+123+248=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC7BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BF8 is #138407. Grayscale: #AAAAAA. Windows color (decimal): -1278984 or 16284652. OLE color: 16284652.
HSL color Cylindrical-coordinate representation of color #EC7BF8: hue angle of 294.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7BF8 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 123 | 248 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.03 |
| HSL | 294.24º | 0.9% | 0.73% | - |
| HSV(B) | 294.24º | 0.5% | 0.97% | - |
| XYZ | 58.62 | 38.78 | 93.2 | - |
| YUV | 171.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 248 | 0.05 | 0.50 | 0 | 0.03 | 294.24 | 0.9 | 0.73 |
| Hex | EC | 7B | F8 | 5 | 32 | 0 | 3 | 126 | 5A | 49 |
| Octal | 354 | 173 | 370 | 5 | 62 | 0 | 3 | 446 | 132 | 111 |
| Binary | 11101100 | 1111011 | 11111000 | 101 | 110010 | 0 | 11 | 100100110 | 1011010 | 1001001 |
Color Harmonies of #EC7BF8
Complementary color
Monochromatic Colors of #EC7BF8
Black with #EC7BF8
Text Example
Text Example
White with #EC7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BF8; }
p { color: rgb(236,123,248); }
H1.HeaderClassName
{
color: #EC7BF8;
}
.AnyTagClassName
{
color: #EC7BF8;
}
</style>
background-color css
<style>
a { background-color: #EC7BF8; }
a { background-color: rgb(236,123,248); }
div.DivClassName
{
background-color: #EC7BF8;
}
.BgClassName
{
background-color: #EC7BF8;
}
</style>
border-color css
<style>
span { border-color: #EC7BF8; }
span { border-color: rgb(236,123,248); }
td.TdClassName
{
border-color: #EC7BF8;
}
.TagClassName
{
border-color: #EC7BF8;
}
</style>