Shades of Psychedelic Purple #E00CF9
Tints of Psychedelic Purple #E00CF9
RGB
CMYK
RGB Variations
Color information
#E00CF9 (or 0xE00CF9) is known color: Psychedelic Purple. HEX triplet: E0, 0C and F9. RGB value is (224,12,249). Sum of RGB (Red+Green+Blue) = 224+12+249=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #E00CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CF9 is #1FF306. Grayscale: #656565. Windows color (decimal): -2093831 or 16321760. OLE color: 16321760.
HSL color Cylindrical-coordinate representation of color #E00CF9: hue angle of 293.67º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CF9 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 12 | 249 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.02 |
| HSL | 293.67º | 0.95% | 0.51% | - |
| HSV(B) | 293.67º | 0.95% | 0.98% | - |
| XYZ | 47.97 | 22.95 | 91.52 | - |
| YUV | 102.41 | 210.74 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 249 | 0.10 | 0.95 | 0 | 0.02 | 293.67 | 0.95 | 0.51 |
| Hex | E0 | C | F9 | A | 5F | 0 | 2 | 126 | 5F | 33 |
| Octal | 340 | 14 | 371 | 12 | 137 | 0 | 2 | 446 | 137 | 63 |
| Binary | 11100000 | 1100 | 11111001 | 1010 | 1011111 | 0 | 10 | 100100110 | 1011111 | 110011 |
Color Harmonies of #E00CF9
Complementary color
Monochromatic Colors of #E00CF9
Black with #E00CF9
Text Example
Text Example
White with #E00CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CF9; }
p { color: rgb(224,12,249); }
H1.HeaderClassName
{
color: #E00CF9;
}
.AnyTagClassName
{
color: #E00CF9;
}
</style>
background-color css
<style>
a { background-color: #E00CF9; }
a { background-color: rgb(224,12,249); }
div.DivClassName
{
background-color: #E00CF9;
}
.BgClassName
{
background-color: #E00CF9;
}
</style>
border-color css
<style>
span { border-color: #E00CF9; }
span { border-color: rgb(224,12,249); }
td.TdClassName
{
border-color: #E00CF9;
}
.TagClassName
{
border-color: #E00CF9;
}
</style>