Shades of Psychedelic Purple #EE1FFE
Tints of Psychedelic Purple #EE1FFE
RGB
CMYK
RGB Variations
Color information
#EE1FFE (or 0xEE1FFE) is known color: Psychedelic Purple. HEX triplet: EE, 1F and FE. RGB value is (238,31,254). Sum of RGB (Red+Green+Blue) = 238+31+254=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 31 (12.5% from 255 or 5.93% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE1FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FFE is #11E001. Grayscale: #757575. Windows color (decimal): -1171458 or 16654318. OLE color: 16654318.
HSL color Cylindrical-coordinate representation of color #EE1FFE: hue angle of 295.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1FFE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 31 | 254 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.00 |
| HSL | 295.7º | 0.99% | 0.56% | - |
| HSV(B) | 295.7º | 0.88% | 1% | - |
| XYZ | 53.64 | 26.31 | 96.02 | - |
| YUV | 118.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 254 | 0.06 | 0.88 | 0 | 0.00 | 295.7 | 0.99 | 0.56 |
| Hex | EE | 1F | FE | 6 | 58 | 0 | 0 | 128 | 63 | 38 |
| Octal | 356 | 37 | 376 | 6 | 130 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11101110 | 11111 | 11111110 | 110 | 1011000 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #EE1FFE
Complementary color
Monochromatic Colors of #EE1FFE
Black with #EE1FFE
Text Example
Text Example
White with #EE1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FFE; }
p { color: rgb(238,31,254); }
H1.HeaderClassName
{
color: #EE1FFE;
}
.AnyTagClassName
{
color: #EE1FFE;
}
</style>
background-color css
<style>
a { background-color: #EE1FFE; }
a { background-color: rgb(238,31,254); }
div.DivClassName
{
background-color: #EE1FFE;
}
.BgClassName
{
background-color: #EE1FFE;
}
</style>
border-color css
<style>
span { border-color: #EE1FFE; }
span { border-color: rgb(238,31,254); }
td.TdClassName
{
border-color: #EE1FFE;
}
.TagClassName
{
border-color: #EE1FFE;
}
</style>