Shades of Psychedelic Purple #EE0FFF
Tints of Psychedelic Purple #EE0FFF
RGB
CMYK
RGB Variations
Color information
#EE0FFF (or 0xEE0FFF) is known color: Psychedelic Purple. HEX triplet: EE, 0F and FF. RGB value is (238,15,255). Sum of RGB (Red+Green+Blue) = 238+15+255=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FFF is #11F000. Grayscale: #6C6C6C. Windows color (decimal): -1175553 or 16715758. OLE color: 16715758.
HSL color Cylindrical-coordinate representation of color #EE0FFF: hue angle of 295.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FFF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 15 | 255 | - |
| CMYK | 0.07 | 0.94 | 0 | 0 |
| HSL | 295.75º | 1% | 0.53% | - |
| HSV(B) | 295.75º | 0.94% | 1% | - |
| XYZ | 53.48 | 25.74 | 96.76 | - |
| YUV | 109.04 | 210.38 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 255 | 0.07 | 0.94 | 0 | 0 | 295.75 | 1 | 0.53 |
| Hex | EE | F | FF | 7 | 5E | 0 | 0 | 128 | 64 | 35 |
| Octal | 356 | 17 | 377 | 7 | 136 | 0 | 0 | 450 | 144 | 65 |
| Binary | 11101110 | 1111 | 11111111 | 111 | 1011110 | 0 | 0 | 100101000 | 1100100 | 110101 |
Color Harmonies of #EE0FFF
Complementary color
Monochromatic Colors of #EE0FFF
Black with #EE0FFF
Text Example
Text Example
White with #EE0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FFF; }
p { color: rgb(238,15,255); }
H1.HeaderClassName
{
color: #EE0FFF;
}
.AnyTagClassName
{
color: #EE0FFF;
}
</style>
background-color css
<style>
a { background-color: #EE0FFF; }
a { background-color: rgb(238,15,255); }
div.DivClassName
{
background-color: #EE0FFF;
}
.BgClassName
{
background-color: #EE0FFF;
}
</style>
border-color css
<style>
span { border-color: #EE0FFF; }
span { border-color: rgb(238,15,255); }
td.TdClassName
{
border-color: #EE0FFF;
}
.TagClassName
{
border-color: #EE0FFF;
}
</style>