Shades of Violet #E894FD
Tints of Violet #E894FD
RGB
CMYK
RGB Variations
Color information
#E894FD (or 0xE894FD) is known color: Violet. HEX triplet: E8, 94 and FD. RGB value is (232,148,253). Sum of RGB (Red+Green+Blue) = 232+148+253=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #E894FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894FD is #176B02. Grayscale: #B8B8B8. Windows color (decimal): -1534723 or 16618728. OLE color: 16618728.
HSL color Cylindrical-coordinate representation of color #E894FD: hue angle of 288º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E894FD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 148 | 253 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.01 |
| HSL | 288º | 0.96% | 0.79% | - |
| HSV(B) | 288º | 0.42% | 0.99% | - |
| XYZ | 61.6 | 45.43 | 98.45 | - |
| YUV | 185.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 253 | 0.08 | 0.42 | 0 | 0.01 | 288 | 0.96 | 0.79 |
| Hex | E8 | 94 | FD | 8 | 2A | 0 | 1 | 120 | 60 | 4F |
| Octal | 350 | 224 | 375 | 10 | 52 | 0 | 1 | 440 | 140 | 117 |
| Binary | 11101000 | 10010100 | 11111101 | 1000 | 101010 | 0 | 1 | 100100000 | 1100000 | 1001111 |
Color Harmonies of #E894FD
Complementary color
Monochromatic Colors of #E894FD
Black with #E894FD
Text Example
Text Example
White with #E894FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894FD; }
p { color: rgb(232,148,253); }
H1.HeaderClassName
{
color: #E894FD;
}
.AnyTagClassName
{
color: #E894FD;
}
</style>
background-color css
<style>
a { background-color: #E894FD; }
a { background-color: rgb(232,148,253); }
div.DivClassName
{
background-color: #E894FD;
}
.BgClassName
{
background-color: #E894FD;
}
</style>
border-color css
<style>
span { border-color: #E894FD; }
span { border-color: rgb(232,148,253); }
td.TdClassName
{
border-color: #E894FD;
}
.TagClassName
{
border-color: #E894FD;
}
</style>