Shades of Psychedelic Purple #E41FEA
Tints of Psychedelic Purple #E41FEA
RGB
CMYK
RGB Variations
Color information
#E41FEA (or 0xE41FEA) is known color: Psychedelic Purple. HEX triplet: E4, 1F and EA. RGB value is (228,31,234). Sum of RGB (Red+Green+Blue) = 228+31+234=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #E41FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41FEA is #1BE015. Grayscale: #707070. Windows color (decimal): -1826838 or 15343588. OLE color: 15343588.
HSL color Cylindrical-coordinate representation of color #E41FEA: hue angle of 298.23º degrees, saturation: 0.83, 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 #E41FEA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 31 | 234 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.08 |
| HSL | 298.23º | 0.83% | 0.52% | - |
| HSV(B) | 298.23º | 0.87% | 0.92% | - |
| XYZ | 47.34 | 23.41 | 79.87 | - |
| YUV | 113.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 234 | 0.03 | 0.87 | 0 | 0.08 | 298.23 | 0.83 | 0.52 |
| Hex | E4 | 1F | EA | 3 | 57 | 0 | 8 | 12A | 53 | 34 |
| Octal | 344 | 37 | 352 | 3 | 127 | 0 | 10 | 452 | 123 | 64 |
| Binary | 11100100 | 11111 | 11101010 | 11 | 1010111 | 0 | 1000 | 100101010 | 1010011 | 110100 |
Color Harmonies of #E41FEA
Complementary color
Monochromatic Colors of #E41FEA
Black with #E41FEA
Text Example
Text Example
White with #E41FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41FEA; }
p { color: rgb(228,31,234); }
H1.HeaderClassName
{
color: #E41FEA;
}
.AnyTagClassName
{
color: #E41FEA;
}
</style>
background-color css
<style>
a { background-color: #E41FEA; }
a { background-color: rgb(228,31,234); }
div.DivClassName
{
background-color: #E41FEA;
}
.BgClassName
{
background-color: #E41FEA;
}
</style>
border-color css
<style>
span { border-color: #E41FEA; }
span { border-color: rgb(228,31,234); }
td.TdClassName
{
border-color: #E41FEA;
}
.TagClassName
{
border-color: #E41FEA;
}
</style>