Shades of Psychedelic Purple #E10BFF
Tints of Psychedelic Purple #E10BFF
RGB
CMYK
RGB Variations
Color information
#E10BFF (or 0xE10BFF) is known color: Psychedelic Purple. HEX triplet: E1, 0B and FF. RGB value is (225,11,255). Sum of RGB (Red+Green+Blue) = 225+11+255=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10BFF is #1EF400. Grayscale: #666666. Windows color (decimal): -2028545 or 16714721. OLE color: 16714721.
HSL color Cylindrical-coordinate representation of color #E10BFF: hue angle of 292.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10BFF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 11 | 255 | - |
| CMYK | 0.12 | 0.96 | 0 | 0 |
| HSL | 292.62º | 1% | 0.52% | - |
| HSV(B) | 292.62º | 0.96% | 1% | - |
| XYZ | 49.22 | 23.47 | 96.54 | - |
| YUV | 102.8 | 213.9 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 255 | 0.12 | 0.96 | 0 | 0 | 292.62 | 1 | 0.52 |
| Hex | E1 | B | FF | C | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 341 | 13 | 377 | 14 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100001 | 1011 | 11111111 | 1100 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E10BFF
Complementary color
Monochromatic Colors of #E10BFF
Black with #E10BFF
Text Example
Text Example
White with #E10BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BFF; }
p { color: rgb(225,11,255); }
H1.HeaderClassName
{
color: #E10BFF;
}
.AnyTagClassName
{
color: #E10BFF;
}
</style>
background-color css
<style>
a { background-color: #E10BFF; }
a { background-color: rgb(225,11,255); }
div.DivClassName
{
background-color: #E10BFF;
}
.BgClassName
{
background-color: #E10BFF;
}
</style>
border-color css
<style>
span { border-color: #E10BFF; }
span { border-color: rgb(225,11,255); }
td.TdClassName
{
border-color: #E10BFF;
}
.TagClassName
{
border-color: #E10BFF;
}
</style>