Shades of Psychedelic Purple #EE0FFE
Tints of Psychedelic Purple #EE0FFE
RGB
CMYK
RGB Variations
Color information
#EE0FFE (or 0xEE0FFE) is known color: Psychedelic Purple. HEX triplet: EE, 0F and FE. RGB value is (238,15,254). Sum of RGB (Red+Green+Blue) = 238+15+254=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FFE is #11F001. Grayscale: #6C6C6C. Windows color (decimal): -1175554 or 16650222. OLE color: 16650222.
HSL color Cylindrical-coordinate representation of color #EE0FFE: hue angle of 295.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FFE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 15 | 254 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.00 |
| HSL | 295.98º | 0.99% | 0.53% | - |
| HSV(B) | 295.98º | 0.94% | 1% | - |
| XYZ | 53.32 | 25.67 | 95.91 | - |
| YUV | 108.92 | 209.88 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 254 | 0.06 | 0.94 | 0 | 0.00 | 295.98 | 0.99 | 0.53 |
| Hex | EE | F | FE | 6 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 356 | 17 | 376 | 6 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101110 | 1111 | 11111110 | 110 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #EE0FFE
Complementary color
Monochromatic Colors of #EE0FFE
Black with #EE0FFE
Text Example
Text Example
White with #EE0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FFE; }
p { color: rgb(238,15,254); }
H1.HeaderClassName
{
color: #EE0FFE;
}
.AnyTagClassName
{
color: #EE0FFE;
}
</style>
background-color css
<style>
a { background-color: #EE0FFE; }
a { background-color: rgb(238,15,254); }
div.DivClassName
{
background-color: #EE0FFE;
}
.BgClassName
{
background-color: #EE0FFE;
}
</style>
border-color css
<style>
span { border-color: #EE0FFE; }
span { border-color: rgb(238,15,254); }
td.TdClassName
{
border-color: #EE0FFE;
}
.TagClassName
{
border-color: #EE0FFE;
}
</style>