Shades of Psychedelic Purple #E61BFC
Tints of Psychedelic Purple #E61BFC
RGB
CMYK
RGB Variations
Color information
#E61BFC (or 0xE61BFC) is known color: Psychedelic Purple. HEX triplet: E6, 1B and FC. RGB value is (230,27,252). Sum of RGB (Red+Green+Blue) = 230+27+252=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 27 (10.94% from 255 or 5.30% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E61BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61BFC is #19E403. Grayscale: #707070. Windows color (decimal): -1696772 or 16522214. OLE color: 16522214.
HSL color Cylindrical-coordinate representation of color #E61BFC: hue angle of 294.13º degrees, saturation: 0.97, 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 #E61BFC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 27 | 252 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 294.13º | 0.97% | 0.55% | - |
| HSV(B) | 294.13º | 0.89% | 0.99% | - |
| XYZ | 50.6 | 24.64 | 94.18 | - |
| YUV | 113.35 | 206.25 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 252 | 0.09 | 0.89 | 0 | 0.01 | 294.13 | 0.97 | 0.55 |
| Hex | E6 | 1B | FC | 9 | 59 | 0 | 1 | 126 | 61 | 37 |
| Octal | 346 | 33 | 374 | 11 | 131 | 0 | 1 | 446 | 141 | 67 |
| Binary | 11100110 | 11011 | 11111100 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E61BFC
Complementary color
Monochromatic Colors of #E61BFC
Black with #E61BFC
Text Example
Text Example
White with #E61BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BFC; }
p { color: rgb(230,27,252); }
H1.HeaderClassName
{
color: #E61BFC;
}
.AnyTagClassName
{
color: #E61BFC;
}
</style>
background-color css
<style>
a { background-color: #E61BFC; }
a { background-color: rgb(230,27,252); }
div.DivClassName
{
background-color: #E61BFC;
}
.BgClassName
{
background-color: #E61BFC;
}
</style>
border-color css
<style>
span { border-color: #E61BFC; }
span { border-color: rgb(230,27,252); }
td.TdClassName
{
border-color: #E61BFC;
}
.TagClassName
{
border-color: #E61BFC;
}
</style>