Shades of Psychedelic Purple #E002E4
Tints of Psychedelic Purple #E002E4
RGB
CMYK
RGB Variations
Color information
#E002E4 (or 0xE002E4) is known color: Psychedelic Purple. HEX triplet: E0, 02 and E4. RGB value is (224,2,228). Sum of RGB (Red+Green+Blue) = 224+2+228=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #E002E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002E4 is #1FFD1B. Grayscale: #5D5D5D. Windows color (decimal): -2096412 or 14942944. OLE color: 14942944.
HSL color Cylindrical-coordinate representation of color #E002E4: hue angle of 298.94º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002E4 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 2 | 228 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.11 |
| HSL | 298.94º | 0.98% | 0.45% | - |
| HSV(B) | 298.94º | 0.99% | 0.89% | - |
| XYZ | 44.77 | 21.49 | 75.19 | - |
| YUV | 94.14 | 203.55 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 228 | 0.02 | 0.99 | 0 | 0.11 | 298.94 | 0.98 | 0.45 |
| Hex | E0 | 2 | E4 | 2 | 63 | 0 | B | 12B | 62 | 2D |
| Octal | 340 | 2 | 344 | 2 | 143 | 0 | 13 | 453 | 142 | 55 |
| Binary | 11100000 | 10 | 11100100 | 10 | 1100011 | 0 | 1011 | 100101011 | 1100010 | 101101 |
Color Harmonies of #E002E4
Complementary color
Monochromatic Colors of #E002E4
Black with #E002E4
Text Example
Text Example
White with #E002E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002E4; }
p { color: rgb(224,2,228); }
H1.HeaderClassName
{
color: #E002E4;
}
.AnyTagClassName
{
color: #E002E4;
}
</style>
background-color css
<style>
a { background-color: #E002E4; }
a { background-color: rgb(224,2,228); }
div.DivClassName
{
background-color: #E002E4;
}
.BgClassName
{
background-color: #E002E4;
}
</style>
border-color css
<style>
span { border-color: #E002E4; }
span { border-color: rgb(224,2,228); }
td.TdClassName
{
border-color: #E002E4;
}
.TagClassName
{
border-color: #E002E4;
}
</style>