Shades of Violet #EB8FE5
Tints of Violet #EB8FE5
RGB
CMYK
RGB Variations
Color information
#EB8FE5 (or 0xEB8FE5) is known color: Violet. HEX triplet: EB, 8F and E5. RGB value is (235,143,229). Sum of RGB (Red+Green+Blue) = 235+143+229=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FE5 is #14701A. Grayscale: #B4B4B4. Windows color (decimal): -1339419 or 15044587. OLE color: 15044587.
HSL color Cylindrical-coordinate representation of color #EB8FE5: hue angle of 303.91º 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 #EB8FE5 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 229 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.08 |
| HSL | 303.91º | 0.7% | 0.74% | - |
| HSV(B) | 303.91º | 0.39% | 0.92% | - |
| XYZ | 58.23 | 42.96 | 79.35 | - |
| YUV | 180.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 229 | 0 | 0.39 | 0.03 | 0.08 | 303.91 | 0.7 | 0.74 |
| Hex | EB | 8F | E5 | 0 | 27 | 3 | 8 | 130 | 46 | 4A |
| Octal | 353 | 217 | 345 | 0 | 47 | 3 | 10 | 460 | 106 | 112 |
| Binary | 11101011 | 10001111 | 11100101 | 0 | 100111 | 11 | 1000 | 100110000 | 1000110 | 1001010 |
Color Harmonies of #EB8FE5
Complementary color
Monochromatic Colors of #EB8FE5
Black with #EB8FE5
Text Example
Text Example
White with #EB8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FE5; }
p { color: rgb(235,143,229); }
H1.HeaderClassName
{
color: #EB8FE5;
}
.AnyTagClassName
{
color: #EB8FE5;
}
</style>
background-color css
<style>
a { background-color: #EB8FE5; }
a { background-color: rgb(235,143,229); }
div.DivClassName
{
background-color: #EB8FE5;
}
.BgClassName
{
background-color: #EB8FE5;
}
</style>
border-color css
<style>
span { border-color: #EB8FE5; }
span { border-color: rgb(235,143,229); }
td.TdClassName
{
border-color: #EB8FE5;
}
.TagClassName
{
border-color: #EB8FE5;
}
</style>