Shades of Psychedelic Purple #E627FD
Tints of Psychedelic Purple #E627FD
RGB
CMYK
RGB Variations
Color information
#E627FD (or 0xE627FD) is known color: Psychedelic Purple. HEX triplet: E6, 27 and FD. RGB value is (230,39,253). Sum of RGB (Red+Green+Blue) = 230+39+253=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 39 (15.62% from 255 or 7.47% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E627FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E627FD is #19D802. Grayscale: #777777. Windows color (decimal): -1693699 or 16590822. OLE color: 16590822.
HSL color Cylindrical-coordinate representation of color #E627FD: hue angle of 293.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E627FD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 39 | 253 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.01 |
| HSL | 293.55º | 0.98% | 0.57% | - |
| HSV(B) | 293.55º | 0.85% | 0.99% | - |
| XYZ | 51.09 | 25.37 | 95.13 | - |
| YUV | 120.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 253 | 0.09 | 0.85 | 0 | 0.01 | 293.55 | 0.98 | 0.57 |
| Hex | E6 | 27 | FD | 9 | 55 | 0 | 1 | 126 | 62 | 39 |
| Octal | 346 | 47 | 375 | 11 | 125 | 0 | 1 | 446 | 142 | 71 |
| Binary | 11100110 | 100111 | 11111101 | 1001 | 1010101 | 0 | 1 | 100100110 | 1100010 | 111001 |
Color Harmonies of #E627FD
Complementary color
Monochromatic Colors of #E627FD
Black with #E627FD
Text Example
Text Example
White with #E627FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627FD; }
p { color: rgb(230,39,253); }
H1.HeaderClassName
{
color: #E627FD;
}
.AnyTagClassName
{
color: #E627FD;
}
</style>
background-color css
<style>
a { background-color: #E627FD; }
a { background-color: rgb(230,39,253); }
div.DivClassName
{
background-color: #E627FD;
}
.BgClassName
{
background-color: #E627FD;
}
</style>
border-color css
<style>
span { border-color: #E627FD; }
span { border-color: rgb(230,39,253); }
td.TdClassName
{
border-color: #E627FD;
}
.TagClassName
{
border-color: #E627FD;
}
</style>