Shades of Psychedelic Purple #EE1BFE
Tints of Psychedelic Purple #EE1BFE
RGB
CMYK
RGB Variations
Color information
#EE1BFE (or 0xEE1BFE) is known color: Psychedelic Purple. HEX triplet: EE, 1B and FE. RGB value is (238,27,254). Sum of RGB (Red+Green+Blue) = 238+27+254=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE1BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFE is #11E401. Grayscale: #737373. Windows color (decimal): -1172482 or 16653294. OLE color: 16653294.
HSL color Cylindrical-coordinate representation of color #EE1BFE: hue angle of 295.77º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 27 | 254 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.00 |
| HSL | 295.77º | 0.99% | 0.55% | - |
| HSV(B) | 295.77º | 0.89% | 1% | - |
| XYZ | 53.54 | 26.12 | 95.99 | - |
| YUV | 115.97 | 205.9 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 254 | 0.06 | 0.89 | 0 | 0.00 | 295.77 | 0.99 | 0.55 |
| Hex | EE | 1B | FE | 6 | 59 | 0 | 0 | 128 | 63 | 37 |
| Octal | 356 | 33 | 376 | 6 | 131 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101110 | 11011 | 11111110 | 110 | 1011001 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #EE1BFE
Complementary color
Monochromatic Colors of #EE1BFE
Black with #EE1BFE
Text Example
Text Example
White with #EE1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BFE; }
p { color: rgb(238,27,254); }
H1.HeaderClassName
{
color: #EE1BFE;
}
.AnyTagClassName
{
color: #EE1BFE;
}
</style>
background-color css
<style>
a { background-color: #EE1BFE; }
a { background-color: rgb(238,27,254); }
div.DivClassName
{
background-color: #EE1BFE;
}
.BgClassName
{
background-color: #EE1BFE;
}
</style>
border-color css
<style>
span { border-color: #EE1BFE; }
span { border-color: rgb(238,27,254); }
td.TdClassName
{
border-color: #EE1BFE;
}
.TagClassName
{
border-color: #EE1BFE;
}
</style>