Shades of Psychedelic Purple #E627F2
Tints of Psychedelic Purple #E627F2
RGB
CMYK
RGB Variations
Color information
#E627F2 (or 0xE627F2) is known color: Psychedelic Purple. HEX triplet: E6, 27 and F2. RGB value is (230,39,242). Sum of RGB (Red+Green+Blue) = 230+39+242=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #E627F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E627F2 is #19D80D. Grayscale: #767676. Windows color (decimal): -1693710 or 15869926. OLE color: 15869926.
HSL color Cylindrical-coordinate representation of color #E627F2: hue angle of 296.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E627F2 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 39 | 242 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.05 |
| HSL | 296.45º | 0.89% | 0.55% | - |
| HSV(B) | 296.45º | 0.84% | 0.95% | - |
| XYZ | 49.39 | 24.68 | 86.17 | - |
| YUV | 119.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 242 | 0.05 | 0.84 | 0 | 0.05 | 296.45 | 0.89 | 0.55 |
| Hex | E6 | 27 | F2 | 5 | 54 | 0 | 5 | 128 | 59 | 37 |
| Octal | 346 | 47 | 362 | 5 | 124 | 0 | 5 | 450 | 131 | 67 |
| Binary | 11100110 | 100111 | 11110010 | 101 | 1010100 | 0 | 101 | 100101000 | 1011001 | 110111 |
Color Harmonies of #E627F2
Complementary color
Monochromatic Colors of #E627F2
Black with #E627F2
Text Example
Text Example
White with #E627F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627F2; }
p { color: rgb(230,39,242); }
H1.HeaderClassName
{
color: #E627F2;
}
.AnyTagClassName
{
color: #E627F2;
}
</style>
background-color css
<style>
a { background-color: #E627F2; }
a { background-color: rgb(230,39,242); }
div.DivClassName
{
background-color: #E627F2;
}
.BgClassName
{
background-color: #E627F2;
}
</style>
border-color css
<style>
span { border-color: #E627F2; }
span { border-color: rgb(230,39,242); }
td.TdClassName
{
border-color: #E627F2;
}
.TagClassName
{
border-color: #E627F2;
}
</style>