Shades of Violet #EB8CE3
Tints of Violet #EB8CE3
RGB
CMYK
RGB Variations
Color information
#EB8CE3 (or 0xEB8CE3) is known color: Violet. HEX triplet: EB, 8C and E3. RGB value is (235,140,227). Sum of RGB (Red+Green+Blue) = 235+140+227=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE3 is #14731C. Grayscale: #B2B2B2. Windows color (decimal): -1340189 or 14912747. OLE color: 14912747.
HSL color Cylindrical-coordinate representation of color #EB8CE3: hue angle of 305.05º 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 #EB8CE3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 227 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.08 |
| HSL | 305.05º | 0.7% | 0.74% | - |
| HSV(B) | 305.05º | 0.4% | 0.92% | - |
| XYZ | 57.5 | 41.96 | 77.74 | - |
| YUV | 178.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 227 | 0 | 0.40 | 0.03 | 0.08 | 305.05 | 0.7 | 0.74 |
| Hex | EB | 8C | E3 | 0 | 28 | 3 | 8 | 131 | 46 | 4A |
| Octal | 353 | 214 | 343 | 0 | 50 | 3 | 10 | 461 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11100011 | 0 | 101000 | 11 | 1000 | 100110001 | 1000110 | 1001010 |
Color Harmonies of #EB8CE3
Complementary color
Monochromatic Colors of #EB8CE3
Black with #EB8CE3
Text Example
Text Example
White with #EB8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CE3; }
p { color: rgb(235,140,227); }
H1.HeaderClassName
{
color: #EB8CE3;
}
.AnyTagClassName
{
color: #EB8CE3;
}
</style>
background-color css
<style>
a { background-color: #EB8CE3; }
a { background-color: rgb(235,140,227); }
div.DivClassName
{
background-color: #EB8CE3;
}
.BgClassName
{
background-color: #EB8CE3;
}
</style>
border-color css
<style>
span { border-color: #EB8CE3; }
span { border-color: rgb(235,140,227); }
td.TdClassName
{
border-color: #EB8CE3;
}
.TagClassName
{
border-color: #EB8CE3;
}
</style>