Shades of Psychedelic Purple #E810F3
Tints of Psychedelic Purple #E810F3
RGB
CMYK
RGB Variations
Color information
#E810F3 (or 0xE810F3) is known color: Psychedelic Purple. HEX triplet: E8, 10 and F3. RGB value is (232,16,243). Sum of RGB (Red+Green+Blue) = 232+16+243=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #E810F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810F3 is #17EF0C. Grayscale: #696969. Windows color (decimal): -1568525 or 15929576. OLE color: 15929576.
HSL color Cylindrical-coordinate representation of color #E810F3: hue angle of 297.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E810F3 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 16 | 243 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.05 |
| HSL | 297.09º | 0.9% | 0.51% | - |
| HSV(B) | 297.09º | 0.93% | 0.95% | - |
| XYZ | 49.64 | 24 | 86.81 | - |
| YUV | 106.46 | 205.06 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 243 | 0.05 | 0.93 | 0 | 0.05 | 297.09 | 0.9 | 0.51 |
| Hex | E8 | 10 | F3 | 5 | 5D | 0 | 5 | 129 | 5A | 33 |
| Octal | 350 | 20 | 363 | 5 | 135 | 0 | 5 | 451 | 132 | 63 |
| Binary | 11101000 | 10000 | 11110011 | 101 | 1011101 | 0 | 101 | 100101001 | 1011010 | 110011 |
Color Harmonies of #E810F3
Complementary color
Monochromatic Colors of #E810F3
Black with #E810F3
Text Example
Text Example
White with #E810F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810F3; }
p { color: rgb(232,16,243); }
H1.HeaderClassName
{
color: #E810F3;
}
.AnyTagClassName
{
color: #E810F3;
}
</style>
background-color css
<style>
a { background-color: #E810F3; }
a { background-color: rgb(232,16,243); }
div.DivClassName
{
background-color: #E810F3;
}
.BgClassName
{
background-color: #E810F3;
}
</style>
border-color css
<style>
span { border-color: #E810F3; }
span { border-color: rgb(232,16,243); }
td.TdClassName
{
border-color: #E810F3;
}
.TagClassName
{
border-color: #E810F3;
}
</style>