Shades of Psychedelic Purple #E102EA
Tints of Psychedelic Purple #E102EA
RGB
CMYK
RGB Variations
Color information
#E102EA (or 0xE102EA) is known color: Psychedelic Purple. HEX triplet: E1, 02 and EA. RGB value is (225,2,234). Sum of RGB (Red+Green+Blue) = 225+2+234=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #E102EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E102EA is #1EFD15. Grayscale: #5E5E5E. Windows color (decimal): -2030870 or 15336161. OLE color: 15336161.
HSL color Cylindrical-coordinate representation of color #E102EA: hue angle of 297.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102EA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 2 | 234 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.08 |
| HSL | 297.67º | 0.98% | 0.46% | - |
| HSV(B) | 297.67º | 0.99% | 0.92% | - |
| XYZ | 45.92 | 21.99 | 79.67 | - |
| YUV | 95.13 | 206.38 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 234 | 0.04 | 0.99 | 0 | 0.08 | 297.67 | 0.98 | 0.46 |
| Hex | E1 | 2 | EA | 4 | 63 | 0 | 8 | 12A | 62 | 2E |
| Octal | 341 | 2 | 352 | 4 | 143 | 0 | 10 | 452 | 142 | 56 |
| Binary | 11100001 | 10 | 11101010 | 100 | 1100011 | 0 | 1000 | 100101010 | 1100010 | 101110 |
Color Harmonies of #E102EA
Complementary color
Monochromatic Colors of #E102EA
Black with #E102EA
Text Example
Text Example
White with #E102EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102EA; }
p { color: rgb(225,2,234); }
H1.HeaderClassName
{
color: #E102EA;
}
.AnyTagClassName
{
color: #E102EA;
}
</style>
background-color css
<style>
a { background-color: #E102EA; }
a { background-color: rgb(225,2,234); }
div.DivClassName
{
background-color: #E102EA;
}
.BgClassName
{
background-color: #E102EA;
}
</style>
border-color css
<style>
span { border-color: #E102EA; }
span { border-color: rgb(225,2,234); }
td.TdClassName
{
border-color: #E102EA;
}
.TagClassName
{
border-color: #E102EA;
}
</style>