Shades of Psychedelic Purple #E00CED
Tints of Psychedelic Purple #E00CED
RGB
CMYK
RGB Variations
Color information
#E00CED (or 0xE00CED) is known color: Psychedelic Purple. HEX triplet: E0, 0C and ED. RGB value is (224,12,237). Sum of RGB (Red+Green+Blue) = 224+12+237=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #E00CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CED is #1FF312. Grayscale: #646464. Windows color (decimal): -2093843 or 15535328. OLE color: 15535328.
HSL color Cylindrical-coordinate representation of color #E00CED: hue angle of 296.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CED is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 12 | 237 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 296.53º | 0.9% | 0.49% | - |
| HSV(B) | 296.53º | 0.95% | 0.93% | - |
| XYZ | 46.16 | 22.22 | 81.98 | - |
| YUV | 101.04 | 204.74 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 237 | 0.05 | 0.95 | 0 | 0.07 | 296.53 | 0.9 | 0.49 |
| Hex | E0 | C | ED | 5 | 5F | 0 | 7 | 129 | 5A | 31 |
| Octal | 340 | 14 | 355 | 5 | 137 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11100000 | 1100 | 11101101 | 101 | 1011111 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E00CED
Complementary color
Monochromatic Colors of #E00CED
Black with #E00CED
Text Example
Text Example
White with #E00CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CED; }
p { color: rgb(224,12,237); }
H1.HeaderClassName
{
color: #E00CED;
}
.AnyTagClassName
{
color: #E00CED;
}
</style>
background-color css
<style>
a { background-color: #E00CED; }
a { background-color: rgb(224,12,237); }
div.DivClassName
{
background-color: #E00CED;
}
.BgClassName
{
background-color: #E00CED;
}
</style>
border-color css
<style>
span { border-color: #E00CED; }
span { border-color: rgb(224,12,237); }
td.TdClassName
{
border-color: #E00CED;
}
.TagClassName
{
border-color: #E00CED;
}
</style>