Shades of Violet #EB7CE3
Tints of Violet #EB7CE3
RGB
CMYK
RGB Variations
Color information
#EB7CE3 (or 0xEB7CE3) is known color: Violet. HEX triplet: EB, 7C and E3. RGB value is (235,124,227). Sum of RGB (Red+Green+Blue) = 235+124+227=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CE3 is #14831C. Grayscale: #A8A8A8. Windows color (decimal): -1344285 or 14908651. OLE color: 14908651.
HSL color Cylindrical-coordinate representation of color #EB7CE3: hue angle of 304.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7CE3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 227 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.08 |
| HSL | 304.32º | 0.74% | 0.7% | - |
| HSV(B) | 304.32º | 0.47% | 0.92% | - |
| XYZ | 55.33 | 37.62 | 77.02 | - |
| YUV | 168.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 227 | 0 | 0.47 | 0.03 | 0.08 | 304.32 | 0.74 | 0.7 |
| Hex | EB | 7C | E3 | 0 | 2F | 3 | 8 | 130 | 4A | 46 |
| Octal | 353 | 174 | 343 | 0 | 57 | 3 | 10 | 460 | 112 | 106 |
| Binary | 11101011 | 1111100 | 11100011 | 0 | 101111 | 11 | 1000 | 100110000 | 1001010 | 1000110 |
Color Harmonies of #EB7CE3
Complementary color
Monochromatic Colors of #EB7CE3
Black with #EB7CE3
Text Example
Text Example
White with #EB7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7CE3; }
p { color: rgb(235,124,227); }
H1.HeaderClassName
{
color: #EB7CE3;
}
.AnyTagClassName
{
color: #EB7CE3;
}
</style>
background-color css
<style>
a { background-color: #EB7CE3; }
a { background-color: rgb(235,124,227); }
div.DivClassName
{
background-color: #EB7CE3;
}
.BgClassName
{
background-color: #EB7CE3;
}
</style>
border-color css
<style>
span { border-color: #EB7CE3; }
span { border-color: rgb(235,124,227); }
td.TdClassName
{
border-color: #EB7CE3;
}
.TagClassName
{
border-color: #EB7CE3;
}
</style>