Shades of Psychedelic Purple #E507F8
Tints of Psychedelic Purple #E507F8
RGB
CMYK
RGB Variations
Color information
#E507F8 (or 0xE507F8) is known color: Psychedelic Purple. HEX triplet: E5, 07 and F8. RGB value is (229,7,248). Sum of RGB (Red+Green+Blue) = 229+7+248=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #E507F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507F8 is #1AF807. Grayscale: #646464. Windows color (decimal): -1767432 or 16254949. OLE color: 16254949.
HSL color Cylindrical-coordinate representation of color #E507F8: hue angle of 295.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507F8 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 7 | 248 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.03 |
| HSL | 295.27º | 0.95% | 0.5% | - |
| HSV(B) | 295.27º | 0.97% | 0.97% | - |
| XYZ | 49.33 | 23.59 | 90.76 | - |
| YUV | 100.85 | 211.05 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 248 | 0.08 | 0.97 | 0 | 0.03 | 295.27 | 0.95 | 0.5 |
| Hex | E5 | 7 | F8 | 8 | 61 | 0 | 3 | 127 | 5F | 32 |
| Octal | 345 | 7 | 370 | 10 | 141 | 0 | 3 | 447 | 137 | 62 |
| Binary | 11100101 | 111 | 11111000 | 1000 | 1100001 | 0 | 11 | 100100111 | 1011111 | 110010 |
Color Harmonies of #E507F8
Complementary color
Monochromatic Colors of #E507F8
Black with #E507F8
Text Example
Text Example
White with #E507F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507F8; }
p { color: rgb(229,7,248); }
H1.HeaderClassName
{
color: #E507F8;
}
.AnyTagClassName
{
color: #E507F8;
}
</style>
background-color css
<style>
a { background-color: #E507F8; }
a { background-color: rgb(229,7,248); }
div.DivClassName
{
background-color: #E507F8;
}
.BgClassName
{
background-color: #E507F8;
}
</style>
border-color css
<style>
span { border-color: #E507F8; }
span { border-color: rgb(229,7,248); }
td.TdClassName
{
border-color: #E507F8;
}
.TagClassName
{
border-color: #E507F8;
}
</style>