Shades of Psychedelic Purple #E40CEC
Tints of Psychedelic Purple #E40CEC
RGB
CMYK
RGB Variations
Color information
#E40CEC (or 0xE40CEC) is known color: Psychedelic Purple. HEX triplet: E4, 0C and EC. RGB value is (228,12,236). Sum of RGB (Red+Green+Blue) = 228+12+236=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E40CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CEC is #1BF313. Grayscale: #656565. Windows color (decimal): -1831700 or 15469796. OLE color: 15469796.
HSL color Cylindrical-coordinate representation of color #E40CEC: hue angle of 297.86º 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 #E40CEC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 12 | 236 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 297.86º | 0.9% | 0.49% | - |
| HSV(B) | 297.86º | 0.95% | 0.93% | - |
| XYZ | 47.27 | 22.81 | 81.27 | - |
| YUV | 102.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 236 | 0.03 | 0.95 | 0 | 0.07 | 297.86 | 0.9 | 0.49 |
| Hex | E4 | C | EC | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 344 | 14 | 354 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100100 | 1100 | 11101100 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E40CEC
Complementary color
Monochromatic Colors of #E40CEC
Black with #E40CEC
Text Example
Text Example
White with #E40CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CEC; }
p { color: rgb(228,12,236); }
H1.HeaderClassName
{
color: #E40CEC;
}
.AnyTagClassName
{
color: #E40CEC;
}
</style>
background-color css
<style>
a { background-color: #E40CEC; }
a { background-color: rgb(228,12,236); }
div.DivClassName
{
background-color: #E40CEC;
}
.BgClassName
{
background-color: #E40CEC;
}
</style>
border-color css
<style>
span { border-color: #E40CEC; }
span { border-color: rgb(228,12,236); }
td.TdClassName
{
border-color: #E40CEC;
}
.TagClassName
{
border-color: #E40CEC;
}
</style>