Shades of Psychedelic Purple #E00BFF
Tints of Psychedelic Purple #E00BFF
RGB
CMYK
RGB Variations
Color information
#E00BFF (or 0xE00BFF) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FF. RGB value is (224,11,255). Sum of RGB (Red+Green+Blue) = 224+11+255=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E00BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFF is #1FF400. Grayscale: #656565. Windows color (decimal): -2094081 or 16714720. OLE color: 16714720.
HSL color Cylindrical-coordinate representation of color #E00BFF: hue angle of 292.38º 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 #E00BFF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 11 | 255 | - |
| CMYK | 0.12 | 0.96 | 0 | 0 |
| HSL | 292.38º | 1% | 0.52% | - |
| HSV(B) | 292.38º | 0.96% | 1% | - |
| XYZ | 48.91 | 23.31 | 96.53 | - |
| YUV | 102.5 | 214.07 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 255 | 0.12 | 0.96 | 0 | 0 | 292.38 | 1 | 0.52 |
| Hex | E0 | B | FF | C | 60 | 0 | 0 | 124 | 64 | 34 |
| Octal | 340 | 13 | 377 | 14 | 140 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11100000 | 1011 | 11111111 | 1100 | 1100000 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #E00BFF
Complementary color
Monochromatic Colors of #E00BFF
Black with #E00BFF
Text Example
Text Example
White with #E00BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BFF; }
p { color: rgb(224,11,255); }
H1.HeaderClassName
{
color: #E00BFF;
}
.AnyTagClassName
{
color: #E00BFF;
}
</style>
background-color css
<style>
a { background-color: #E00BFF; }
a { background-color: rgb(224,11,255); }
div.DivClassName
{
background-color: #E00BFF;
}
.BgClassName
{
background-color: #E00BFF;
}
</style>
border-color css
<style>
span { border-color: #E00BFF; }
span { border-color: rgb(224,11,255); }
td.TdClassName
{
border-color: #E00BFF;
}
.TagClassName
{
border-color: #E00BFF;
}
</style>