Shades of Psychedelic Purple #E502F3
Tints of Psychedelic Purple #E502F3
RGB
CMYK
RGB Variations
Color information
#E502F3 (or 0xE502F3) is known color: Psychedelic Purple. HEX triplet: E5, 02 and F3. RGB value is (229,2,243). Sum of RGB (Red+Green+Blue) = 229+2+243=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #E502F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502F3 is #1AFD0C. Grayscale: #606060. Windows color (decimal): -1768717 or 15925989. OLE color: 15925989.
HSL color Cylindrical-coordinate representation of color #E502F3: hue angle of 296.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502F3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 2 | 243 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.05 |
| HSL | 296.51º | 0.98% | 0.48% | - |
| HSV(B) | 296.51º | 0.99% | 0.95% | - |
| XYZ | 48.51 | 23.17 | 86.71 | - |
| YUV | 97.35 | 210.21 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 243 | 0.06 | 0.99 | 0 | 0.05 | 296.51 | 0.98 | 0.48 |
| Hex | E5 | 2 | F3 | 6 | 63 | 0 | 5 | 129 | 62 | 30 |
| Octal | 345 | 2 | 363 | 6 | 143 | 0 | 5 | 451 | 142 | 60 |
| Binary | 11100101 | 10 | 11110011 | 110 | 1100011 | 0 | 101 | 100101001 | 1100010 | 110000 |
Color Harmonies of #E502F3
Complementary color
Monochromatic Colors of #E502F3
Black with #E502F3
Text Example
Text Example
White with #E502F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502F3; }
p { color: rgb(229,2,243); }
H1.HeaderClassName
{
color: #E502F3;
}
.AnyTagClassName
{
color: #E502F3;
}
</style>
background-color css
<style>
a { background-color: #E502F3; }
a { background-color: rgb(229,2,243); }
div.DivClassName
{
background-color: #E502F3;
}
.BgClassName
{
background-color: #E502F3;
}
</style>
border-color css
<style>
span { border-color: #E502F3; }
span { border-color: rgb(229,2,243); }
td.TdClassName
{
border-color: #E502F3;
}
.TagClassName
{
border-color: #E502F3;
}
</style>