Shades of Psychedelic Purple #E00CF1
Tints of Psychedelic Purple #E00CF1
RGB
CMYK
RGB Variations
Color information
#E00CF1 (or 0xE00CF1) is known color: Psychedelic Purple. HEX triplet: E0, 0C and F1. RGB value is (224,12,241). Sum of RGB (Red+Green+Blue) = 224+12+241=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #E00CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CF1 is #1FF30E. Grayscale: #646464. Windows color (decimal): -2093839 or 15797472. OLE color: 15797472.
HSL color Cylindrical-coordinate representation of color #E00CF1: hue angle of 295.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CF1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 12 | 241 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.05 |
| HSL | 295.55º | 0.91% | 0.5% | - |
| HSV(B) | 295.55º | 0.95% | 0.95% | - |
| XYZ | 46.75 | 22.46 | 85.09 | - |
| YUV | 101.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 241 | 0.07 | 0.95 | 0 | 0.05 | 295.55 | 0.91 | 0.5 |
| Hex | E0 | C | F1 | 7 | 5F | 0 | 5 | 128 | 5B | 32 |
| Octal | 340 | 14 | 361 | 7 | 137 | 0 | 5 | 450 | 133 | 62 |
| Binary | 11100000 | 1100 | 11110001 | 111 | 1011111 | 0 | 101 | 100101000 | 1011011 | 110010 |
Color Harmonies of #E00CF1
Complementary color
Monochromatic Colors of #E00CF1
Black with #E00CF1
Text Example
Text Example
White with #E00CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CF1; }
p { color: rgb(224,12,241); }
H1.HeaderClassName
{
color: #E00CF1;
}
.AnyTagClassName
{
color: #E00CF1;
}
</style>
background-color css
<style>
a { background-color: #E00CF1; }
a { background-color: rgb(224,12,241); }
div.DivClassName
{
background-color: #E00CF1;
}
.BgClassName
{
background-color: #E00CF1;
}
</style>
border-color css
<style>
span { border-color: #E00CF1; }
span { border-color: rgb(224,12,241); }
td.TdClassName
{
border-color: #E00CF1;
}
.TagClassName
{
border-color: #E00CF1;
}
</style>