Shades of Psychedelic Purple #E40CED
Tints of Psychedelic Purple #E40CED
RGB
CMYK
RGB Variations
Color information
#E40CED (or 0xE40CED) is known color: Psychedelic Purple. HEX triplet: E4, 0C and ED. RGB value is (228,12,237). Sum of RGB (Red+Green+Blue) = 228+12+237=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E40CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CED is #1BF312. Grayscale: #656565. Windows color (decimal): -1831699 or 15535332. OLE color: 15535332.
HSL color Cylindrical-coordinate representation of color #E40CED: hue angle of 297.6º 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 #E40CED is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 12 | 237 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.07 |
| HSL | 297.6º | 0.9% | 0.49% | - |
| HSV(B) | 297.6º | 0.95% | 0.93% | - |
| XYZ | 47.41 | 22.87 | 82.04 | - |
| YUV | 102.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 237 | 0.04 | 0.95 | 0 | 0.07 | 297.6 | 0.9 | 0.49 |
| Hex | E4 | C | ED | 4 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 344 | 14 | 355 | 4 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100100 | 1100 | 11101101 | 100 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E40CED
Complementary color
Monochromatic Colors of #E40CED
Black with #E40CED
Text Example
Text Example
White with #E40CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CED; }
p { color: rgb(228,12,237); }
H1.HeaderClassName
{
color: #E40CED;
}
.AnyTagClassName
{
color: #E40CED;
}
</style>
background-color css
<style>
a { background-color: #E40CED; }
a { background-color: rgb(228,12,237); }
div.DivClassName
{
background-color: #E40CED;
}
.BgClassName
{
background-color: #E40CED;
}
</style>
border-color css
<style>
span { border-color: #E40CED; }
span { border-color: rgb(228,12,237); }
td.TdClassName
{
border-color: #E40CED;
}
.TagClassName
{
border-color: #E40CED;
}
</style>