Shades of Psychedelic Purple #E61CEF
Tints of Psychedelic Purple #E61CEF
RGB
CMYK
RGB Variations
Color information
#E61CEF (or 0xE61CEF) is known color: Psychedelic Purple. HEX triplet: E6, 1C and EF. RGB value is (230,28,239). Sum of RGB (Red+Green+Blue) = 230+28+239=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #E61CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CEF is #19E310. Grayscale: #6F6F6F. Windows color (decimal): -1696529 or 15670502. OLE color: 15670502.
HSL color Cylindrical-coordinate representation of color #E61CEF: hue angle of 297.44º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CEF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 28 | 239 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.06 |
| HSL | 297.44º | 0.87% | 0.52% | - |
| HSV(B) | 297.44º | 0.88% | 0.94% | - |
| XYZ | 48.63 | 23.89 | 83.71 | - |
| YUV | 112.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 239 | 0.04 | 0.88 | 0 | 0.06 | 297.44 | 0.87 | 0.52 |
| Hex | E6 | 1C | EF | 4 | 58 | 0 | 6 | 129 | 57 | 34 |
| Octal | 346 | 34 | 357 | 4 | 130 | 0 | 6 | 451 | 127 | 64 |
| Binary | 11100110 | 11100 | 11101111 | 100 | 1011000 | 0 | 110 | 100101001 | 1010111 | 110100 |
Color Harmonies of #E61CEF
Complementary color
Monochromatic Colors of #E61CEF
Black with #E61CEF
Text Example
Text Example
White with #E61CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CEF; }
p { color: rgb(230,28,239); }
H1.HeaderClassName
{
color: #E61CEF;
}
.AnyTagClassName
{
color: #E61CEF;
}
</style>
background-color css
<style>
a { background-color: #E61CEF; }
a { background-color: rgb(230,28,239); }
div.DivClassName
{
background-color: #E61CEF;
}
.BgClassName
{
background-color: #E61CEF;
}
</style>
border-color css
<style>
span { border-color: #E61CEF; }
span { border-color: rgb(230,28,239); }
td.TdClassName
{
border-color: #E61CEF;
}
.TagClassName
{
border-color: #E61CEF;
}
</style>