Shades of Psychedelic Purple #EE10FE
Tints of Psychedelic Purple #EE10FE
RGB
CMYK
RGB Variations
Color information
#EE10FE (or 0xEE10FE) is known color: Psychedelic Purple. HEX triplet: EE, 10 and FE. RGB value is (238,16,254). Sum of RGB (Red+Green+Blue) = 238+16+254=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10FE is #11EF01. Grayscale: #6C6C6C. Windows color (decimal): -1175298 or 16650478. OLE color: 16650478.
HSL color Cylindrical-coordinate representation of color #EE10FE: hue angle of 295.97º 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 #EE10FE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 16 | 254 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.00 |
| HSL | 295.97º | 0.99% | 0.53% | - |
| HSV(B) | 295.97º | 0.94% | 1% | - |
| XYZ | 53.33 | 25.7 | 95.92 | - |
| YUV | 109.51 | 209.55 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 254 | 0.06 | 0.94 | 0 | 0.00 | 295.97 | 0.99 | 0.53 |
| Hex | EE | 10 | FE | 6 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 356 | 20 | 376 | 6 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101110 | 10000 | 11111110 | 110 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #EE10FE
Complementary color
Monochromatic Colors of #EE10FE
Black with #EE10FE
Text Example
Text Example
White with #EE10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE10FE; }
p { color: rgb(238,16,254); }
H1.HeaderClassName
{
color: #EE10FE;
}
.AnyTagClassName
{
color: #EE10FE;
}
</style>
background-color css
<style>
a { background-color: #EE10FE; }
a { background-color: rgb(238,16,254); }
div.DivClassName
{
background-color: #EE10FE;
}
.BgClassName
{
background-color: #EE10FE;
}
</style>
border-color css
<style>
span { border-color: #EE10FE; }
span { border-color: rgb(238,16,254); }
td.TdClassName
{
border-color: #EE10FE;
}
.TagClassName
{
border-color: #EE10FE;
}
</style>