Shades of Psychedelic Purple #E00BFD
Tints of Psychedelic Purple #E00BFD
RGB
CMYK
RGB Variations
Color information
#E00BFD (or 0xE00BFD) is known color: Psychedelic Purple. HEX triplet: E0, 0B and FD. RGB value is (224,11,253). Sum of RGB (Red+Green+Blue) = 224+11+253=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #E00BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BFD is #1FF402. Grayscale: #656565. Windows color (decimal): -2094083 or 16583648. OLE color: 16583648.
HSL color Cylindrical-coordinate representation of color #E00BFD: hue angle of 292.81º 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 #E00BFD is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 11 | 253 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.01 |
| HSL | 292.81º | 0.98% | 0.52% | - |
| HSV(B) | 292.81º | 0.96% | 0.99% | - |
| XYZ | 48.59 | 23.18 | 94.84 | - |
| YUV | 102.28 | 213.07 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 253 | 0.11 | 0.96 | 0 | 0.01 | 292.81 | 0.98 | 0.52 |
| Hex | E0 | B | FD | B | 60 | 0 | 1 | 125 | 62 | 34 |
| Octal | 340 | 13 | 375 | 13 | 140 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100000 | 1011 | 11111101 | 1011 | 1100000 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E00BFD
Complementary color
Monochromatic Colors of #E00BFD
Black with #E00BFD
Text Example
Text Example
White with #E00BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BFD; }
p { color: rgb(224,11,253); }
H1.HeaderClassName
{
color: #E00BFD;
}
.AnyTagClassName
{
color: #E00BFD;
}
</style>
background-color css
<style>
a { background-color: #E00BFD; }
a { background-color: rgb(224,11,253); }
div.DivClassName
{
background-color: #E00BFD;
}
.BgClassName
{
background-color: #E00BFD;
}
</style>
border-color css
<style>
span { border-color: #E00BFD; }
span { border-color: rgb(224,11,253); }
td.TdClassName
{
border-color: #E00BFD;
}
.TagClassName
{
border-color: #E00BFD;
}
</style>