Shades of Psychedelic Purple #E40FE3
Tints of Psychedelic Purple #E40FE3
RGB
CMYK
RGB Variations
Color information
#E40FE3 (or 0xE40FE3) is known color: Psychedelic Purple. HEX triplet: E4, 0F and E3. RGB value is (228,15,227). Sum of RGB (Red+Green+Blue) = 228+15+227=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FE3 is #1BF01C. Grayscale: #666666. Windows color (decimal): -1830941 or 14880740. OLE color: 14880740.
HSL color Cylindrical-coordinate representation of color #E40FE3: hue angle of 300.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FE3 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 15 | 227 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.11 |
| HSL | 300.28º | 0.88% | 0.48% | - |
| HSV(B) | 300.28º | 0.93% | 0.89% | - |
| XYZ | 46.03 | 22.38 | 74.57 | - |
| YUV | 102.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 15 | 227 | 0 | 0.93 | 0.00 | 0.11 | 300.28 | 0.88 | 0.48 |
| Hex | E4 | F | E3 | 0 | 5D | 0 | B | 12C | 58 | 30 |
| Octal | 344 | 17 | 343 | 0 | 135 | 0 | 13 | 454 | 130 | 60 |
| Binary | 11100100 | 1111 | 11100011 | 0 | 1011101 | 0 | 1011 | 100101100 | 1011000 | 110000 |
Color Harmonies of #E40FE3
Complementary color
Monochromatic Colors of #E40FE3
Black with #E40FE3
Text Example
Text Example
White with #E40FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40FE3; }
p { color: rgb(228,15,227); }
H1.HeaderClassName
{
color: #E40FE3;
}
.AnyTagClassName
{
color: #E40FE3;
}
</style>
background-color css
<style>
a { background-color: #E40FE3; }
a { background-color: rgb(228,15,227); }
div.DivClassName
{
background-color: #E40FE3;
}
.BgClassName
{
background-color: #E40FE3;
}
</style>
border-color css
<style>
span { border-color: #E40FE3; }
span { border-color: rgb(228,15,227); }
td.TdClassName
{
border-color: #E40FE3;
}
.TagClassName
{
border-color: #E40FE3;
}
</style>