Shades of Psychedelic Purple #EE28FF
Tints of Psychedelic Purple #EE28FF
RGB
CMYK
RGB Variations
Color information
#EE28FF (or 0xEE28FF) is known color: Psychedelic Purple. HEX triplet: EE, 28 and FF. RGB value is (238,40,255). Sum of RGB (Red+Green+Blue) = 238+40+255=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 40 (16.02% from 255 or 7.50% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE28FF is #11D700. Grayscale: #7B7B7B. Windows color (decimal): -1169153 or 16722158. OLE color: 16722158.
HSL color Cylindrical-coordinate representation of color #EE28FF: hue angle of 295.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE28FF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 40 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 295.26º | 1% | 0.58% | - |
| HSV(B) | 295.26º | 0.84% | 1% | - |
| XYZ | 54.07 | 26.91 | 96.95 | - |
| YUV | 123.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 255 | 0.07 | 0.84 | 0 | 0 | 295.26 | 1 | 0.58 |
| Hex | EE | 28 | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 356 | 50 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101110 | 101000 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EE28FF
Complementary color
Monochromatic Colors of #EE28FF
Black with #EE28FF
Text Example
Text Example
White with #EE28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28FF; }
p { color: rgb(238,40,255); }
H1.HeaderClassName
{
color: #EE28FF;
}
.AnyTagClassName
{
color: #EE28FF;
}
</style>
background-color css
<style>
a { background-color: #EE28FF; }
a { background-color: rgb(238,40,255); }
div.DivClassName
{
background-color: #EE28FF;
}
.BgClassName
{
background-color: #EE28FF;
}
</style>
border-color css
<style>
span { border-color: #EE28FF; }
span { border-color: rgb(238,40,255); }
td.TdClassName
{
border-color: #EE28FF;
}
.TagClassName
{
border-color: #EE28FF;
}
</style>