Shades of Psychedelic Purple #E902E7
Tints of Psychedelic Purple #E902E7
RGB
CMYK
RGB Variations
Color information
#E902E7 (or 0xE902E7) is known color: Psychedelic Purple. HEX triplet: E9, 02 and E7. RGB value is (233,2,231). Sum of RGB (Red+Green+Blue) = 233+2+231=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E902E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E902E7 is #16FD18. Grayscale: #606060. Windows color (decimal): -1506585 or 15139561. OLE color: 15139561.
HSL color Cylindrical-coordinate representation of color #E902E7: hue angle of 300.52º 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 #E902E7 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 231 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.09 |
| HSL | 300.52º | 0.98% | 0.46% | - |
| HSV(B) | 300.52º | 0.99% | 0.91% | - |
| XYZ | 48.05 | 23.14 | 77.53 | - |
| YUV | 97.18 | 203.53 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 231 | 0 | 0.99 | 0.01 | 0.09 | 300.52 | 0.98 | 0.46 |
| Hex | E9 | 2 | E7 | 0 | 63 | 1 | 9 | 12D | 62 | 2E |
| Octal | 351 | 2 | 347 | 0 | 143 | 1 | 11 | 455 | 142 | 56 |
| Binary | 11101001 | 10 | 11100111 | 0 | 1100011 | 1 | 1001 | 100101101 | 1100010 | 101110 |
Color Harmonies of #E902E7
Complementary color
Monochromatic Colors of #E902E7
Black with #E902E7
Text Example
Text Example
White with #E902E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902E7; }
p { color: rgb(233,2,231); }
H1.HeaderClassName
{
color: #E902E7;
}
.AnyTagClassName
{
color: #E902E7;
}
</style>
background-color css
<style>
a { background-color: #E902E7; }
a { background-color: rgb(233,2,231); }
div.DivClassName
{
background-color: #E902E7;
}
.BgClassName
{
background-color: #E902E7;
}
</style>
border-color css
<style>
span { border-color: #E902E7; }
span { border-color: rgb(233,2,231); }
td.TdClassName
{
border-color: #E902E7;
}
.TagClassName
{
border-color: #E902E7;
}
</style>