Shades of Psychedelic Purple #E10EFD
Tints of Psychedelic Purple #E10EFD
RGB
CMYK
RGB Variations
Color information
#E10EFD (or 0xE10EFD) is known color: Psychedelic Purple. HEX triplet: E1, 0E and FD. RGB value is (225,14,253). Sum of RGB (Red+Green+Blue) = 225+14+253=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E10EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EFD is #1EF102. Grayscale: #676767. Windows color (decimal): -2027779 or 16584417. OLE color: 16584417.
HSL color Cylindrical-coordinate representation of color #E10EFD: hue angle of 292.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EFD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 14 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 292.97º | 0.98% | 0.52% | - |
| HSV(B) | 292.97º | 0.94% | 0.99% | - |
| XYZ | 48.94 | 23.41 | 94.87 | - |
| YUV | 104.34 | 211.9 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 253 | 0.11 | 0.94 | 0 | 0.01 | 292.97 | 0.98 | 0.52 |
| Hex | E1 | E | FD | B | 5E | 0 | 1 | 125 | 62 | 34 |
| Octal | 341 | 16 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100001 | 1110 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E10EFD
Complementary color
Monochromatic Colors of #E10EFD
Black with #E10EFD
Text Example
Text Example
White with #E10EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EFD; }
p { color: rgb(225,14,253); }
H1.HeaderClassName
{
color: #E10EFD;
}
.AnyTagClassName
{
color: #E10EFD;
}
</style>
background-color css
<style>
a { background-color: #E10EFD; }
a { background-color: rgb(225,14,253); }
div.DivClassName
{
background-color: #E10EFD;
}
.BgClassName
{
background-color: #E10EFD;
}
</style>
border-color css
<style>
span { border-color: #E10EFD; }
span { border-color: rgb(225,14,253); }
td.TdClassName
{
border-color: #E10EFD;
}
.TagClassName
{
border-color: #E10EFD;
}
</style>