Shades of Violet #EB8CE5
Tints of Violet #EB8CE5
RGB
CMYK
RGB Variations
Color information
#EB8CE5 (or 0xEB8CE5) is known color: Violet. HEX triplet: EB, 8C and E5. RGB value is (235,140,229). Sum of RGB (Red+Green+Blue) = 235+140+229=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE5 is #14731A. Grayscale: #B2B2B2. Windows color (decimal): -1340187 or 15043819. OLE color: 15043819.
HSL color Cylindrical-coordinate representation of color #EB8CE5: hue angle of 303.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CE5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 229 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.08 |
| HSL | 303.79º | 0.7% | 0.74% | - |
| HSV(B) | 303.79º | 0.4% | 0.92% | - |
| XYZ | 57.78 | 42.08 | 79.2 | - |
| YUV | 178.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 229 | 0 | 0.40 | 0.03 | 0.08 | 303.79 | 0.7 | 0.74 |
| Hex | EB | 8C | E5 | 0 | 28 | 3 | 8 | 130 | 46 | 4A |
| Octal | 353 | 214 | 345 | 0 | 50 | 3 | 10 | 460 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11100101 | 0 | 101000 | 11 | 1000 | 100110000 | 1000110 | 1001010 |
Color Harmonies of #EB8CE5
Complementary color
Monochromatic Colors of #EB8CE5
Black with #EB8CE5
Text Example
Text Example
White with #EB8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CE5; }
p { color: rgb(235,140,229); }
H1.HeaderClassName
{
color: #EB8CE5;
}
.AnyTagClassName
{
color: #EB8CE5;
}
</style>
background-color css
<style>
a { background-color: #EB8CE5; }
a { background-color: rgb(235,140,229); }
div.DivClassName
{
background-color: #EB8CE5;
}
.BgClassName
{
background-color: #EB8CE5;
}
</style>
border-color css
<style>
span { border-color: #EB8CE5; }
span { border-color: rgb(235,140,229); }
td.TdClassName
{
border-color: #EB8CE5;
}
.TagClassName
{
border-color: #EB8CE5;
}
</style>