Shades of Psychedelic Purple #EE28FE
Tints of Psychedelic Purple #EE28FE
RGB
CMYK
RGB Variations
Color information
#EE28FE (or 0xEE28FE) is known color: Psychedelic Purple. HEX triplet: EE, 28 and FE. RGB value is (238,40,254). Sum of RGB (Red+Green+Blue) = 238+40+254=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 40 (16.02% from 255 or 7.52% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE28FE is #11D701. Grayscale: #7A7A7A. Windows color (decimal): -1169154 or 16656622. OLE color: 16656622.
HSL color Cylindrical-coordinate representation of color #EE28FE: hue angle of 295.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE28FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 40 | 254 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.00 |
| HSL | 295.51º | 0.99% | 0.58% | - |
| HSV(B) | 295.51º | 0.84% | 1% | - |
| XYZ | 53.91 | 26.85 | 96.11 | - |
| YUV | 123.6 | 201.6 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 254 | 0.06 | 0.84 | 0 | 0.00 | 295.51 | 0.99 | 0.58 |
| Hex | EE | 28 | FE | 6 | 54 | 0 | 0 | 128 | 63 | 3A |
| Octal | 356 | 50 | 376 | 6 | 124 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11101110 | 101000 | 11111110 | 110 | 1010100 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #EE28FE
Complementary color
Monochromatic Colors of #EE28FE
Black with #EE28FE
Text Example
Text Example
White with #EE28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28FE; }
p { color: rgb(238,40,254); }
H1.HeaderClassName
{
color: #EE28FE;
}
.AnyTagClassName
{
color: #EE28FE;
}
</style>
background-color css
<style>
a { background-color: #EE28FE; }
a { background-color: rgb(238,40,254); }
div.DivClassName
{
background-color: #EE28FE;
}
.BgClassName
{
background-color: #EE28FE;
}
</style>
border-color css
<style>
span { border-color: #EE28FE; }
span { border-color: rgb(238,40,254); }
td.TdClassName
{
border-color: #EE28FE;
}
.TagClassName
{
border-color: #EE28FE;
}
</style>