Shades of Psychedelic Purple #EE2AFF
Tints of Psychedelic Purple #EE2AFF
RGB
CMYK
RGB Variations
Color information
#EE2AFF (or 0xEE2AFF) is known color: Psychedelic Purple. HEX triplet: EE, 2A and FF. RGB value is (238,42,255). Sum of RGB (Red+Green+Blue) = 238+42+255=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 42 (16.80% from 255 or 7.85% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AFF is #11D500. Grayscale: #7C7C7C. Windows color (decimal): -1168641 or 16722670. OLE color: 16722670.
HSL color Cylindrical-coordinate representation of color #EE2AFF: hue angle of 295.21º 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 #EE2AFF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 42 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 295.21º | 1% | 0.58% | - |
| HSV(B) | 295.21º | 0.84% | 1% | - |
| XYZ | 54.14 | 27.05 | 96.98 | - |
| YUV | 124.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 255 | 0.07 | 0.84 | 0 | 0 | 295.21 | 1 | 0.58 |
| Hex | EE | 2A | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 356 | 52 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101110 | 101010 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EE2AFF
Complementary color
Monochromatic Colors of #EE2AFF
Black with #EE2AFF
Text Example
Text Example
White with #EE2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2AFF; }
p { color: rgb(238,42,255); }
H1.HeaderClassName
{
color: #EE2AFF;
}
.AnyTagClassName
{
color: #EE2AFF;
}
</style>
background-color css
<style>
a { background-color: #EE2AFF; }
a { background-color: rgb(238,42,255); }
div.DivClassName
{
background-color: #EE2AFF;
}
.BgClassName
{
background-color: #EE2AFF;
}
</style>
border-color css
<style>
span { border-color: #EE2AFF; }
span { border-color: rgb(238,42,255); }
td.TdClassName
{
border-color: #EE2AFF;
}
.TagClassName
{
border-color: #EE2AFF;
}
</style>