Shades of Psychedelic Purple #E902E5
Tints of Psychedelic Purple #E902E5
RGB
CMYK
RGB Variations
Color information
#E902E5 (or 0xE902E5) is known color: Psychedelic Purple. HEX triplet: E9, 02 and E5. RGB value is (233,2,229). Sum of RGB (Red+Green+Blue) = 233+2+229=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E902E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E902E5 is #16FD1A. Grayscale: #606060. Windows color (decimal): -1506587 or 15008489. OLE color: 15008489.
HSL color Cylindrical-coordinate representation of color #E902E5: hue angle of 301.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902E5 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.09 |
| HSL | 301.04º | 0.98% | 0.46% | - |
| HSV(B) | 301.04º | 0.99% | 0.91% | - |
| XYZ | 47.77 | 23.02 | 76.06 | - |
| YUV | 96.95 | 202.53 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 229 | 0 | 0.99 | 0.02 | 0.09 | 301.04 | 0.98 | 0.46 |
| Hex | E9 | 2 | E5 | 0 | 63 | 2 | 9 | 12D | 62 | 2E |
| Octal | 351 | 2 | 345 | 0 | 143 | 2 | 11 | 455 | 142 | 56 |
| Binary | 11101001 | 10 | 11100101 | 0 | 1100011 | 10 | 1001 | 100101101 | 1100010 | 101110 |
Color Harmonies of #E902E5
Complementary color
Monochromatic Colors of #E902E5
Black with #E902E5
Text Example
Text Example
White with #E902E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902E5; }
p { color: rgb(233,2,229); }
H1.HeaderClassName
{
color: #E902E5;
}
.AnyTagClassName
{
color: #E902E5;
}
</style>
background-color css
<style>
a { background-color: #E902E5; }
a { background-color: rgb(233,2,229); }
div.DivClassName
{
background-color: #E902E5;
}
.BgClassName
{
background-color: #E902E5;
}
</style>
border-color css
<style>
span { border-color: #E902E5; }
span { border-color: rgb(233,2,229); }
td.TdClassName
{
border-color: #E902E5;
}
.TagClassName
{
border-color: #E902E5;
}
</style>