Shades of Violet #EB8FFC
Tints of Violet #EB8FFC
RGB
CMYK
RGB Variations
Color information
#EB8FFC (or 0xEB8FFC) is known color: Violet. HEX triplet: EB, 8F and FC. RGB value is (235,143,252). Sum of RGB (Red+Green+Blue) = 235+143+252=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8FFC is #147003. Grayscale: #B6B6B6. Windows color (decimal): -1339396 or 16551915. OLE color: 16551915.
HSL color Cylindrical-coordinate representation of color #EB8FFC: hue angle of 290.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB8FFC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 143 | 252 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.01 |
| HSL | 290.64º | 0.95% | 0.77% | - |
| HSV(B) | 290.64º | 0.43% | 0.99% | - |
| XYZ | 61.65 | 44.34 | 97.4 | - |
| YUV | 182.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 252 | 0.07 | 0.43 | 0 | 0.01 | 290.64 | 0.95 | 0.77 |
| Hex | EB | 8F | FC | 7 | 2B | 0 | 1 | 123 | 5F | 4D |
| Octal | 353 | 217 | 374 | 7 | 53 | 0 | 1 | 443 | 137 | 115 |
| Binary | 11101011 | 10001111 | 11111100 | 111 | 101011 | 0 | 1 | 100100011 | 1011111 | 1001101 |
Color Harmonies of #EB8FFC
Complementary color
Monochromatic Colors of #EB8FFC
Black with #EB8FFC
Text Example
Text Example
White with #EB8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FFC; }
p { color: rgb(235,143,252); }
H1.HeaderClassName
{
color: #EB8FFC;
}
.AnyTagClassName
{
color: #EB8FFC;
}
</style>
background-color css
<style>
a { background-color: #EB8FFC; }
a { background-color: rgb(235,143,252); }
div.DivClassName
{
background-color: #EB8FFC;
}
.BgClassName
{
background-color: #EB8FFC;
}
</style>
border-color css
<style>
span { border-color: #EB8FFC; }
span { border-color: rgb(235,143,252); }
td.TdClassName
{
border-color: #EB8FFC;
}
.TagClassName
{
border-color: #EB8FFC;
}
</style>