Shades of Psychedelic Purple #E308FD
Tints of Psychedelic Purple #E308FD
RGB
CMYK
RGB Variations
Color information
#E308FD (or 0xE308FD) is known color: Psychedelic Purple. HEX triplet: E3, 08 and FD. RGB value is (227,8,253). Sum of RGB (Red+Green+Blue) = 227+8+253=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #E308FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308FD is #1CF702. Grayscale: #646464. Windows color (decimal): -1898243 or 16582883. OLE color: 16582883.
HSL color Cylindrical-coordinate representation of color #E308FD: hue angle of 293.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E308FD is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 8 | 253 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.01 |
| HSL | 293.63º | 0.98% | 0.51% | - |
| HSV(B) | 293.63º | 0.97% | 0.99% | - |
| XYZ | 49.5 | 23.6 | 94.87 | - |
| YUV | 101.41 | 213.55 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 253 | 0.10 | 0.97 | 0 | 0.01 | 293.63 | 0.98 | 0.51 |
| Hex | E3 | 8 | FD | A | 61 | 0 | 1 | 126 | 62 | 33 |
| Octal | 343 | 10 | 375 | 12 | 141 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100011 | 1000 | 11111101 | 1010 | 1100001 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E308FD
Complementary color
Monochromatic Colors of #E308FD
Black with #E308FD
Text Example
Text Example
White with #E308FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308FD; }
p { color: rgb(227,8,253); }
H1.HeaderClassName
{
color: #E308FD;
}
.AnyTagClassName
{
color: #E308FD;
}
</style>
background-color css
<style>
a { background-color: #E308FD; }
a { background-color: rgb(227,8,253); }
div.DivClassName
{
background-color: #E308FD;
}
.BgClassName
{
background-color: #E308FD;
}
</style>
border-color css
<style>
span { border-color: #E308FD; }
span { border-color: rgb(227,8,253); }
td.TdClassName
{
border-color: #E308FD;
}
.TagClassName
{
border-color: #E308FD;
}
</style>