Shades of Psychedelic Purple #E60CF3
Tints of Psychedelic Purple #E60CF3
RGB
CMYK
RGB Variations
Color information
#E60CF3 (or 0xE60CF3) is known color: Psychedelic Purple. HEX triplet: E6, 0C and F3. RGB value is (230,12,243). Sum of RGB (Red+Green+Blue) = 230+12+243=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #E60CF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60CF3 is #19F30C. Grayscale: #666666. Windows color (decimal): -1700621 or 15928550. OLE color: 15928550.
HSL color Cylindrical-coordinate representation of color #E60CF3: hue angle of 296.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CF3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 12 | 243 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.05 |
| HSL | 296.62º | 0.91% | 0.5% | - |
| HSV(B) | 296.62º | 0.95% | 0.95% | - |
| XYZ | 48.94 | 23.56 | 86.76 | - |
| YUV | 103.52 | 206.72 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 243 | 0.05 | 0.95 | 0 | 0.05 | 296.62 | 0.91 | 0.5 |
| Hex | E6 | C | F3 | 5 | 5F | 0 | 5 | 129 | 5B | 32 |
| Octal | 346 | 14 | 363 | 5 | 137 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11100110 | 1100 | 11110011 | 101 | 1011111 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E60CF3
Complementary color
Monochromatic Colors of #E60CF3
Black with #E60CF3
Text Example
Text Example
White with #E60CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CF3; }
p { color: rgb(230,12,243); }
H1.HeaderClassName
{
color: #E60CF3;
}
.AnyTagClassName
{
color: #E60CF3;
}
</style>
background-color css
<style>
a { background-color: #E60CF3; }
a { background-color: rgb(230,12,243); }
div.DivClassName
{
background-color: #E60CF3;
}
.BgClassName
{
background-color: #E60CF3;
}
</style>
border-color css
<style>
span { border-color: #E60CF3; }
span { border-color: rgb(230,12,243); }
td.TdClassName
{
border-color: #E60CF3;
}
.TagClassName
{
border-color: #E60CF3;
}
</style>