Shades of Psychedelic Purple #E41CE6
Tints of Psychedelic Purple #E41CE6
RGB
CMYK
RGB Variations
Color information
#E41CE6 (or 0xE41CE6) is known color: Psychedelic Purple. HEX triplet: E4, 1C and E6. RGB value is (228,28,230). Sum of RGB (Red+Green+Blue) = 228+28+230=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #E41CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CE6 is #1BE319. Grayscale: #6E6E6E. Windows color (decimal): -1827610 or 15080676. OLE color: 15080676.
HSL color Cylindrical-coordinate representation of color #E41CE6: hue angle of 299.41º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41CE6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 28 | 230 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.10 |
| HSL | 299.41º | 0.8% | 0.51% | - |
| HSV(B) | 299.41º | 0.88% | 0.9% | - |
| XYZ | 46.69 | 23.04 | 76.85 | - |
| YUV | 110.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 230 | 0.01 | 0.88 | 0 | 0.10 | 299.41 | 0.8 | 0.51 |
| Hex | E4 | 1C | E6 | 1 | 58 | 0 | A | 12B | 50 | 33 |
| Octal | 344 | 34 | 346 | 1 | 130 | 0 | 12 | 453 | 120 | 63 |
| Binary | 11100100 | 11100 | 11100110 | 1 | 1011000 | 0 | 1010 | 100101011 | 1010000 | 110011 |
Color Harmonies of #E41CE6
Complementary color
Monochromatic Colors of #E41CE6
Black with #E41CE6
Text Example
Text Example
White with #E41CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CE6; }
p { color: rgb(228,28,230); }
H1.HeaderClassName
{
color: #E41CE6;
}
.AnyTagClassName
{
color: #E41CE6;
}
</style>
background-color css
<style>
a { background-color: #E41CE6; }
a { background-color: rgb(228,28,230); }
div.DivClassName
{
background-color: #E41CE6;
}
.BgClassName
{
background-color: #E41CE6;
}
</style>
border-color css
<style>
span { border-color: #E41CE6; }
span { border-color: rgb(228,28,230); }
td.TdClassName
{
border-color: #E41CE6;
}
.TagClassName
{
border-color: #E41CE6;
}
</style>