Shades of Psychedelic Purple #E10FF3
Tints of Psychedelic Purple #E10FF3
RGB
CMYK
RGB Variations
Color information
#E10FF3 (or 0xE10FF3) is known color: Psychedelic Purple. HEX triplet: E1, 0F and F3. RGB value is (225,15,243). Sum of RGB (Red+Green+Blue) = 225+15+243=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #E10FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FF3 is #1EF00C. Grayscale: #676767. Windows color (decimal): -2027533 or 15929313. OLE color: 15929313.
HSL color Cylindrical-coordinate representation of color #E10FF3: hue angle of 295.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FF3 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 15 | 243 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.05 |
| HSL | 295.26º | 0.9% | 0.51% | - |
| HSV(B) | 295.26º | 0.94% | 0.95% | - |
| XYZ | 47.4 | 22.82 | 86.7 | - |
| YUV | 103.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 243 | 0.07 | 0.94 | 0 | 0.05 | 295.26 | 0.9 | 0.51 |
| Hex | E1 | F | F3 | 7 | 5E | 0 | 5 | 127 | 5A | 33 |
| Octal | 341 | 17 | 363 | 7 | 136 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11100001 | 1111 | 11110011 | 111 | 1011110 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #E10FF3
Complementary color
Monochromatic Colors of #E10FF3
Black with #E10FF3
Text Example
Text Example
White with #E10FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FF3; }
p { color: rgb(225,15,243); }
H1.HeaderClassName
{
color: #E10FF3;
}
.AnyTagClassName
{
color: #E10FF3;
}
</style>
background-color css
<style>
a { background-color: #E10FF3; }
a { background-color: rgb(225,15,243); }
div.DivClassName
{
background-color: #E10FF3;
}
.BgClassName
{
background-color: #E10FF3;
}
</style>
border-color css
<style>
span { border-color: #E10FF3; }
span { border-color: rgb(225,15,243); }
td.TdClassName
{
border-color: #E10FF3;
}
.TagClassName
{
border-color: #E10FF3;
}
</style>