Shades of Psychedelic Purple #E524F3
Tints of Psychedelic Purple #E524F3
RGB
CMYK
RGB Variations
Color information
#E524F3 (or 0xE524F3) is known color: Psychedelic Purple. HEX triplet: E5, 24 and F3. RGB value is (229,36,243). Sum of RGB (Red+Green+Blue) = 229+36+243=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #E524F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524F3 is #1ADB0C. Grayscale: #747474. Windows color (decimal): -1760013 or 15934693. OLE color: 15934693.
HSL color Cylindrical-coordinate representation of color #E524F3: hue angle of 295.94º 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 #E524F3 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 36 | 243 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.05 |
| HSL | 295.94º | 0.9% | 0.55% | - |
| HSV(B) | 295.94º | 0.85% | 0.95% | - |
| XYZ | 49.12 | 24.39 | 86.91 | - |
| YUV | 117.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 243 | 0.06 | 0.85 | 0 | 0.05 | 295.94 | 0.9 | 0.55 |
| Hex | E5 | 24 | F3 | 6 | 55 | 0 | 5 | 128 | 5A | 37 |
| Octal | 345 | 44 | 363 | 6 | 125 | 0 | 5 | 450 | 132 | 67 |
| Binary | 11100101 | 100100 | 11110011 | 110 | 1010101 | 0 | 101 | 100101000 | 1011010 | 110111 |
Color Harmonies of #E524F3
Complementary color
Monochromatic Colors of #E524F3
Black with #E524F3
Text Example
Text Example
White with #E524F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524F3; }
p { color: rgb(229,36,243); }
H1.HeaderClassName
{
color: #E524F3;
}
.AnyTagClassName
{
color: #E524F3;
}
</style>
background-color css
<style>
a { background-color: #E524F3; }
a { background-color: rgb(229,36,243); }
div.DivClassName
{
background-color: #E524F3;
}
.BgClassName
{
background-color: #E524F3;
}
</style>
border-color css
<style>
span { border-color: #E524F3; }
span { border-color: rgb(229,36,243); }
td.TdClassName
{
border-color: #E524F3;
}
.TagClassName
{
border-color: #E524F3;
}
</style>