Shades of Psychedelic Purple #E42AFC
Tints of Psychedelic Purple #E42AFC
RGB
CMYK
RGB Variations
Color information
#E42AFC (or 0xE42AFC) is known color: Psychedelic Purple. HEX triplet: E4, 2A and FC. RGB value is (228,42,252). Sum of RGB (Red+Green+Blue) = 228+42+252=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 42 (16.80% from 255 or 8.05% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E42AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AFC is #1BD503. Grayscale: #787878. Windows color (decimal): -1824004 or 16526052. OLE color: 16526052.
HSL color Cylindrical-coordinate representation of color #E42AFC: hue angle of 293.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42AFC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 42 | 252 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.01 |
| HSL | 293.14º | 0.97% | 0.58% | - |
| HSV(B) | 293.14º | 0.83% | 0.99% | - |
| XYZ | 50.39 | 25.18 | 94.3 | - |
| YUV | 121.55 | 201.62 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 252 | 0.10 | 0.83 | 0 | 0.01 | 293.14 | 0.97 | 0.58 |
| Hex | E4 | 2A | FC | A | 53 | 0 | 1 | 125 | 61 | 3A |
| Octal | 344 | 52 | 374 | 12 | 123 | 0 | 1 | 445 | 141 | 72 |
| Binary | 11100100 | 101010 | 11111100 | 1010 | 1010011 | 0 | 1 | 100100101 | 1100001 | 111010 |
Color Harmonies of #E42AFC
Complementary color
Monochromatic Colors of #E42AFC
Black with #E42AFC
Text Example
Text Example
White with #E42AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AFC; }
p { color: rgb(228,42,252); }
H1.HeaderClassName
{
color: #E42AFC;
}
.AnyTagClassName
{
color: #E42AFC;
}
</style>
background-color css
<style>
a { background-color: #E42AFC; }
a { background-color: rgb(228,42,252); }
div.DivClassName
{
background-color: #E42AFC;
}
.BgClassName
{
background-color: #E42AFC;
}
</style>
border-color css
<style>
span { border-color: #E42AFC; }
span { border-color: rgb(228,42,252); }
td.TdClassName
{
border-color: #E42AFC;
}
.TagClassName
{
border-color: #E42AFC;
}
</style>