Shades of Psychedelic Purple #E42CFC
Tints of Psychedelic Purple #E42CFC
RGB
CMYK
RGB Variations
Color information
#E42CFC (or 0xE42CFC) is known color: Psychedelic Purple. HEX triplet: E4, 2C and FC. RGB value is (228,44,252). Sum of RGB (Red+Green+Blue) = 228+44+252=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 44 (17.58% from 255 or 8.40% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #E42CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CFC is #1BD303. Grayscale: #7A7A7A. Windows color (decimal): -1823492 or 16526564. OLE color: 16526564.
HSL color Cylindrical-coordinate representation of color #E42CFC: hue angle of 293.08º 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 #E42CFC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 44 | 252 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.01 |
| HSL | 293.08º | 0.97% | 0.58% | - |
| HSV(B) | 293.08º | 0.83% | 0.99% | - |
| XYZ | 50.47 | 25.32 | 94.32 | - |
| YUV | 122.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 252 | 0.10 | 0.83 | 0 | 0.01 | 293.08 | 0.97 | 0.58 |
| Hex | E4 | 2C | FC | A | 53 | 0 | 1 | 125 | 61 | 3A |
| Octal | 344 | 54 | 374 | 12 | 123 | 0 | 1 | 445 | 141 | 72 |
| Binary | 11100100 | 101100 | 11111100 | 1010 | 1010011 | 0 | 1 | 100100101 | 1100001 | 111010 |
Color Harmonies of #E42CFC
Complementary color
Monochromatic Colors of #E42CFC
Black with #E42CFC
Text Example
Text Example
White with #E42CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CFC; }
p { color: rgb(228,44,252); }
H1.HeaderClassName
{
color: #E42CFC;
}
.AnyTagClassName
{
color: #E42CFC;
}
</style>
background-color css
<style>
a { background-color: #E42CFC; }
a { background-color: rgb(228,44,252); }
div.DivClassName
{
background-color: #E42CFC;
}
.BgClassName
{
background-color: #E42CFC;
}
</style>
border-color css
<style>
span { border-color: #E42CFC; }
span { border-color: rgb(228,44,252); }
td.TdClassName
{
border-color: #E42CFC;
}
.TagClassName
{
border-color: #E42CFC;
}
</style>