Shades of Psychedelic Purple #E42AEC
Tints of Psychedelic Purple #E42AEC
RGB
CMYK
RGB Variations
Color information
#E42AEC (or 0xE42AEC) is known color: Psychedelic Purple. HEX triplet: E4, 2A and EC. RGB value is (228,42,236). Sum of RGB (Red+Green+Blue) = 228+42+236=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #E42AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AEC is #1BD513. Grayscale: #777777. Windows color (decimal): -1824020 or 15477476. OLE color: 15477476.
HSL color Cylindrical-coordinate representation of color #E42AEC: hue angle of 297.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42AEC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 42 | 236 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.07 |
| HSL | 297.53º | 0.84% | 0.55% | - |
| HSV(B) | 297.53º | 0.82% | 0.93% | - |
| XYZ | 47.96 | 24.21 | 81.5 | - |
| YUV | 119.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 236 | 0.03 | 0.82 | 0 | 0.07 | 297.53 | 0.84 | 0.55 |
| Hex | E4 | 2A | EC | 3 | 52 | 0 | 7 | 12A | 54 | 37 |
| Octal | 344 | 52 | 354 | 3 | 122 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100100 | 101010 | 11101100 | 11 | 1010010 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E42AEC
Complementary color
Monochromatic Colors of #E42AEC
Black with #E42AEC
Text Example
Text Example
White with #E42AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AEC; }
p { color: rgb(228,42,236); }
H1.HeaderClassName
{
color: #E42AEC;
}
.AnyTagClassName
{
color: #E42AEC;
}
</style>
background-color css
<style>
a { background-color: #E42AEC; }
a { background-color: rgb(228,42,236); }
div.DivClassName
{
background-color: #E42AEC;
}
.BgClassName
{
background-color: #E42AEC;
}
</style>
border-color css
<style>
span { border-color: #E42AEC; }
span { border-color: rgb(228,42,236); }
td.TdClassName
{
border-color: #E42AEC;
}
.TagClassName
{
border-color: #E42AEC;
}
</style>