Shades of Psychedelic Purple #E30BF8
Tints of Psychedelic Purple #E30BF8
RGB
CMYK
RGB Variations
Color information
#E30BF8 (or 0xE30BF8) is known color: Psychedelic Purple. HEX triplet: E3, 0B and F8. RGB value is (227,11,248). Sum of RGB (Red+Green+Blue) = 227+11+248=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #E30BF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BF8 is #1CF407. Grayscale: #656565. Windows color (decimal): -1897480 or 16255971. OLE color: 16255971.
HSL color Cylindrical-coordinate representation of color #E30BF8: hue angle of 294.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30BF8 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 11 | 248 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.03 |
| HSL | 294.68º | 0.94% | 0.51% | - |
| HSV(B) | 294.68º | 0.96% | 0.97% | - |
| XYZ | 48.74 | 23.35 | 90.74 | - |
| YUV | 102.6 | 210.06 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 248 | 0.08 | 0.96 | 0 | 0.03 | 294.68 | 0.94 | 0.51 |
| Hex | E3 | B | F8 | 8 | 60 | 0 | 3 | 127 | 5E | 33 |
| Octal | 343 | 13 | 370 | 10 | 140 | 0 | 3 | 447 | 136 | 63 |
| Binary | 11100011 | 1011 | 11111000 | 1000 | 1100000 | 0 | 11 | 100100111 | 1011110 | 110011 |
Color Harmonies of #E30BF8
Complementary color
Monochromatic Colors of #E30BF8
Black with #E30BF8
Text Example
Text Example
White with #E30BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BF8; }
p { color: rgb(227,11,248); }
H1.HeaderClassName
{
color: #E30BF8;
}
.AnyTagClassName
{
color: #E30BF8;
}
</style>
background-color css
<style>
a { background-color: #E30BF8; }
a { background-color: rgb(227,11,248); }
div.DivClassName
{
background-color: #E30BF8;
}
.BgClassName
{
background-color: #E30BF8;
}
</style>
border-color css
<style>
span { border-color: #E30BF8; }
span { border-color: rgb(227,11,248); }
td.TdClassName
{
border-color: #E30BF8;
}
.TagClassName
{
border-color: #E30BF8;
}
</style>