Shades of Psychedelic Purple #E10FE3
Tints of Psychedelic Purple #E10FE3
RGB
CMYK
RGB Variations
Color information
#E10FE3 (or 0xE10FE3) is known color: Psychedelic Purple. HEX triplet: E1, 0F and E3. RGB value is (225,15,227). Sum of RGB (Red+Green+Blue) = 225+15+227=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #E10FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FE3 is #1EF01C. Grayscale: #656565. Windows color (decimal): -2027549 or 14880737. OLE color: 14880737.
HSL color Cylindrical-coordinate representation of color #E10FE3: hue angle of 299.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FE3 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 15 | 227 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.11 |
| HSL | 299.43º | 0.88% | 0.47% | - |
| HSV(B) | 299.43º | 0.93% | 0.89% | - |
| XYZ | 45.09 | 21.9 | 74.52 | - |
| YUV | 101.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 227 | 0.01 | 0.93 | 0 | 0.11 | 299.43 | 0.88 | 0.47 |
| Hex | E1 | F | E3 | 1 | 5D | 0 | B | 12B | 58 | 2F |
| Octal | 341 | 17 | 343 | 1 | 135 | 0 | 13 | 453 | 130 | 57 |
| Binary | 11100001 | 1111 | 11100011 | 1 | 1011101 | 0 | 1011 | 100101011 | 1011000 | 101111 |
Color Harmonies of #E10FE3
Complementary color
Monochromatic Colors of #E10FE3
Black with #E10FE3
Text Example
Text Example
White with #E10FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FE3; }
p { color: rgb(225,15,227); }
H1.HeaderClassName
{
color: #E10FE3;
}
.AnyTagClassName
{
color: #E10FE3;
}
</style>
background-color css
<style>
a { background-color: #E10FE3; }
a { background-color: rgb(225,15,227); }
div.DivClassName
{
background-color: #E10FE3;
}
.BgClassName
{
background-color: #E10FE3;
}
</style>
border-color css
<style>
span { border-color: #E10FE3; }
span { border-color: rgb(225,15,227); }
td.TdClassName
{
border-color: #E10FE3;
}
.TagClassName
{
border-color: #E10FE3;
}
</style>