Shades of Psychedelic Purple #EE2CFE
Tints of Psychedelic Purple #EE2CFE
RGB
CMYK
RGB Variations
Color information
#EE2CFE (or 0xEE2CFE) is known color: Psychedelic Purple. HEX triplet: EE, 2C and FE. RGB value is (238,44,254). Sum of RGB (Red+Green+Blue) = 238+44+254=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE2CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CFE is #11D301. Grayscale: #7D7D7D. Windows color (decimal): -1168130 or 16657646. OLE color: 16657646.
HSL color Cylindrical-coordinate representation of color #EE2CFE: hue angle of 295.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2CFE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 44 | 254 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.00 |
| HSL | 295.43º | 0.99% | 0.58% | - |
| HSV(B) | 295.43º | 0.83% | 1% | - |
| XYZ | 54.05 | 27.13 | 96.15 | - |
| YUV | 125.95 | 200.27 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 254 | 0.06 | 0.83 | 0 | 0.00 | 295.43 | 0.99 | 0.58 |
| Hex | EE | 2C | FE | 6 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 356 | 54 | 376 | 6 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101110 | 101100 | 11111110 | 110 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EE2CFE
Complementary color
Monochromatic Colors of #EE2CFE
Black with #EE2CFE
Text Example
Text Example
White with #EE2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CFE; }
p { color: rgb(238,44,254); }
H1.HeaderClassName
{
color: #EE2CFE;
}
.AnyTagClassName
{
color: #EE2CFE;
}
</style>
background-color css
<style>
a { background-color: #EE2CFE; }
a { background-color: rgb(238,44,254); }
div.DivClassName
{
background-color: #EE2CFE;
}
.BgClassName
{
background-color: #EE2CFE;
}
</style>
border-color css
<style>
span { border-color: #EE2CFE; }
span { border-color: rgb(238,44,254); }
td.TdClassName
{
border-color: #EE2CFE;
}
.TagClassName
{
border-color: #EE2CFE;
}
</style>