Shades of Psychedelic Purple #EE13FE
Tints of Psychedelic Purple #EE13FE
RGB
CMYK
RGB Variations
Color information
#EE13FE (or 0xEE13FE) is known color: Psychedelic Purple. HEX triplet: EE, 13 and FE. RGB value is (238,19,254). Sum of RGB (Red+Green+Blue) = 238+19+254=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE13FE is #11EC01. Grayscale: #6E6E6E. Windows color (decimal): -1174530 or 16651246. OLE color: 16651246.
HSL color Cylindrical-coordinate representation of color #EE13FE: hue angle of 295.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE13FE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 19 | 254 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.00 |
| HSL | 295.91º | 0.99% | 0.54% | - |
| HSV(B) | 295.91º | 0.93% | 1% | - |
| XYZ | 53.38 | 25.8 | 95.93 | - |
| YUV | 111.27 | 208.55 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 254 | 0.06 | 0.93 | 0 | 0.00 | 295.91 | 0.99 | 0.54 |
| Hex | EE | 13 | FE | 6 | 5D | 0 | 0 | 128 | 63 | 36 |
| Octal | 356 | 23 | 376 | 6 | 135 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101110 | 10011 | 11111110 | 110 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #EE13FE
Complementary color
Monochromatic Colors of #EE13FE
Black with #EE13FE
Text Example
Text Example
White with #EE13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE13FE; }
p { color: rgb(238,19,254); }
H1.HeaderClassName
{
color: #EE13FE;
}
.AnyTagClassName
{
color: #EE13FE;
}
</style>
background-color css
<style>
a { background-color: #EE13FE; }
a { background-color: rgb(238,19,254); }
div.DivClassName
{
background-color: #EE13FE;
}
.BgClassName
{
background-color: #EE13FE;
}
</style>
border-color css
<style>
span { border-color: #EE13FE; }
span { border-color: rgb(238,19,254); }
td.TdClassName
{
border-color: #EE13FE;
}
.TagClassName
{
border-color: #EE13FE;
}
</style>