Shades of Violet #E494FB
Tints of Violet #E494FB
RGB
CMYK
RGB Variations
Color information
#E494FB (or 0xE494FB) is known color: Violet. HEX triplet: E4, 94 and FB. RGB value is (228,148,251). Sum of RGB (Red+Green+Blue) = 228+148+251=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #E494FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494FB is #1B6B04. Grayscale: #B7B7B7. Windows color (decimal): -1796869 or 16487652. OLE color: 16487652.
HSL color Cylindrical-coordinate representation of color #E494FB: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E494FB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 148 | 251 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.02 |
| HSL | 286.6º | 0.93% | 0.78% | - |
| HSV(B) | 286.6º | 0.41% | 0.98% | - |
| XYZ | 60 | 44.64 | 96.72 | - |
| YUV | 183.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 251 | 0.09 | 0.41 | 0 | 0.02 | 286.6 | 0.93 | 0.78 |
| Hex | E4 | 94 | FB | 9 | 29 | 0 | 2 | 11F | 5D | 4E |
| Octal | 344 | 224 | 373 | 11 | 51 | 0 | 2 | 437 | 135 | 116 |
| Binary | 11100100 | 10010100 | 11111011 | 1001 | 101001 | 0 | 10 | 100011111 | 1011101 | 1001110 |
Color Harmonies of #E494FB
Complementary color
Monochromatic Colors of #E494FB
Black with #E494FB
Text Example
Text Example
White with #E494FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494FB; }
p { color: rgb(228,148,251); }
H1.HeaderClassName
{
color: #E494FB;
}
.AnyTagClassName
{
color: #E494FB;
}
</style>
background-color css
<style>
a { background-color: #E494FB; }
a { background-color: rgb(228,148,251); }
div.DivClassName
{
background-color: #E494FB;
}
.BgClassName
{
background-color: #E494FB;
}
</style>
border-color css
<style>
span { border-color: #E494FB; }
span { border-color: rgb(228,148,251); }
td.TdClassName
{
border-color: #E494FB;
}
.TagClassName
{
border-color: #E494FB;
}
</style>