Shades of Psychedelic Purple #E40AFC
Tints of Psychedelic Purple #E40AFC
RGB
CMYK
RGB Variations
Color information
#E40AFC (or 0xE40AFC) is known color: Psychedelic Purple. HEX triplet: E4, 0A and FC. RGB value is (228,10,252). Sum of RGB (Red+Green+Blue) = 228+10+252=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 10 (4.30% from 255 or 2.04% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #E40AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AFC is #1BF503. Grayscale: #666666. Windows color (decimal): -1832196 or 16517860. OLE color: 16517860.
HSL color Cylindrical-coordinate representation of color #E40AFC: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AFC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 10 | 252 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.01 |
| HSL | 294.05º | 0.98% | 0.51% | - |
| HSV(B) | 294.05º | 0.96% | 0.99% | - |
| XYZ | 49.67 | 23.74 | 94.06 | - |
| YUV | 102.77 | 212.22 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 252 | 0.10 | 0.96 | 0 | 0.01 | 294.05 | 0.98 | 0.51 |
| Hex | E4 | A | FC | A | 60 | 0 | 1 | 126 | 62 | 33 |
| Octal | 344 | 12 | 374 | 12 | 140 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100100 | 1010 | 11111100 | 1010 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E40AFC
Complementary color
Monochromatic Colors of #E40AFC
Black with #E40AFC
Text Example
Text Example
White with #E40AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40AFC; }
p { color: rgb(228,10,252); }
H1.HeaderClassName
{
color: #E40AFC;
}
.AnyTagClassName
{
color: #E40AFC;
}
</style>
background-color css
<style>
a { background-color: #E40AFC; }
a { background-color: rgb(228,10,252); }
div.DivClassName
{
background-color: #E40AFC;
}
.BgClassName
{
background-color: #E40AFC;
}
</style>
border-color css
<style>
span { border-color: #E40AFC; }
span { border-color: rgb(228,10,252); }
td.TdClassName
{
border-color: #E40AFC;
}
.TagClassName
{
border-color: #E40AFC;
}
</style>