Shades of Psychedelic Purple #E41EEB
Tints of Psychedelic Purple #E41EEB
RGB
CMYK
RGB Variations
Color information
#E41EEB (or 0xE41EEB) is known color: Psychedelic Purple. HEX triplet: E4, 1E and EB. RGB value is (228,30,235). Sum of RGB (Red+Green+Blue) = 228+30+235=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #E41EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41EEB is #1BE114. Grayscale: #6F6F6F. Windows color (decimal): -1827093 or 15408868. OLE color: 15408868.
HSL color Cylindrical-coordinate representation of color #E41EEB: hue angle of 297.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EEB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 30 | 235 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.08 |
| HSL | 297.95º | 0.84% | 0.52% | - |
| HSV(B) | 297.95º | 0.87% | 0.92% | - |
| XYZ | 47.45 | 23.42 | 80.62 | - |
| YUV | 112.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 235 | 0.03 | 0.87 | 0 | 0.08 | 297.95 | 0.84 | 0.52 |
| Hex | E4 | 1E | EB | 3 | 57 | 0 | 8 | 12A | 54 | 34 |
| Octal | 344 | 36 | 353 | 3 | 127 | 0 | 10 | 452 | 124 | 64 |
| Binary | 11100100 | 11110 | 11101011 | 11 | 1010111 | 0 | 1000 | 100101010 | 1010100 | 110100 |
Color Harmonies of #E41EEB
Complementary color
Monochromatic Colors of #E41EEB
Black with #E41EEB
Text Example
Text Example
White with #E41EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41EEB; }
p { color: rgb(228,30,235); }
H1.HeaderClassName
{
color: #E41EEB;
}
.AnyTagClassName
{
color: #E41EEB;
}
</style>
background-color css
<style>
a { background-color: #E41EEB; }
a { background-color: rgb(228,30,235); }
div.DivClassName
{
background-color: #E41EEB;
}
.BgClassName
{
background-color: #E41EEB;
}
</style>
border-color css
<style>
span { border-color: #E41EEB; }
span { border-color: rgb(228,30,235); }
td.TdClassName
{
border-color: #E41EEB;
}
.TagClassName
{
border-color: #E41EEB;
}
</style>