Shades of Psychedelic Purple #E100E4
Tints of Psychedelic Purple #E100E4
RGB
CMYK
RGB Variations
Color information
#E100E4 (or 0xE100E4) is known color: Psychedelic Purple. HEX triplet: E1, 00 and E4. RGB value is (225,0,228). Sum of RGB (Red+Green+Blue) = 225+0+228=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #E100E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100E4 is #1EFF1B. Grayscale: #5C5C5C. Windows color (decimal): -2031388 or 14942433. OLE color: 14942433.
HSL color Cylindrical-coordinate representation of color #E100E4: hue angle of 299.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100E4 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 0 | 228 | - |
| CMYK | 0.01 | 1 | 0 | 0.11 |
| HSL | 299.21º | 1% | 0.45% | - |
| HSV(B) | 299.21º | 1% | 0.89% | - |
| XYZ | 45.05 | 21.61 | 75.2 | - |
| YUV | 93.27 | 204.04 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 228 | 0.01 | 1 | 0 | 0.11 | 299.21 | 1 | 0.45 |
| Hex | E1 | 0 | E4 | 1 | 64 | 0 | B | 12B | 64 | 2D |
| Octal | 341 | 0 | 344 | 1 | 144 | 0 | 13 | 453 | 144 | 55 |
| Binary | 11100001 | 0 | 11100100 | 1 | 1100100 | 0 | 1011 | 100101011 | 1100100 | 101101 |
Color Harmonies of #E100E4
Complementary color
Monochromatic Colors of #E100E4
Black with #E100E4
Text Example
Text Example
White with #E100E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E100E4; }
p { color: rgb(225,0,228); }
H1.HeaderClassName
{
color: #E100E4;
}
.AnyTagClassName
{
color: #E100E4;
}
</style>
background-color css
<style>
a { background-color: #E100E4; }
a { background-color: rgb(225,0,228); }
div.DivClassName
{
background-color: #E100E4;
}
.BgClassName
{
background-color: #E100E4;
}
</style>
border-color css
<style>
span { border-color: #E100E4; }
span { border-color: rgb(225,0,228); }
td.TdClassName
{
border-color: #E100E4;
}
.TagClassName
{
border-color: #E100E4;
}
</style>