Shades of Psychedelic Purple #E10BFC
Tints of Psychedelic Purple #E10BFC
RGB
CMYK
RGB Variations
Color information
#E10BFC (or 0xE10BFC) is known color: Psychedelic Purple. HEX triplet: E1, 0B and FC. RGB value is (225,11,252). Sum of RGB (Red+Green+Blue) = 225+11+252=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #E10BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10BFC is #1EF403. Grayscale: #656565. Windows color (decimal): -2028548 or 16518113. OLE color: 16518113.
HSL color Cylindrical-coordinate representation of color #E10BFC: hue angle of 293.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10BFC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 11 | 252 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.01 |
| HSL | 293.28º | 0.98% | 0.52% | - |
| HSV(B) | 293.28º | 0.96% | 0.99% | - |
| XYZ | 48.74 | 23.28 | 94.02 | - |
| YUV | 102.46 | 212.4 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 252 | 0.11 | 0.96 | 0 | 0.01 | 293.28 | 0.98 | 0.52 |
| Hex | E1 | B | FC | B | 60 | 0 | 1 | 125 | 62 | 34 |
| Octal | 341 | 13 | 374 | 13 | 140 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100001 | 1011 | 11111100 | 1011 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E10BFC
Complementary color
Monochromatic Colors of #E10BFC
Black with #E10BFC
Text Example
Text Example
White with #E10BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BFC; }
p { color: rgb(225,11,252); }
H1.HeaderClassName
{
color: #E10BFC;
}
.AnyTagClassName
{
color: #E10BFC;
}
</style>
background-color css
<style>
a { background-color: #E10BFC; }
a { background-color: rgb(225,11,252); }
div.DivClassName
{
background-color: #E10BFC;
}
.BgClassName
{
background-color: #E10BFC;
}
</style>
border-color css
<style>
span { border-color: #E10BFC; }
span { border-color: rgb(225,11,252); }
td.TdClassName
{
border-color: #E10BFC;
}
.TagClassName
{
border-color: #E10BFC;
}
</style>