Shades of Psychedelic Purple #E902F7
Tints of Psychedelic Purple #E902F7
RGB
CMYK
RGB Variations
Color information
#E902F7 (or 0xE902F7) is known color: Psychedelic Purple. HEX triplet: E9, 02 and F7. RGB value is (233,2,247). Sum of RGB (Red+Green+Blue) = 233+2+247=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #E902F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E902F7 is #16FD08. Grayscale: #626262. Windows color (decimal): -1506569 or 16188137. OLE color: 16188137.
HSL color Cylindrical-coordinate representation of color #E902F7: hue angle of 296.57º 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 #E902F7 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 2 | 247 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.03 |
| HSL | 296.57º | 0.98% | 0.49% | - |
| HSV(B) | 296.57º | 0.99% | 0.97% | - |
| XYZ | 50.41 | 24.08 | 89.99 | - |
| YUV | 99 | 211.53 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 247 | 0.06 | 0.99 | 0 | 0.03 | 296.57 | 0.98 | 0.49 |
| Hex | E9 | 2 | F7 | 6 | 63 | 0 | 3 | 129 | 62 | 31 |
| Octal | 351 | 2 | 367 | 6 | 143 | 0 | 3 | 451 | 142 | 61 |
| Binary | 11101001 | 10 | 11110111 | 110 | 1100011 | 0 | 11 | 100101001 | 1100010 | 110001 |
Color Harmonies of #E902F7
Complementary color
Monochromatic Colors of #E902F7
Black with #E902F7
Text Example
Text Example
White with #E902F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902F7; }
p { color: rgb(233,2,247); }
H1.HeaderClassName
{
color: #E902F7;
}
.AnyTagClassName
{
color: #E902F7;
}
</style>
background-color css
<style>
a { background-color: #E902F7; }
a { background-color: rgb(233,2,247); }
div.DivClassName
{
background-color: #E902F7;
}
.BgClassName
{
background-color: #E902F7;
}
</style>
border-color css
<style>
span { border-color: #E902F7; }
span { border-color: rgb(233,2,247); }
td.TdClassName
{
border-color: #E902F7;
}
.TagClassName
{
border-color: #E902F7;
}
</style>