Shades of Psychedelic Purple #E10FE9
Tints of Psychedelic Purple #E10FE9
RGB
CMYK
RGB Variations
Color information
#E10FE9 (or 0xE10FE9) is known color: Psychedelic Purple. HEX triplet: E1, 0F and E9. RGB value is (225,15,233). Sum of RGB (Red+Green+Blue) = 225+15+233=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #E10FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FE9 is #1EF016. Grayscale: #656565. Windows color (decimal): -2027543 or 15273953. OLE color: 15273953.
HSL color Cylindrical-coordinate representation of color #E10FE9: hue angle of 297.8º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FE9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 15 | 233 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.09 |
| HSL | 297.8º | 0.88% | 0.49% | - |
| HSV(B) | 297.8º | 0.94% | 0.91% | - |
| XYZ | 45.93 | 22.23 | 78.96 | - |
| YUV | 102.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 233 | 0.03 | 0.94 | 0 | 0.09 | 297.8 | 0.88 | 0.49 |
| Hex | E1 | F | E9 | 3 | 5E | 0 | 9 | 12A | 58 | 31 |
| Octal | 341 | 17 | 351 | 3 | 136 | 0 | 11 | 452 | 130 | 61 |
| Binary | 11100001 | 1111 | 11101001 | 11 | 1011110 | 0 | 1001 | 100101010 | 1011000 | 110001 |
Color Harmonies of #E10FE9
Complementary color
Monochromatic Colors of #E10FE9
Black with #E10FE9
Text Example
Text Example
White with #E10FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FE9; }
p { color: rgb(225,15,233); }
H1.HeaderClassName
{
color: #E10FE9;
}
.AnyTagClassName
{
color: #E10FE9;
}
</style>
background-color css
<style>
a { background-color: #E10FE9; }
a { background-color: rgb(225,15,233); }
div.DivClassName
{
background-color: #E10FE9;
}
.BgClassName
{
background-color: #E10FE9;
}
</style>
border-color css
<style>
span { border-color: #E10FE9; }
span { border-color: rgb(225,15,233); }
td.TdClassName
{
border-color: #E10FE9;
}
.TagClassName
{
border-color: #E10FE9;
}
</style>