Shades of Psychedelic Purple #E31BE6
Tints of Psychedelic Purple #E31BE6
RGB
CMYK
RGB Variations
Color information
#E31BE6 (or 0xE31BE6) is known color: Psychedelic Purple. HEX triplet: E3, 1B and E6. RGB value is (227,27,230). Sum of RGB (Red+Green+Blue) = 227+27+230=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #E31BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31BE6 is #1CE419. Grayscale: #6D6D6D. Windows color (decimal): -1893402 or 15080419. OLE color: 15080419.
HSL color Cylindrical-coordinate representation of color #E31BE6: hue angle of 299.11º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BE6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 27 | 230 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.10 |
| HSL | 299.11º | 0.8% | 0.5% | - |
| HSV(B) | 299.11º | 0.88% | 0.9% | - |
| XYZ | 46.35 | 22.83 | 76.83 | - |
| YUV | 109.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 230 | 0.01 | 0.88 | 0 | 0.10 | 299.11 | 0.8 | 0.5 |
| Hex | E3 | 1B | E6 | 1 | 58 | 0 | A | 12B | 50 | 32 |
| Octal | 343 | 33 | 346 | 1 | 130 | 0 | 12 | 453 | 120 | 62 |
| Binary | 11100011 | 11011 | 11100110 | 1 | 1011000 | 0 | 1010 | 100101011 | 1010000 | 110010 |
Color Harmonies of #E31BE6
Complementary color
Monochromatic Colors of #E31BE6
Black with #E31BE6
Text Example
Text Example
White with #E31BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BE6; }
p { color: rgb(227,27,230); }
H1.HeaderClassName
{
color: #E31BE6;
}
.AnyTagClassName
{
color: #E31BE6;
}
</style>
background-color css
<style>
a { background-color: #E31BE6; }
a { background-color: rgb(227,27,230); }
div.DivClassName
{
background-color: #E31BE6;
}
.BgClassName
{
background-color: #E31BE6;
}
</style>
border-color css
<style>
span { border-color: #E31BE6; }
span { border-color: rgb(227,27,230); }
td.TdClassName
{
border-color: #E31BE6;
}
.TagClassName
{
border-color: #E31BE6;
}
</style>