Shades of Psychedelic Purple #E30FFD
Tints of Psychedelic Purple #E30FFD
RGB
CMYK
RGB Variations
Color information
#E30FFD (or 0xE30FFD) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FD. RGB value is (227,15,253). Sum of RGB (Red+Green+Blue) = 227+15+253=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #E30FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFD is #1CF002. Grayscale: #686868. Windows color (decimal): -1896451 or 16584675. OLE color: 16584675.
HSL color Cylindrical-coordinate representation of color #E30FFD: hue angle of 293.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FFD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 15 | 253 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.01 |
| HSL | 293.45º | 0.98% | 0.53% | - |
| HSV(B) | 293.45º | 0.94% | 0.99% | - |
| XYZ | 49.58 | 23.76 | 94.9 | - |
| YUV | 105.52 | 211.24 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 253 | 0.10 | 0.94 | 0 | 0.01 | 293.45 | 0.98 | 0.53 |
| Hex | E3 | F | FD | A | 5E | 0 | 1 | 125 | 62 | 35 |
| Octal | 343 | 17 | 375 | 12 | 136 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100011 | 1111 | 11111101 | 1010 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E30FFD
Complementary color
Monochromatic Colors of #E30FFD
Black with #E30FFD
Text Example
Text Example
White with #E30FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FFD; }
p { color: rgb(227,15,253); }
H1.HeaderClassName
{
color: #E30FFD;
}
.AnyTagClassName
{
color: #E30FFD;
}
</style>
background-color css
<style>
a { background-color: #E30FFD; }
a { background-color: rgb(227,15,253); }
div.DivClassName
{
background-color: #E30FFD;
}
.BgClassName
{
background-color: #E30FFD;
}
</style>
border-color css
<style>
span { border-color: #E30FFD; }
span { border-color: rgb(227,15,253); }
td.TdClassName
{
border-color: #E30FFD;
}
.TagClassName
{
border-color: #E30FFD;
}
</style>