Shades of Psychedelic Purple #EE1AFF
Tints of Psychedelic Purple #EE1AFF
RGB
CMYK
RGB Variations
Color information
#EE1AFF (or 0xEE1AFF) is known color: Psychedelic Purple. HEX triplet: EE, 1A and FF. RGB value is (238,26,255). Sum of RGB (Red+Green+Blue) = 238+26+255=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE1AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AFF is #11E500. Grayscale: #727272. Windows color (decimal): -1172737 or 16718574. OLE color: 16718574.
HSL color Cylindrical-coordinate representation of color #EE1AFF: hue angle of 295.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1AFF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 26 | 255 | - |
| CMYK | 0.07 | 0.90 | 0 | 0 |
| HSL | 295.55º | 1% | 0.55% | - |
| HSV(B) | 295.55º | 0.9% | 1% | - |
| XYZ | 53.68 | 26.14 | 96.82 | - |
| YUV | 115.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 255 | 0.07 | 0.90 | 0 | 0 | 295.55 | 1 | 0.55 |
| Hex | EE | 1A | FF | 7 | 5A | 0 | 0 | 128 | 64 | 37 |
| Octal | 356 | 32 | 377 | 7 | 132 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11101110 | 11010 | 11111111 | 111 | 1011010 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #EE1AFF
Complementary color
Monochromatic Colors of #EE1AFF
Black with #EE1AFF
Text Example
Text Example
White with #EE1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AFF; }
p { color: rgb(238,26,255); }
H1.HeaderClassName
{
color: #EE1AFF;
}
.AnyTagClassName
{
color: #EE1AFF;
}
</style>
background-color css
<style>
a { background-color: #EE1AFF; }
a { background-color: rgb(238,26,255); }
div.DivClassName
{
background-color: #EE1AFF;
}
.BgClassName
{
background-color: #EE1AFF;
}
</style>
border-color css
<style>
span { border-color: #EE1AFF; }
span { border-color: rgb(238,26,255); }
td.TdClassName
{
border-color: #EE1AFF;
}
.TagClassName
{
border-color: #EE1AFF;
}
</style>