Shades of Violet #E895FC
Tints of Violet #E895FC
RGB
CMYK
RGB Variations
Color information
#E895FC (or 0xE895FC) is known color: Violet. HEX triplet: E8, 95 and FC. RGB value is (232,149,252). Sum of RGB (Red+Green+Blue) = 232+149+252=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #E895FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E895FC is #176A03. Grayscale: #B9B9B9. Windows color (decimal): -1534468 or 16553448. OLE color: 16553448.
HSL color Cylindrical-coordinate representation of color #E895FC: hue angle of 288.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E895FC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 149 | 252 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.01 |
| HSL | 288.35º | 0.94% | 0.79% | - |
| HSV(B) | 288.35º | 0.41% | 0.99% | - |
| XYZ | 61.6 | 45.68 | 97.67 | - |
| YUV | 185.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 252 | 0.08 | 0.41 | 0 | 0.01 | 288.35 | 0.94 | 0.79 |
| Hex | E8 | 95 | FC | 8 | 29 | 0 | 1 | 120 | 5E | 4F |
| Octal | 350 | 225 | 374 | 10 | 51 | 0 | 1 | 440 | 136 | 117 |
| Binary | 11101000 | 10010101 | 11111100 | 1000 | 101001 | 0 | 1 | 100100000 | 1011110 | 1001111 |
Color Harmonies of #E895FC
Complementary color
Monochromatic Colors of #E895FC
Black with #E895FC
Text Example
Text Example
White with #E895FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895FC; }
p { color: rgb(232,149,252); }
H1.HeaderClassName
{
color: #E895FC;
}
.AnyTagClassName
{
color: #E895FC;
}
</style>
background-color css
<style>
a { background-color: #E895FC; }
a { background-color: rgb(232,149,252); }
div.DivClassName
{
background-color: #E895FC;
}
.BgClassName
{
background-color: #E895FC;
}
</style>
border-color css
<style>
span { border-color: #E895FC; }
span { border-color: rgb(232,149,252); }
td.TdClassName
{
border-color: #E895FC;
}
.TagClassName
{
border-color: #E895FC;
}
</style>