Shades of Psychedelic Purple #E802F8
Tints of Psychedelic Purple #E802F8
RGB
CMYK
RGB Variations
Color information
#E802F8 (or 0xE802F8) is known color: Psychedelic Purple. HEX triplet: E8, 02 and F8. RGB value is (232,2,248). Sum of RGB (Red+Green+Blue) = 232+2+248=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #E802F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802F8 is #17FD07. Grayscale: #626262. Windows color (decimal): -1572104 or 16253672. OLE color: 16253672.
HSL color Cylindrical-coordinate representation of color #E802F8: hue angle of 296.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802F8 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 2 | 248 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.03 |
| HSL | 296.1º | 0.98% | 0.49% | - |
| HSV(B) | 296.1º | 0.99% | 0.97% | - |
| XYZ | 50.24 | 23.98 | 90.79 | - |
| YUV | 98.81 | 212.2 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 248 | 0.06 | 0.99 | 0 | 0.03 | 296.1 | 0.98 | 0.49 |
| Hex | E8 | 2 | F8 | 6 | 63 | 0 | 3 | 128 | 62 | 31 |
| Octal | 350 | 2 | 370 | 6 | 143 | 0 | 3 | 450 | 142 | 61 |
| Binary | 11101000 | 10 | 11111000 | 110 | 1100011 | 0 | 11 | 100101000 | 1100010 | 110001 |
Color Harmonies of #E802F8
Complementary color
Monochromatic Colors of #E802F8
Black with #E802F8
Text Example
Text Example
White with #E802F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802F8; }
p { color: rgb(232,2,248); }
H1.HeaderClassName
{
color: #E802F8;
}
.AnyTagClassName
{
color: #E802F8;
}
</style>
background-color css
<style>
a { background-color: #E802F8; }
a { background-color: rgb(232,2,248); }
div.DivClassName
{
background-color: #E802F8;
}
.BgClassName
{
background-color: #E802F8;
}
</style>
border-color css
<style>
span { border-color: #E802F8; }
span { border-color: rgb(232,2,248); }
td.TdClassName
{
border-color: #E802F8;
}
.TagClassName
{
border-color: #E802F8;
}
</style>