Shades of Psychedelic Purple #E602E4
Tints of Psychedelic Purple #E602E4
RGB
CMYK
RGB Variations
Color information
#E602E4 (or 0xE602E4) is known color: Psychedelic Purple. HEX triplet: E6, 02 and E4. RGB value is (230,2,228). Sum of RGB (Red+Green+Blue) = 230+2+228=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E602E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602E4 is #19FD1B. Grayscale: #5F5F5F. Windows color (decimal): -1703196 or 14942950. OLE color: 14942950.
HSL color Cylindrical-coordinate representation of color #E602E4: hue angle of 300.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602E4 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 228 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.10 |
| HSL | 300.53º | 0.98% | 0.45% | - |
| HSV(B) | 300.53º | 0.99% | 0.9% | - |
| XYZ | 46.66 | 22.47 | 75.28 | - |
| YUV | 95.94 | 202.54 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 228 | 0 | 0.99 | 0.01 | 0.10 | 300.53 | 0.98 | 0.45 |
| Hex | E6 | 2 | E4 | 0 | 63 | 1 | A | 12D | 62 | 2D |
| Octal | 346 | 2 | 344 | 0 | 143 | 1 | 12 | 455 | 142 | 55 |
| Binary | 11100110 | 10 | 11100100 | 0 | 1100011 | 1 | 1010 | 100101101 | 1100010 | 101101 |
Color Harmonies of #E602E4
Complementary color
Monochromatic Colors of #E602E4
Black with #E602E4
Text Example
Text Example
White with #E602E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602E4; }
p { color: rgb(230,2,228); }
H1.HeaderClassName
{
color: #E602E4;
}
.AnyTagClassName
{
color: #E602E4;
}
</style>
background-color css
<style>
a { background-color: #E602E4; }
a { background-color: rgb(230,2,228); }
div.DivClassName
{
background-color: #E602E4;
}
.BgClassName
{
background-color: #E602E4;
}
</style>
border-color css
<style>
span { border-color: #E602E4; }
span { border-color: rgb(230,2,228); }
td.TdClassName
{
border-color: #E602E4;
}
.TagClassName
{
border-color: #E602E4;
}
</style>