Shades of Psychedelic Purple #E10FFB
Tints of Psychedelic Purple #E10FFB
RGB
CMYK
RGB Variations
Color information
#E10FFB (or 0xE10FFB) is known color: Psychedelic Purple. HEX triplet: E1, 0F and FB. RGB value is (225,15,251). Sum of RGB (Red+Green+Blue) = 225+15+251=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E10FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FFB is #1EF004. Grayscale: #676767. Windows color (decimal): -2027525 or 16453601. OLE color: 16453601.
HSL color Cylindrical-coordinate representation of color #E10FFB: hue angle of 293.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FFB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 15 | 251 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.02 |
| HSL | 293.39º | 0.97% | 0.52% | - |
| HSV(B) | 293.39º | 0.94% | 0.98% | - |
| XYZ | 48.63 | 23.31 | 93.2 | - |
| YUV | 104.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 251 | 0.10 | 0.94 | 0 | 0.02 | 293.39 | 0.97 | 0.52 |
| Hex | E1 | F | FB | A | 5E | 0 | 2 | 125 | 61 | 34 |
| Octal | 341 | 17 | 373 | 12 | 136 | 0 | 2 | 445 | 141 | 64 |
| Binary | 11100001 | 1111 | 11111011 | 1010 | 1011110 | 0 | 10 | 100100101 | 1100001 | 110100 |
Color Harmonies of #E10FFB
Complementary color
Monochromatic Colors of #E10FFB
Black with #E10FFB
Text Example
Text Example
White with #E10FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FFB; }
p { color: rgb(225,15,251); }
H1.HeaderClassName
{
color: #E10FFB;
}
.AnyTagClassName
{
color: #E10FFB;
}
</style>
background-color css
<style>
a { background-color: #E10FFB; }
a { background-color: rgb(225,15,251); }
div.DivClassName
{
background-color: #E10FFB;
}
.BgClassName
{
background-color: #E10FFB;
}
</style>
border-color css
<style>
span { border-color: #E10FFB; }
span { border-color: rgb(225,15,251); }
td.TdClassName
{
border-color: #E10FFB;
}
.TagClassName
{
border-color: #E10FFB;
}
</style>