Shades of Psychedelic Purple #E61CEA
Tints of Psychedelic Purple #E61CEA
RGB
CMYK
RGB Variations
Color information
#E61CEA (or 0xE61CEA) is known color: Psychedelic Purple. HEX triplet: E6, 1C and EA. RGB value is (230,28,234). Sum of RGB (Red+Green+Blue) = 230+28+234=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #E61CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CEA is #19E315. Grayscale: #6F6F6F. Windows color (decimal): -1696534 or 15342822. OLE color: 15342822.
HSL color Cylindrical-coordinate representation of color #E61CEA: hue angle of 298.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CEA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 28 | 234 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.08 |
| HSL | 298.84º | 0.83% | 0.51% | - |
| HSV(B) | 298.84º | 0.88% | 0.92% | - |
| XYZ | 47.9 | 23.59 | 79.87 | - |
| YUV | 111.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 234 | 0.02 | 0.88 | 0 | 0.08 | 298.84 | 0.83 | 0.51 |
| Hex | E6 | 1C | EA | 2 | 58 | 0 | 8 | 12B | 53 | 33 |
| Octal | 346 | 34 | 352 | 2 | 130 | 0 | 10 | 453 | 123 | 63 |
| Binary | 11100110 | 11100 | 11101010 | 10 | 1011000 | 0 | 1000 | 100101011 | 1010011 | 110011 |
Color Harmonies of #E61CEA
Complementary color
Monochromatic Colors of #E61CEA
Black with #E61CEA
Text Example
Text Example
White with #E61CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CEA; }
p { color: rgb(230,28,234); }
H1.HeaderClassName
{
color: #E61CEA;
}
.AnyTagClassName
{
color: #E61CEA;
}
</style>
background-color css
<style>
a { background-color: #E61CEA; }
a { background-color: rgb(230,28,234); }
div.DivClassName
{
background-color: #E61CEA;
}
.BgClassName
{
background-color: #E61CEA;
}
</style>
border-color css
<style>
span { border-color: #E61CEA; }
span { border-color: rgb(230,28,234); }
td.TdClassName
{
border-color: #E61CEA;
}
.TagClassName
{
border-color: #E61CEA;
}
</style>