Shades of Psychedelic Purple #EE20FE
Tints of Psychedelic Purple #EE20FE
RGB
CMYK
RGB Variations
Color information
#EE20FE (or 0xEE20FE) is known color: Psychedelic Purple. HEX triplet: EE, 20 and FE. RGB value is (238,32,254). Sum of RGB (Red+Green+Blue) = 238+32+254=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FE is #11DF01. Grayscale: #767676. Windows color (decimal): -1171202 or 16654574. OLE color: 16654574.
HSL color Cylindrical-coordinate representation of color #EE20FE: hue angle of 295.68º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20FE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 32 | 254 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.00 |
| HSL | 295.68º | 0.99% | 0.56% | - |
| HSV(B) | 295.68º | 0.87% | 1% | - |
| XYZ | 53.67 | 26.37 | 96.03 | - |
| YUV | 118.9 | 204.25 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 254 | 0.06 | 0.87 | 0 | 0.00 | 295.68 | 0.99 | 0.56 |
| Hex | EE | 20 | FE | 6 | 57 | 0 | 0 | 128 | 63 | 38 |
| Octal | 356 | 40 | 376 | 6 | 127 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11101110 | 100000 | 11111110 | 110 | 1010111 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #EE20FE
Complementary color
Monochromatic Colors of #EE20FE
Black with #EE20FE
Text Example
Text Example
White with #EE20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20FE; }
p { color: rgb(238,32,254); }
H1.HeaderClassName
{
color: #EE20FE;
}
.AnyTagClassName
{
color: #EE20FE;
}
</style>
background-color css
<style>
a { background-color: #EE20FE; }
a { background-color: rgb(238,32,254); }
div.DivClassName
{
background-color: #EE20FE;
}
.BgClassName
{
background-color: #EE20FE;
}
</style>
border-color css
<style>
span { border-color: #EE20FE; }
span { border-color: rgb(238,32,254); }
td.TdClassName
{
border-color: #EE20FE;
}
.TagClassName
{
border-color: #EE20FE;
}
</style>