Shades of Psychedelic Purple #E627F3
Tints of Psychedelic Purple #E627F3
RGB
CMYK
RGB Variations
Color information
#E627F3 (or 0xE627F3) is known color: Psychedelic Purple. HEX triplet: E6, 27 and F3. RGB value is (230,39,243). Sum of RGB (Red+Green+Blue) = 230+39+243=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #E627F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E627F3 is #19D80C. Grayscale: #767676. Windows color (decimal): -1693709 or 15935462. OLE color: 15935462.
HSL color Cylindrical-coordinate representation of color #E627F3: hue angle of 296.18º 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 #E627F3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 39 | 243 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.05 |
| HSL | 296.18º | 0.89% | 0.55% | - |
| HSV(B) | 296.18º | 0.84% | 0.95% | - |
| XYZ | 49.54 | 24.75 | 86.96 | - |
| YUV | 119.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 243 | 0.05 | 0.84 | 0 | 0.05 | 296.18 | 0.89 | 0.55 |
| Hex | E6 | 27 | F3 | 5 | 54 | 0 | 5 | 128 | 59 | 37 |
| Octal | 346 | 47 | 363 | 5 | 124 | 0 | 5 | 450 | 131 | 67 |
| Binary | 11100110 | 100111 | 11110011 | 101 | 1010100 | 0 | 101 | 100101000 | 1011001 | 110111 |
Color Harmonies of #E627F3
Complementary color
Monochromatic Colors of #E627F3
Black with #E627F3
Text Example
Text Example
White with #E627F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627F3; }
p { color: rgb(230,39,243); }
H1.HeaderClassName
{
color: #E627F3;
}
.AnyTagClassName
{
color: #E627F3;
}
</style>
background-color css
<style>
a { background-color: #E627F3; }
a { background-color: rgb(230,39,243); }
div.DivClassName
{
background-color: #E627F3;
}
.BgClassName
{
background-color: #E627F3;
}
</style>
border-color css
<style>
span { border-color: #E627F3; }
span { border-color: rgb(230,39,243); }
td.TdClassName
{
border-color: #E627F3;
}
.TagClassName
{
border-color: #E627F3;
}
</style>