Shades of Psychedelic Purple #E31BFC
Tints of Psychedelic Purple #E31BFC
RGB
CMYK
RGB Variations
Color information
#E31BFC (or 0xE31BFC) is known color: Psychedelic Purple. HEX triplet: E3, 1B and FC. RGB value is (227,27,252). Sum of RGB (Red+Green+Blue) = 227+27+252=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E31BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31BFC is #1CE403. Grayscale: #6F6F6F. Windows color (decimal): -1893380 or 16522211. OLE color: 16522211.
HSL color Cylindrical-coordinate representation of color #E31BFC: hue angle of 293.33º 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 #E31BFC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 27 | 252 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.01 |
| HSL | 293.33º | 0.97% | 0.55% | - |
| HSV(B) | 293.33º | 0.89% | 0.99% | - |
| XYZ | 49.64 | 24.14 | 94.14 | - |
| YUV | 112.45 | 206.76 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 252 | 0.10 | 0.89 | 0 | 0.01 | 293.33 | 0.97 | 0.55 |
| Hex | E3 | 1B | FC | A | 59 | 0 | 1 | 125 | 61 | 37 |
| Octal | 343 | 33 | 374 | 12 | 131 | 0 | 1 | 445 | 141 | 67 |
| Binary | 11100011 | 11011 | 11111100 | 1010 | 1011001 | 0 | 1 | 100100101 | 1100001 | 110111 |
Color Harmonies of #E31BFC
Complementary color
Monochromatic Colors of #E31BFC
Black with #E31BFC
Text Example
Text Example
White with #E31BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BFC; }
p { color: rgb(227,27,252); }
H1.HeaderClassName
{
color: #E31BFC;
}
.AnyTagClassName
{
color: #E31BFC;
}
</style>
background-color css
<style>
a { background-color: #E31BFC; }
a { background-color: rgb(227,27,252); }
div.DivClassName
{
background-color: #E31BFC;
}
.BgClassName
{
background-color: #E31BFC;
}
</style>
border-color css
<style>
span { border-color: #E31BFC; }
span { border-color: rgb(227,27,252); }
td.TdClassName
{
border-color: #E31BFC;
}
.TagClassName
{
border-color: #E31BFC;
}
</style>