Shades of Psychedelic Purple #E924F3
Tints of Psychedelic Purple #E924F3
RGB
CMYK
RGB Variations
Color information
#E924F3 (or 0xE924F3) is known color: Psychedelic Purple. HEX triplet: E9, 24 and F3. RGB value is (233,36,243). Sum of RGB (Red+Green+Blue) = 233+36+243=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 36 (14.45% from 255 or 7.03% 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 #E924F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E924F3 is #16DB0C. Grayscale: #757575. Windows color (decimal): -1497869 or 15934697. OLE color: 15934697.
HSL color Cylindrical-coordinate representation of color #E924F3: hue angle of 297.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E924F3 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 36 | 243 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.05 |
| HSL | 297.1º | 0.9% | 0.55% | - |
| HSV(B) | 297.1º | 0.85% | 0.95% | - |
| XYZ | 50.41 | 25.06 | 86.97 | - |
| YUV | 118.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 243 | 0.04 | 0.85 | 0 | 0.05 | 297.1 | 0.9 | 0.55 |
| Hex | E9 | 24 | F3 | 4 | 55 | 0 | 5 | 129 | 5A | 37 |
| Octal | 351 | 44 | 363 | 4 | 125 | 0 | 5 | 451 | 132 | 67 |
| Binary | 11101001 | 100100 | 11110011 | 100 | 1010101 | 0 | 101 | 100101001 | 1011010 | 110111 |
Color Harmonies of #E924F3
Complementary color
Monochromatic Colors of #E924F3
Black with #E924F3
Text Example
Text Example
White with #E924F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924F3; }
p { color: rgb(233,36,243); }
H1.HeaderClassName
{
color: #E924F3;
}
.AnyTagClassName
{
color: #E924F3;
}
</style>
background-color css
<style>
a { background-color: #E924F3; }
a { background-color: rgb(233,36,243); }
div.DivClassName
{
background-color: #E924F3;
}
.BgClassName
{
background-color: #E924F3;
}
</style>
border-color css
<style>
span { border-color: #E924F3; }
span { border-color: rgb(233,36,243); }
td.TdClassName
{
border-color: #E924F3;
}
.TagClassName
{
border-color: #E924F3;
}
</style>