Shades of Violet #EB8FE8
Tints of Violet #EB8FE8
RGB
CMYK
RGB Variations
Color information
#EB8FE8 (or 0xEB8FE8) is known color: Violet. HEX triplet: EB, 8F and E8. RGB value is (235,143,232). Sum of RGB (Red+Green+Blue) = 235+143+232=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8FE8 is #147017. Grayscale: #B4B4B4. Windows color (decimal): -1339416 or 15241195. OLE color: 15241195.
HSL color Cylindrical-coordinate representation of color #EB8FE8: hue angle of 301.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FE8 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 232 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.08 |
| HSL | 301.96º | 0.7% | 0.74% | - |
| HSV(B) | 301.96º | 0.39% | 0.92% | - |
| XYZ | 58.65 | 43.13 | 81.58 | - |
| YUV | 180.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 232 | 0 | 0.39 | 0.01 | 0.08 | 301.96 | 0.7 | 0.74 |
| Hex | EB | 8F | E8 | 0 | 27 | 1 | 8 | 12E | 46 | 4A |
| Octal | 353 | 217 | 350 | 0 | 47 | 1 | 10 | 456 | 106 | 112 |
| Binary | 11101011 | 10001111 | 11101000 | 0 | 100111 | 1 | 1000 | 100101110 | 1000110 | 1001010 |
Color Harmonies of #EB8FE8
Complementary color
Monochromatic Colors of #EB8FE8
Black with #EB8FE8
Text Example
Text Example
White with #EB8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FE8; }
p { color: rgb(235,143,232); }
H1.HeaderClassName
{
color: #EB8FE8;
}
.AnyTagClassName
{
color: #EB8FE8;
}
</style>
background-color css
<style>
a { background-color: #EB8FE8; }
a { background-color: rgb(235,143,232); }
div.DivClassName
{
background-color: #EB8FE8;
}
.BgClassName
{
background-color: #EB8FE8;
}
</style>
border-color css
<style>
span { border-color: #EB8FE8; }
span { border-color: rgb(235,143,232); }
td.TdClassName
{
border-color: #EB8FE8;
}
.TagClassName
{
border-color: #EB8FE8;
}
</style>