Shades of Psychedelic Purple #E50CF3
Tints of Psychedelic Purple #E50CF3
RGB
CMYK
RGB Variations
Color information
#E50CF3 (or 0xE50CF3) is known color: Psychedelic Purple. HEX triplet: E5, 0C and F3. RGB value is (229,12,243). Sum of RGB (Red+Green+Blue) = 229+12+243=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #E50CF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CF3 is #1AF30C. Grayscale: #666666. Windows color (decimal): -1766157 or 15928549. OLE color: 15928549.
HSL color Cylindrical-coordinate representation of color #E50CF3: hue angle of 296.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CF3 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 12 | 243 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.05 |
| HSL | 296.36º | 0.91% | 0.5% | - |
| HSV(B) | 296.36º | 0.95% | 0.95% | - |
| XYZ | 48.62 | 23.39 | 86.75 | - |
| YUV | 103.22 | 206.89 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 243 | 0.06 | 0.95 | 0 | 0.05 | 296.36 | 0.91 | 0.5 |
| Hex | E5 | C | F3 | 6 | 5F | 0 | 5 | 128 | 5B | 32 |
| Octal | 345 | 14 | 363 | 6 | 137 | 0 | 5 | 450 | 133 | 62 |
| Binary | 11100101 | 1100 | 11110011 | 110 | 1011111 | 0 | 101 | 100101000 | 1011011 | 110010 |
Color Harmonies of #E50CF3
Complementary color
Monochromatic Colors of #E50CF3
Black with #E50CF3
Text Example
Text Example
White with #E50CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CF3; }
p { color: rgb(229,12,243); }
H1.HeaderClassName
{
color: #E50CF3;
}
.AnyTagClassName
{
color: #E50CF3;
}
</style>
background-color css
<style>
a { background-color: #E50CF3; }
a { background-color: rgb(229,12,243); }
div.DivClassName
{
background-color: #E50CF3;
}
.BgClassName
{
background-color: #E50CF3;
}
</style>
border-color css
<style>
span { border-color: #E50CF3; }
span { border-color: rgb(229,12,243); }
td.TdClassName
{
border-color: #E50CF3;
}
.TagClassName
{
border-color: #E50CF3;
}
</style>