Shades of Psychedelic Purple #E621F3
Tints of Psychedelic Purple #E621F3
RGB
CMYK
RGB Variations
Color information
#E621F3 (or 0xE621F3) is known color: Psychedelic Purple. HEX triplet: E6, 21 and F3. RGB value is (230,33,243). Sum of RGB (Red+Green+Blue) = 230+33+243=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #E621F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621F3 is #19DE0C. Grayscale: #737373. Windows color (decimal): -1695245 or 15933926. OLE color: 15933926.
HSL color Cylindrical-coordinate representation of color #E621F3: hue angle of 296.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621F3 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 33 | 243 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.05 |
| HSL | 296.29º | 0.9% | 0.54% | - |
| HSV(B) | 296.29º | 0.86% | 0.95% | - |
| XYZ | 49.35 | 24.38 | 86.9 | - |
| YUV | 115.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 243 | 0.05 | 0.86 | 0 | 0.05 | 296.29 | 0.9 | 0.54 |
| Hex | E6 | 21 | F3 | 5 | 56 | 0 | 5 | 128 | 5A | 36 |
| Octal | 346 | 41 | 363 | 5 | 126 | 0 | 5 | 450 | 132 | 66 |
| Binary | 11100110 | 100001 | 11110011 | 101 | 1010110 | 0 | 101 | 100101000 | 1011010 | 110110 |
Color Harmonies of #E621F3
Complementary color
Monochromatic Colors of #E621F3
Black with #E621F3
Text Example
Text Example
White with #E621F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621F3; }
p { color: rgb(230,33,243); }
H1.HeaderClassName
{
color: #E621F3;
}
.AnyTagClassName
{
color: #E621F3;
}
</style>
background-color css
<style>
a { background-color: #E621F3; }
a { background-color: rgb(230,33,243); }
div.DivClassName
{
background-color: #E621F3;
}
.BgClassName
{
background-color: #E621F3;
}
</style>
border-color css
<style>
span { border-color: #E621F3; }
span { border-color: rgb(230,33,243); }
td.TdClassName
{
border-color: #E621F3;
}
.TagClassName
{
border-color: #E621F3;
}
</style>