Shades of Psychedelic Purple #E300FD
Tints of Psychedelic Purple #E300FD
RGB
CMYK
RGB Variations
Color information
#E300FD (or 0xE300FD) is known color: Psychedelic Purple. HEX triplet: E3, 00 and FD. RGB value is (227,0,253). Sum of RGB (Red+Green+Blue) = 227+0+253=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 0 (0.39% from 255 or 0% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #E300FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300FD is #1CFF02. Grayscale: #5F5F5F. Windows color (decimal): -1900291 or 16580835. OLE color: 16580835.
HSL color Cylindrical-coordinate representation of color #E300FD: hue angle of 293.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300FD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 0 | 253 | - |
| CMYK | 0.10 | 1 | 0 | 0.01 |
| HSL | 293.83º | 1% | 0.5% | - |
| HSV(B) | 293.83º | 1% | 0.99% | - |
| XYZ | 49.41 | 23.42 | 94.85 | - |
| YUV | 96.72 | 216.21 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 253 | 0.10 | 1 | 0 | 0.01 | 293.83 | 1 | 0.5 |
| Hex | E3 | 0 | FD | A | 64 | 0 | 1 | 126 | 64 | 32 |
| Octal | 343 | 0 | 375 | 12 | 144 | 0 | 1 | 446 | 144 | 62 |
| Binary | 11100011 | 0 | 11111101 | 1010 | 1100100 | 0 | 1 | 100100110 | 1100100 | 110010 |
Color Harmonies of #E300FD
Complementary color
Monochromatic Colors of #E300FD
Black with #E300FD
Text Example
Text Example
White with #E300FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300FD; }
p { color: rgb(227,0,253); }
H1.HeaderClassName
{
color: #E300FD;
}
.AnyTagClassName
{
color: #E300FD;
}
</style>
background-color css
<style>
a { background-color: #E300FD; }
a { background-color: rgb(227,0,253); }
div.DivClassName
{
background-color: #E300FD;
}
.BgClassName
{
background-color: #E300FD;
}
</style>
border-color css
<style>
span { border-color: #E300FD; }
span { border-color: rgb(227,0,253); }
td.TdClassName
{
border-color: #E300FD;
}
.TagClassName
{
border-color: #E300FD;
}
</style>