Shades of Psychedelic Purple #E00EE3
Tints of Psychedelic Purple #E00EE3
RGB
CMYK
RGB Variations
Color information
#E00EE3 (or 0xE00EE3) is known color: Psychedelic Purple. HEX triplet: E0, 0E and E3. RGB value is (224,14,227). Sum of RGB (Red+Green+Blue) = 224+14+227=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #E00EE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EE3 is #1FF11C. Grayscale: #646464. Windows color (decimal): -2093341 or 14880480. OLE color: 14880480.
HSL color Cylindrical-coordinate representation of color #E00EE3: hue angle of 299.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EE3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 14 | 227 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.11 |
| HSL | 299.15º | 0.88% | 0.47% | - |
| HSV(B) | 299.15º | 0.94% | 0.89% | - |
| XYZ | 44.76 | 21.71 | 74.5 | - |
| YUV | 101.07 | 199.07 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 227 | 0.01 | 0.94 | 0 | 0.11 | 299.15 | 0.88 | 0.47 |
| Hex | E0 | E | E3 | 1 | 5E | 0 | B | 12B | 58 | 2F |
| Octal | 340 | 16 | 343 | 1 | 136 | 0 | 13 | 453 | 130 | 57 |
| Binary | 11100000 | 1110 | 11100011 | 1 | 1011110 | 0 | 1011 | 100101011 | 1011000 | 101111 |
Color Harmonies of #E00EE3
Complementary color
Monochromatic Colors of #E00EE3
Black with #E00EE3
Text Example
Text Example
White with #E00EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EE3; }
p { color: rgb(224,14,227); }
H1.HeaderClassName
{
color: #E00EE3;
}
.AnyTagClassName
{
color: #E00EE3;
}
</style>
background-color css
<style>
a { background-color: #E00EE3; }
a { background-color: rgb(224,14,227); }
div.DivClassName
{
background-color: #E00EE3;
}
.BgClassName
{
background-color: #E00EE3;
}
</style>
border-color css
<style>
span { border-color: #E00EE3; }
span { border-color: rgb(224,14,227); }
td.TdClassName
{
border-color: #E00EE3;
}
.TagClassName
{
border-color: #E00EE3;
}
</style>