Shades of Violet #EB8CEA
Tints of Violet #EB8CEA
RGB
CMYK
RGB Variations
Color information
#EB8CEA (or 0xEB8CEA) is known color: Violet. HEX triplet: EB, 8C and EA. RGB value is (235,140,234). Sum of RGB (Red+Green+Blue) = 235+140+234=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CEA is #147315. Grayscale: #B2B2B2. Windows color (decimal): -1340182 or 15371499. OLE color: 15371499.
HSL color Cylindrical-coordinate representation of color #EB8CEA: hue angle of 300.63º 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 #EB8CEA is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 234 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.08 |
| HSL | 300.63º | 0.7% | 0.74% | - |
| HSV(B) | 300.63º | 0.4% | 0.92% | - |
| XYZ | 58.49 | 42.36 | 82.94 | - |
| YUV | 179.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 234 | 0 | 0.40 | 0.00 | 0.08 | 300.63 | 0.7 | 0.74 |
| Hex | EB | 8C | EA | 0 | 28 | 0 | 8 | 12D | 46 | 4A |
| Octal | 353 | 214 | 352 | 0 | 50 | 0 | 10 | 455 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11101010 | 0 | 101000 | 0 | 1000 | 100101101 | 1000110 | 1001010 |
Color Harmonies of #EB8CEA
Complementary color
Monochromatic Colors of #EB8CEA
Black with #EB8CEA
Text Example
Text Example
White with #EB8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CEA; }
p { color: rgb(235,140,234); }
H1.HeaderClassName
{
color: #EB8CEA;
}
.AnyTagClassName
{
color: #EB8CEA;
}
</style>
background-color css
<style>
a { background-color: #EB8CEA; }
a { background-color: rgb(235,140,234); }
div.DivClassName
{
background-color: #EB8CEA;
}
.BgClassName
{
background-color: #EB8CEA;
}
</style>
border-color css
<style>
span { border-color: #EB8CEA; }
span { border-color: rgb(235,140,234); }
td.TdClassName
{
border-color: #EB8CEA;
}
.TagClassName
{
border-color: #EB8CEA;
}
</style>