Shades of Psychedelic Purple #E40AFB
Tints of Psychedelic Purple #E40AFB
RGB
CMYK
RGB Variations
Color information
#E40AFB (or 0xE40AFB) is known color: Psychedelic Purple. HEX triplet: E4, 0A and FB. RGB value is (228,10,251). Sum of RGB (Red+Green+Blue) = 228+10+251=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 10 (4.30% from 255 or 2.04% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #E40AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AFB is #1BF504. Grayscale: #656565. Windows color (decimal): -1832197 or 16452324. OLE color: 16452324.
HSL color Cylindrical-coordinate representation of color #E40AFB: hue angle of 294.27º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AFB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 10 | 251 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.02 |
| HSL | 294.27º | 0.97% | 0.51% | - |
| HSV(B) | 294.27º | 0.96% | 0.98% | - |
| XYZ | 49.52 | 23.68 | 93.23 | - |
| YUV | 102.66 | 211.72 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 251 | 0.09 | 0.96 | 0 | 0.02 | 294.27 | 0.97 | 0.51 |
| Hex | E4 | A | FB | 9 | 60 | 0 | 2 | 126 | 61 | 33 |
| Octal | 344 | 12 | 373 | 11 | 140 | 0 | 2 | 446 | 141 | 63 |
| Binary | 11100100 | 1010 | 11111011 | 1001 | 1100000 | 0 | 10 | 100100110 | 1100001 | 110011 |
Color Harmonies of #E40AFB
Complementary color
Monochromatic Colors of #E40AFB
Black with #E40AFB
Text Example
Text Example
White with #E40AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40AFB; }
p { color: rgb(228,10,251); }
H1.HeaderClassName
{
color: #E40AFB;
}
.AnyTagClassName
{
color: #E40AFB;
}
</style>
background-color css
<style>
a { background-color: #E40AFB; }
a { background-color: rgb(228,10,251); }
div.DivClassName
{
background-color: #E40AFB;
}
.BgClassName
{
background-color: #E40AFB;
}
</style>
border-color css
<style>
span { border-color: #E40AFB; }
span { border-color: rgb(228,10,251); }
td.TdClassName
{
border-color: #E40AFB;
}
.TagClassName
{
border-color: #E40AFB;
}
</style>