Shades of Psychedelic Purple #E60BFD
Tints of Psychedelic Purple #E60BFD
RGB
CMYK
RGB Variations
Color information
#E60BFD (or 0xE60BFD) is known color: Psychedelic Purple. HEX triplet: E6, 0B and FD. RGB value is (230,11,253). Sum of RGB (Red+Green+Blue) = 230+11+253=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #E60BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BFD is #19F402. Grayscale: #676767. Windows color (decimal): -1700867 or 16583654. OLE color: 16583654.
HSL color Cylindrical-coordinate representation of color #E60BFD: hue angle of 294.3º 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 #E60BFD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 11 | 253 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.01 |
| HSL | 294.3º | 0.98% | 0.52% | - |
| HSV(B) | 294.3º | 0.96% | 0.99% | - |
| XYZ | 50.48 | 24.15 | 94.93 | - |
| YUV | 104.07 | 212.05 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 253 | 0.09 | 0.96 | 0 | 0.01 | 294.3 | 0.98 | 0.52 |
| Hex | E6 | B | FD | 9 | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 346 | 13 | 375 | 11 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100110 | 1011 | 11111101 | 1001 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E60BFD
Complementary color
Monochromatic Colors of #E60BFD
Black with #E60BFD
Text Example
Text Example
White with #E60BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BFD; }
p { color: rgb(230,11,253); }
H1.HeaderClassName
{
color: #E60BFD;
}
.AnyTagClassName
{
color: #E60BFD;
}
</style>
background-color css
<style>
a { background-color: #E60BFD; }
a { background-color: rgb(230,11,253); }
div.DivClassName
{
background-color: #E60BFD;
}
.BgClassName
{
background-color: #E60BFD;
}
</style>
border-color css
<style>
span { border-color: #E60BFD; }
span { border-color: rgb(230,11,253); }
td.TdClassName
{
border-color: #E60BFD;
}
.TagClassName
{
border-color: #E60BFD;
}
</style>