Shades of Psychedelic Purple #EE31FE
Tints of Psychedelic Purple #EE31FE
RGB
CMYK
RGB Variations
Color information
#EE31FE (or 0xEE31FE) is known color: Psychedelic Purple. HEX triplet: EE, 31 and FE. RGB value is (238,49,254). Sum of RGB (Red+Green+Blue) = 238+49+254=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE31FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31FE is #11CE01. Grayscale: #808080. Windows color (decimal): -1166850 or 16658926. OLE color: 16658926.
HSL color Cylindrical-coordinate representation of color #EE31FE: hue angle of 295.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE31FE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 49 | 254 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.00 |
| HSL | 295.32º | 0.99% | 0.59% | - |
| HSV(B) | 295.32º | 0.81% | 1% | - |
| XYZ | 54.25 | 27.53 | 96.22 | - |
| YUV | 128.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 254 | 0.06 | 0.81 | 0 | 0.00 | 295.32 | 0.99 | 0.59 |
| Hex | EE | 31 | FE | 6 | 51 | 0 | 0 | 127 | 63 | 3B |
| Octal | 356 | 61 | 376 | 6 | 121 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101110 | 110001 | 11111110 | 110 | 1010001 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #EE31FE
Complementary color
Monochromatic Colors of #EE31FE
Black with #EE31FE
Text Example
Text Example
White with #EE31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31FE; }
p { color: rgb(238,49,254); }
H1.HeaderClassName
{
color: #EE31FE;
}
.AnyTagClassName
{
color: #EE31FE;
}
</style>
background-color css
<style>
a { background-color: #EE31FE; }
a { background-color: rgb(238,49,254); }
div.DivClassName
{
background-color: #EE31FE;
}
.BgClassName
{
background-color: #EE31FE;
}
</style>
border-color css
<style>
span { border-color: #EE31FE; }
span { border-color: rgb(238,49,254); }
td.TdClassName
{
border-color: #EE31FE;
}
.TagClassName
{
border-color: #EE31FE;
}
</style>