Shades of Psychedelic Purple #E60BFC
Tints of Psychedelic Purple #E60BFC
RGB
CMYK
RGB Variations
Color information
#E60BFC (or 0xE60BFC) is known color: Psychedelic Purple. HEX triplet: E6, 0B and FC. RGB value is (230,11,252). Sum of RGB (Red+Green+Blue) = 230+11+252=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #E60BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BFC is #19F403. Grayscale: #676767. Windows color (decimal): -1700868 or 16518118. OLE color: 16518118.
HSL color Cylindrical-coordinate representation of color #E60BFC: hue angle of 294.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60BFC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 11 | 252 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.01 |
| HSL | 294.52º | 0.98% | 0.52% | - |
| HSV(B) | 294.52º | 0.96% | 0.99% | - |
| XYZ | 50.32 | 24.09 | 94.09 | - |
| YUV | 103.96 | 211.55 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 252 | 0.09 | 0.96 | 0 | 0.01 | 294.52 | 0.98 | 0.52 |
| Hex | E6 | B | FC | 9 | 60 | 0 | 1 | 127 | 62 | 34 |
| Octal | 346 | 13 | 374 | 11 | 140 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11100110 | 1011 | 11111100 | 1001 | 1100000 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E60BFC
Complementary color
Monochromatic Colors of #E60BFC
Black with #E60BFC
Text Example
Text Example
White with #E60BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BFC; }
p { color: rgb(230,11,252); }
H1.HeaderClassName
{
color: #E60BFC;
}
.AnyTagClassName
{
color: #E60BFC;
}
</style>
background-color css
<style>
a { background-color: #E60BFC; }
a { background-color: rgb(230,11,252); }
div.DivClassName
{
background-color: #E60BFC;
}
.BgClassName
{
background-color: #E60BFC;
}
</style>
border-color css
<style>
span { border-color: #E60BFC; }
span { border-color: rgb(230,11,252); }
td.TdClassName
{
border-color: #E60BFC;
}
.TagClassName
{
border-color: #E60BFC;
}
</style>