Shades of Psychedelic Purple #EE1AFE
Tints of Psychedelic Purple #EE1AFE
RGB
CMYK
RGB Variations
Color information
#EE1AFE (or 0xEE1AFE) is known color: Psychedelic Purple. HEX triplet: EE, 1A and FE. RGB value is (238,26,254). Sum of RGB (Red+Green+Blue) = 238+26+254=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AFE is #11E501. Grayscale: #727272. Windows color (decimal): -1172738 or 16653038. OLE color: 16653038.
HSL color Cylindrical-coordinate representation of color #EE1AFE: hue angle of 295.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1AFE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 26 | 254 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.00 |
| HSL | 295.79º | 0.99% | 0.55% | - |
| HSV(B) | 295.79º | 0.9% | 1% | - |
| XYZ | 53.52 | 26.07 | 95.98 | - |
| YUV | 115.38 | 206.24 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 254 | 0.06 | 0.90 | 0 | 0.00 | 295.79 | 0.99 | 0.55 |
| Hex | EE | 1A | FE | 6 | 5A | 0 | 0 | 128 | 63 | 37 |
| Octal | 356 | 32 | 376 | 6 | 132 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101110 | 11010 | 11111110 | 110 | 1011010 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #EE1AFE
Complementary color
Monochromatic Colors of #EE1AFE
Black with #EE1AFE
Text Example
Text Example
White with #EE1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AFE; }
p { color: rgb(238,26,254); }
H1.HeaderClassName
{
color: #EE1AFE;
}
.AnyTagClassName
{
color: #EE1AFE;
}
</style>
background-color css
<style>
a { background-color: #EE1AFE; }
a { background-color: rgb(238,26,254); }
div.DivClassName
{
background-color: #EE1AFE;
}
.BgClassName
{
background-color: #EE1AFE;
}
</style>
border-color css
<style>
span { border-color: #EE1AFE; }
span { border-color: rgb(238,26,254); }
td.TdClassName
{
border-color: #EE1AFE;
}
.TagClassName
{
border-color: #EE1AFE;
}
</style>