Shades of Psychedelic Purple #E30BFD
Tints of Psychedelic Purple #E30BFD
RGB
CMYK
RGB Variations
Color information
#E30BFD (or 0xE30BFD) is known color: Psychedelic Purple. HEX triplet: E3, 0B and FD. RGB value is (227,11,253). Sum of RGB (Red+Green+Blue) = 227+11+253=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E30BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30BFD is #1CF402. Grayscale: #666666. Windows color (decimal): -1897475 or 16583651. OLE color: 16583651.
HSL color Cylindrical-coordinate representation of color #E30BFD: hue angle of 293.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30BFD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 11 | 253 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.01 |
| HSL | 293.55º | 0.98% | 0.52% | - |
| HSV(B) | 293.55º | 0.96% | 0.99% | - |
| XYZ | 49.53 | 23.66 | 94.89 | - |
| YUV | 103.17 | 212.56 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 253 | 0.10 | 0.96 | 0 | 0.01 | 293.55 | 0.98 | 0.52 |
| Hex | E3 | B | FD | A | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 343 | 13 | 375 | 12 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100011 | 1011 | 11111101 | 1010 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E30BFD
Complementary color
Monochromatic Colors of #E30BFD
Black with #E30BFD
Text Example
Text Example
White with #E30BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BFD; }
p { color: rgb(227,11,253); }
H1.HeaderClassName
{
color: #E30BFD;
}
.AnyTagClassName
{
color: #E30BFD;
}
</style>
background-color css
<style>
a { background-color: #E30BFD; }
a { background-color: rgb(227,11,253); }
div.DivClassName
{
background-color: #E30BFD;
}
.BgClassName
{
background-color: #E30BFD;
}
</style>
border-color css
<style>
span { border-color: #E30BFD; }
span { border-color: rgb(227,11,253); }
td.TdClassName
{
border-color: #E30BFD;
}
.TagClassName
{
border-color: #E30BFD;
}
</style>