Shades of Psychedelic Purple #E104E7
Tints of Psychedelic Purple #E104E7
RGB
CMYK
RGB Variations
Color information
#E104E7 (or 0xE104E7) is known color: Psychedelic Purple. HEX triplet: E1, 04 and E7. RGB value is (225,4,231). Sum of RGB (Red+Green+Blue) = 225+4+231=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #E104E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104E7 is #1EFB18. Grayscale: #5F5F5F. Windows color (decimal): -2030361 or 15140065. OLE color: 15140065.
HSL color Cylindrical-coordinate representation of color #E104E7: hue angle of 298.41º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104E7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 4 | 231 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.09 |
| HSL | 298.41º | 0.97% | 0.46% | - |
| HSV(B) | 298.41º | 0.98% | 0.91% | - |
| XYZ | 45.52 | 21.86 | 77.42 | - |
| YUV | 95.96 | 204.22 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 231 | 0.03 | 0.98 | 0 | 0.09 | 298.41 | 0.97 | 0.46 |
| Hex | E1 | 4 | E7 | 3 | 62 | 0 | 9 | 12A | 61 | 2E |
| Octal | 341 | 4 | 347 | 3 | 142 | 0 | 11 | 452 | 141 | 56 |
| Binary | 11100001 | 100 | 11100111 | 11 | 1100010 | 0 | 1001 | 100101010 | 1100001 | 101110 |
Color Harmonies of #E104E7
Complementary color
Monochromatic Colors of #E104E7
Black with #E104E7
Text Example
Text Example
White with #E104E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104E7; }
p { color: rgb(225,4,231); }
H1.HeaderClassName
{
color: #E104E7;
}
.AnyTagClassName
{
color: #E104E7;
}
</style>
background-color css
<style>
a { background-color: #E104E7; }
a { background-color: rgb(225,4,231); }
div.DivClassName
{
background-color: #E104E7;
}
.BgClassName
{
background-color: #E104E7;
}
</style>
border-color css
<style>
span { border-color: #E104E7; }
span { border-color: rgb(225,4,231); }
td.TdClassName
{
border-color: #E104E7;
}
.TagClassName
{
border-color: #E104E7;
}
</style>