Shades of Psychedelic Purple #E60BFF
Tints of Psychedelic Purple #E60BFF
RGB
CMYK
RGB Variations
Color information
#E60BFF (or 0xE60BFF) is known color: Psychedelic Purple. HEX triplet: E6, 0B and FF. RGB value is (230,11,255). Sum of RGB (Red+Green+Blue) = 230+11+255=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E60BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BFF is #19F400. Grayscale: #676767. Windows color (decimal): -1700865 or 16714726. OLE color: 16714726.
HSL color Cylindrical-coordinate representation of color #E60BFF: hue angle of 293.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60BFF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 11 | 255 | - |
| CMYK | 0.10 | 0.96 | 0 | 0 |
| HSL | 293.85º | 1% | 0.52% | - |
| HSV(B) | 293.85º | 0.96% | 1% | - |
| XYZ | 50.8 | 24.28 | 96.62 | - |
| YUV | 104.3 | 213.05 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 255 | 0.10 | 0.96 | 0 | 0 | 293.85 | 1 | 0.52 |
| Hex | E6 | B | FF | A | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 346 | 13 | 377 | 12 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100110 | 1011 | 11111111 | 1010 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E60BFF
Complementary color
Monochromatic Colors of #E60BFF
Black with #E60BFF
Text Example
Text Example
White with #E60BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BFF; }
p { color: rgb(230,11,255); }
H1.HeaderClassName
{
color: #E60BFF;
}
.AnyTagClassName
{
color: #E60BFF;
}
</style>
background-color css
<style>
a { background-color: #E60BFF; }
a { background-color: rgb(230,11,255); }
div.DivClassName
{
background-color: #E60BFF;
}
.BgClassName
{
background-color: #E60BFF;
}
</style>
border-color css
<style>
span { border-color: #E60BFF; }
span { border-color: rgb(230,11,255); }
td.TdClassName
{
border-color: #E60BFF;
}
.TagClassName
{
border-color: #E60BFF;
}
</style>