Shades of Psychedelic Purple #E40CEF
Tints of Psychedelic Purple #E40CEF
RGB
CMYK
RGB Variations
Color information
#E40CEF (or 0xE40CEF) is known color: Psychedelic Purple. HEX triplet: E4, 0C and EF. RGB value is (228,12,239). Sum of RGB (Red+Green+Blue) = 228+12+239=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #E40CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CEF is #1BF310. Grayscale: #656565. Windows color (decimal): -1831697 or 15666404. OLE color: 15666404.
HSL color Cylindrical-coordinate representation of color #E40CEF: hue angle of 297.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CEF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 12 | 239 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.06 |
| HSL | 297.09º | 0.9% | 0.49% | - |
| HSV(B) | 297.09º | 0.95% | 0.94% | - |
| XYZ | 47.71 | 22.99 | 83.58 | - |
| YUV | 102.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 239 | 0.05 | 0.95 | 0 | 0.06 | 297.09 | 0.9 | 0.49 |
| Hex | E4 | C | EF | 5 | 5F | 0 | 6 | 129 | 5A | 31 |
| Octal | 344 | 14 | 357 | 5 | 137 | 0 | 6 | 451 | 132 | 61 |
| Binary | 11100100 | 1100 | 11101111 | 101 | 1011111 | 0 | 110 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E40CEF
Complementary color
Monochromatic Colors of #E40CEF
Black with #E40CEF
Text Example
Text Example
White with #E40CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CEF; }
p { color: rgb(228,12,239); }
H1.HeaderClassName
{
color: #E40CEF;
}
.AnyTagClassName
{
color: #E40CEF;
}
</style>
background-color css
<style>
a { background-color: #E40CEF; }
a { background-color: rgb(228,12,239); }
div.DivClassName
{
background-color: #E40CEF;
}
.BgClassName
{
background-color: #E40CEF;
}
</style>
border-color css
<style>
span { border-color: #E40CEF; }
span { border-color: rgb(228,12,239); }
td.TdClassName
{
border-color: #E40CEF;
}
.TagClassName
{
border-color: #E40CEF;
}
</style>