Shades of Psychedelic Purple #E30BFF
Tints of Psychedelic Purple #E30BFF
RGB
CMYK
RGB Variations
Color information
#E30BFF (or 0xE30BFF) is known color: Psychedelic Purple. HEX triplet: E3, 0B and FF. RGB value is (227,11,255). Sum of RGB (Red+Green+Blue) = 227+11+255=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E30BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BFF is #1CF400. Grayscale: #666666. Windows color (decimal): -1897473 or 16714723. OLE color: 16714723.
HSL color Cylindrical-coordinate representation of color #E30BFF: hue angle of 293.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30BFF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 11 | 255 | - |
| CMYK | 0.11 | 0.96 | 0 | 0 |
| HSL | 293.11º | 1% | 0.52% | - |
| HSV(B) | 293.11º | 0.96% | 1% | - |
| XYZ | 49.85 | 23.79 | 96.57 | - |
| YUV | 103.4 | 213.56 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 255 | 0.11 | 0.96 | 0 | 0 | 293.11 | 1 | 0.52 |
| Hex | E3 | B | FF | B | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 343 | 13 | 377 | 13 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100011 | 1011 | 11111111 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E30BFF
Complementary color
Monochromatic Colors of #E30BFF
Black with #E30BFF
Text Example
Text Example
White with #E30BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BFF; }
p { color: rgb(227,11,255); }
H1.HeaderClassName
{
color: #E30BFF;
}
.AnyTagClassName
{
color: #E30BFF;
}
</style>
background-color css
<style>
a { background-color: #E30BFF; }
a { background-color: rgb(227,11,255); }
div.DivClassName
{
background-color: #E30BFF;
}
.BgClassName
{
background-color: #E30BFF;
}
</style>
border-color css
<style>
span { border-color: #E30BFF; }
span { border-color: rgb(227,11,255); }
td.TdClassName
{
border-color: #E30BFF;
}
.TagClassName
{
border-color: #E30BFF;
}
</style>