Shades of Psychedelic Purple #E00BEF
Tints of Psychedelic Purple #E00BEF
RGB
CMYK
RGB Variations
Color information
#E00BEF (or 0xE00BEF) is known color: Psychedelic Purple. HEX triplet: E0, 0B and EF. RGB value is (224,11,239). Sum of RGB (Red+Green+Blue) = 224+11+239=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #E00BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00BEF is #1FF410. Grayscale: #636363. Windows color (decimal): -2094097 or 15666144. OLE color: 15666144.
HSL color Cylindrical-coordinate representation of color #E00BEF: hue angle of 296.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00BEF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 11 | 239 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.06 |
| HSL | 296.05º | 0.91% | 0.49% | - |
| HSV(B) | 296.05º | 0.95% | 0.94% | - |
| XYZ | 46.44 | 22.32 | 83.52 | - |
| YUV | 100.68 | 206.07 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 239 | 0.06 | 0.95 | 0 | 0.06 | 296.05 | 0.91 | 0.49 |
| Hex | E0 | B | EF | 6 | 5F | 0 | 6 | 128 | 5B | 31 |
| Octal | 340 | 13 | 357 | 6 | 137 | 0 | 6 | 450 | 133 | 61 |
| Binary | 11100000 | 1011 | 11101111 | 110 | 1011111 | 0 | 110 | 100101000 | 1011011 | 110001 |
Color Harmonies of #E00BEF
Complementary color
Monochromatic Colors of #E00BEF
Black with #E00BEF
Text Example
Text Example
White with #E00BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BEF; }
p { color: rgb(224,11,239); }
H1.HeaderClassName
{
color: #E00BEF;
}
.AnyTagClassName
{
color: #E00BEF;
}
</style>
background-color css
<style>
a { background-color: #E00BEF; }
a { background-color: rgb(224,11,239); }
div.DivClassName
{
background-color: #E00BEF;
}
.BgClassName
{
background-color: #E00BEF;
}
</style>
border-color css
<style>
span { border-color: #E00BEF; }
span { border-color: rgb(224,11,239); }
td.TdClassName
{
border-color: #E00BEF;
}
.TagClassName
{
border-color: #E00BEF;
}
</style>