Shades of Psychedelic Purple #E005F8
Tints of Psychedelic Purple #E005F8
RGB
CMYK
RGB Variations
Color information
#E005F8 (or 0xE005F8) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F8. RGB value is (224,5,248). Sum of RGB (Red+Green+Blue) = 224+5+248=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #E005F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F8 is #1FFA07. Grayscale: #616161. Windows color (decimal): -2095624 or 16254432. OLE color: 16254432.
HSL color Cylindrical-coordinate representation of color #E005F8: hue angle of 294.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F8 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 5 | 248 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.03 |
| HSL | 294.07º | 0.96% | 0.5% | - |
| HSV(B) | 294.07º | 0.98% | 0.97% | - |
| XYZ | 47.74 | 22.73 | 90.68 | - |
| YUV | 98.18 | 212.55 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 248 | 0.10 | 0.98 | 0 | 0.03 | 294.07 | 0.96 | 0.5 |
| Hex | E0 | 5 | F8 | A | 62 | 0 | 3 | 126 | 60 | 32 |
| Octal | 340 | 5 | 370 | 12 | 142 | 0 | 3 | 446 | 140 | 62 |
| Binary | 11100000 | 101 | 11111000 | 1010 | 1100010 | 0 | 11 | 100100110 | 1100000 | 110010 |
Color Harmonies of #E005F8
Complementary color
Monochromatic Colors of #E005F8
Black with #E005F8
Text Example
Text Example
White with #E005F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005F8; }
p { color: rgb(224,5,248); }
H1.HeaderClassName
{
color: #E005F8;
}
.AnyTagClassName
{
color: #E005F8;
}
</style>
background-color css
<style>
a { background-color: #E005F8; }
a { background-color: rgb(224,5,248); }
div.DivClassName
{
background-color: #E005F8;
}
.BgClassName
{
background-color: #E005F8;
}
</style>
border-color css
<style>
span { border-color: #E005F8; }
span { border-color: rgb(224,5,248); }
td.TdClassName
{
border-color: #E005F8;
}
.TagClassName
{
border-color: #E005F8;
}
</style>