Shades of Psychedelic Purple #E42CFF
Tints of Psychedelic Purple #E42CFF
RGB
CMYK
RGB Variations
Color information
#E42CFF (or 0xE42CFF) is known color: Psychedelic Purple. HEX triplet: E4, 2C and FF. RGB value is (228,44,255). Sum of RGB (Red+Green+Blue) = 228+44+255=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CFF is #1BD300. Grayscale: #7A7A7A. Windows color (decimal): -1823489 or 16723172. OLE color: 16723172.
HSL color Cylindrical-coordinate representation of color #E42CFF: hue angle of 292.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42CFF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 44 | 255 | - |
| CMYK | 0.11 | 0.83 | 0 | 0 |
| HSL | 292.32º | 1% | 0.59% | - |
| HSV(B) | 292.32º | 0.83% | 1% | - |
| XYZ | 50.95 | 25.52 | 96.85 | - |
| YUV | 123.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 255 | 0.11 | 0.83 | 0 | 0 | 292.32 | 1 | 0.59 |
| Hex | E4 | 2C | FF | B | 53 | 0 | 0 | 124 | 64 | 3B |
| Octal | 344 | 54 | 377 | 13 | 123 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100100 | 101100 | 11111111 | 1011 | 1010011 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E42CFF
Complementary color
Monochromatic Colors of #E42CFF
Black with #E42CFF
Text Example
Text Example
White with #E42CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CFF; }
p { color: rgb(228,44,255); }
H1.HeaderClassName
{
color: #E42CFF;
}
.AnyTagClassName
{
color: #E42CFF;
}
</style>
background-color css
<style>
a { background-color: #E42CFF; }
a { background-color: rgb(228,44,255); }
div.DivClassName
{
background-color: #E42CFF;
}
.BgClassName
{
background-color: #E42CFF;
}
</style>
border-color css
<style>
span { border-color: #E42CFF; }
span { border-color: rgb(228,44,255); }
td.TdClassName
{
border-color: #E42CFF;
}
.TagClassName
{
border-color: #E42CFF;
}
</style>