Shades of Psychedelic Purple #E61BFD
Tints of Psychedelic Purple #E61BFD
RGB
CMYK
RGB Variations
Color information
#E61BFD (or 0xE61BFD) is known color: Psychedelic Purple. HEX triplet: E6, 1B and FD. RGB value is (230,27,253). Sum of RGB (Red+Green+Blue) = 230+27+253=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E61BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61BFD is #19E402. Grayscale: #707070. Windows color (decimal): -1696771 or 16587750. OLE color: 16587750.
HSL color Cylindrical-coordinate representation of color #E61BFD: hue angle of 293.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61BFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 27 | 253 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 293.89º | 0.98% | 0.55% | - |
| HSV(B) | 293.89º | 0.89% | 0.99% | - |
| XYZ | 50.75 | 24.7 | 95.02 | - |
| YUV | 113.46 | 206.75 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 253 | 0.09 | 0.89 | 0 | 0.01 | 293.89 | 0.98 | 0.55 |
| Hex | E6 | 1B | FD | 9 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 346 | 33 | 375 | 11 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100110 | 11011 | 11111101 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E61BFD
Complementary color
Monochromatic Colors of #E61BFD
Black with #E61BFD
Text Example
Text Example
White with #E61BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BFD; }
p { color: rgb(230,27,253); }
H1.HeaderClassName
{
color: #E61BFD;
}
.AnyTagClassName
{
color: #E61BFD;
}
</style>
background-color css
<style>
a { background-color: #E61BFD; }
a { background-color: rgb(230,27,253); }
div.DivClassName
{
background-color: #E61BFD;
}
.BgClassName
{
background-color: #E61BFD;
}
</style>
border-color css
<style>
span { border-color: #E61BFD; }
span { border-color: rgb(230,27,253); }
td.TdClassName
{
border-color: #E61BFD;
}
.TagClassName
{
border-color: #E61BFD;
}
</style>