Shades of Psychedelic Purple #E624F8
Tints of Psychedelic Purple #E624F8
RGB
CMYK
RGB Variations
Color information
#E624F8 (or 0xE624F8) is known color: Psychedelic Purple. HEX triplet: E6, 24 and F8. RGB value is (230,36,248). Sum of RGB (Red+Green+Blue) = 230+36+248=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #E624F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624F8 is #19DB07. Grayscale: #757575. Windows color (decimal): -1694472 or 16262374. OLE color: 16262374.
HSL color Cylindrical-coordinate representation of color #E624F8: hue angle of 294.91º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E624F8 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 36 | 248 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.03 |
| HSL | 294.91º | 0.94% | 0.56% | - |
| HSV(B) | 294.91º | 0.85% | 0.97% | - |
| XYZ | 50.21 | 24.86 | 90.96 | - |
| YUV | 118.17 | 201.27 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 248 | 0.07 | 0.85 | 0 | 0.03 | 294.91 | 0.94 | 0.56 |
| Hex | E6 | 24 | F8 | 7 | 55 | 0 | 3 | 127 | 5E | 38 |
| Octal | 346 | 44 | 370 | 7 | 125 | 0 | 3 | 447 | 136 | 70 |
| Binary | 11100110 | 100100 | 11111000 | 111 | 1010101 | 0 | 11 | 100100111 | 1011110 | 111000 |
Color Harmonies of #E624F8
Complementary color
Monochromatic Colors of #E624F8
Black with #E624F8
Text Example
Text Example
White with #E624F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E624F8; }
p { color: rgb(230,36,248); }
H1.HeaderClassName
{
color: #E624F8;
}
.AnyTagClassName
{
color: #E624F8;
}
</style>
background-color css
<style>
a { background-color: #E624F8; }
a { background-color: rgb(230,36,248); }
div.DivClassName
{
background-color: #E624F8;
}
.BgClassName
{
background-color: #E624F8;
}
</style>
border-color css
<style>
span { border-color: #E624F8; }
span { border-color: rgb(230,36,248); }
td.TdClassName
{
border-color: #E624F8;
}
.TagClassName
{
border-color: #E624F8;
}
</style>