Shades of Violet #E484F7
Tints of Violet #E484F7
RGB
CMYK
RGB Variations
Color information
#E484F7 (or 0xE484F7) is known color: Violet. HEX triplet: E4, 84 and F7. RGB value is (228,132,247). Sum of RGB (Red+Green+Blue) = 228+132+247=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #E484F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484F7 is #1B7B08. Grayscale: #ADADAD. Windows color (decimal): -1800969 or 16221412. OLE color: 16221412.
HSL color Cylindrical-coordinate representation of color #E484F7: hue angle of 290.09º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E484F7 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 132 | 247 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.03 |
| HSL | 290.09º | 0.88% | 0.74% | - |
| HSV(B) | 290.09º | 0.47% | 0.97% | - |
| XYZ | 57.03 | 39.71 | 92.65 | - |
| YUV | 173.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 247 | 0.08 | 0.47 | 0 | 0.03 | 290.09 | 0.88 | 0.74 |
| Hex | E4 | 84 | F7 | 8 | 2F | 0 | 3 | 122 | 58 | 4A |
| Octal | 344 | 204 | 367 | 10 | 57 | 0 | 3 | 442 | 130 | 112 |
| Binary | 11100100 | 10000100 | 11110111 | 1000 | 101111 | 0 | 11 | 100100010 | 1011000 | 1001010 |
Color Harmonies of #E484F7
Complementary color
Monochromatic Colors of #E484F7
Black with #E484F7
Text Example
Text Example
White with #E484F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484F7; }
p { color: rgb(228,132,247); }
H1.HeaderClassName
{
color: #E484F7;
}
.AnyTagClassName
{
color: #E484F7;
}
</style>
background-color css
<style>
a { background-color: #E484F7; }
a { background-color: rgb(228,132,247); }
div.DivClassName
{
background-color: #E484F7;
}
.BgClassName
{
background-color: #E484F7;
}
</style>
border-color css
<style>
span { border-color: #E484F7; }
span { border-color: rgb(228,132,247); }
td.TdClassName
{
border-color: #E484F7;
}
.TagClassName
{
border-color: #E484F7;
}
</style>