Shades of Psychedelic Purple #E01CFF
Tints of Psychedelic Purple #E01CFF
RGB
CMYK
RGB Variations
Color information
#E01CFF (or 0xE01CFF) is known color: Psychedelic Purple. HEX triplet: E0, 1C and FF. RGB value is (224,28,255). Sum of RGB (Red+Green+Blue) = 224+28+255=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E01CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CFF is #1FE300. Grayscale: #6F6F6F. Windows color (decimal): -2089729 or 16719072. OLE color: 16719072.
HSL color Cylindrical-coordinate representation of color #E01CFF: hue angle of 291.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01CFF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 28 | 255 | - |
| CMYK | 0.12 | 0.89 | 0 | 0 |
| HSL | 291.81º | 1% | 0.55% | - |
| HSV(B) | 291.81º | 0.89% | 1% | - |
| XYZ | 49.21 | 23.9 | 96.63 | - |
| YUV | 112.48 | 208.43 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 255 | 0.12 | 0.89 | 0 | 0 | 291.81 | 1 | 0.55 |
| Hex | E0 | 1C | FF | C | 59 | 0 | 0 | 124 | 64 | 37 |
| Octal | 340 | 34 | 377 | 14 | 131 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100000 | 11100 | 11111111 | 1100 | 1011001 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E01CFF
Complementary color
Monochromatic Colors of #E01CFF
Black with #E01CFF
Text Example
Text Example
White with #E01CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CFF; }
p { color: rgb(224,28,255); }
H1.HeaderClassName
{
color: #E01CFF;
}
.AnyTagClassName
{
color: #E01CFF;
}
</style>
background-color css
<style>
a { background-color: #E01CFF; }
a { background-color: rgb(224,28,255); }
div.DivClassName
{
background-color: #E01CFF;
}
.BgClassName
{
background-color: #E01CFF;
}
</style>
border-color css
<style>
span { border-color: #E01CFF; }
span { border-color: rgb(224,28,255); }
td.TdClassName
{
border-color: #E01CFF;
}
.TagClassName
{
border-color: #E01CFF;
}
</style>