Shades of Psychedelic Purple #E902EE
Tints of Psychedelic Purple #E902EE
RGB
CMYK
RGB Variations
Color information
#E902EE (or 0xE902EE) is known color: Psychedelic Purple. HEX triplet: E9, 02 and EE. RGB value is (233,2,238). Sum of RGB (Red+Green+Blue) = 233+2+238=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 2 (1.17% from 255 or 0.42% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #E902EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E902EE is #16FD11. Grayscale: #616161. Windows color (decimal): -1506578 or 15598313. OLE color: 15598313.
HSL color Cylindrical-coordinate representation of color #E902EE: hue angle of 298.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902EE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 2 | 238 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.07 |
| HSL | 298.73º | 0.98% | 0.47% | - |
| HSV(B) | 298.73º | 0.99% | 0.93% | - |
| XYZ | 49.06 | 23.54 | 82.85 | - |
| YUV | 97.97 | 207.03 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 238 | 0.02 | 0.99 | 0 | 0.07 | 298.73 | 0.98 | 0.47 |
| Hex | E9 | 2 | EE | 2 | 63 | 0 | 7 | 12B | 62 | 2F |
| Octal | 351 | 2 | 356 | 2 | 143 | 0 | 7 | 453 | 142 | 57 |
| Binary | 11101001 | 10 | 11101110 | 10 | 1100011 | 0 | 111 | 100101011 | 1100010 | 101111 |
Color Harmonies of #E902EE
Complementary color
Monochromatic Colors of #E902EE
Black with #E902EE
Text Example
Text Example
White with #E902EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902EE; }
p { color: rgb(233,2,238); }
H1.HeaderClassName
{
color: #E902EE;
}
.AnyTagClassName
{
color: #E902EE;
}
</style>
background-color css
<style>
a { background-color: #E902EE; }
a { background-color: rgb(233,2,238); }
div.DivClassName
{
background-color: #E902EE;
}
.BgClassName
{
background-color: #E902EE;
}
</style>
border-color css
<style>
span { border-color: #E902EE; }
span { border-color: rgb(233,2,238); }
td.TdClassName
{
border-color: #E902EE;
}
.TagClassName
{
border-color: #E902EE;
}
</style>