Shades of Psychedelic Purple #EE1DFF
Tints of Psychedelic Purple #EE1DFF
RGB
CMYK
RGB Variations
Color information
#EE1DFF (or 0xEE1DFF) is known color: Psychedelic Purple. HEX triplet: EE, 1D and FF. RGB value is (238,29,255). Sum of RGB (Red+Green+Blue) = 238+29+255=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DFF is #11E200. Grayscale: #747474. Windows color (decimal): -1171969 or 16719342. OLE color: 16719342.
HSL color Cylindrical-coordinate representation of color #EE1DFF: hue angle of 295.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1DFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 29 | 255 | - |
| CMYK | 0.07 | 0.89 | 0 | 0 |
| HSL | 295.49º | 1% | 0.56% | - |
| HSV(B) | 295.49º | 0.89% | 1% | - |
| XYZ | 53.75 | 26.28 | 96.85 | - |
| YUV | 117.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 255 | 0.07 | 0.89 | 0 | 0 | 295.49 | 1 | 0.56 |
| Hex | EE | 1D | FF | 7 | 59 | 0 | 0 | 127 | 64 | 38 |
| Octal | 356 | 35 | 377 | 7 | 131 | 0 | 0 | 447 | 144 | 70 |
| Binary | 11101110 | 11101 | 11111111 | 111 | 1011001 | 0 | 0 | 100100111 | 1100100 | 111000 |
Color Harmonies of #EE1DFF
Complementary color
Monochromatic Colors of #EE1DFF
Black with #EE1DFF
Text Example
Text Example
White with #EE1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DFF; }
p { color: rgb(238,29,255); }
H1.HeaderClassName
{
color: #EE1DFF;
}
.AnyTagClassName
{
color: #EE1DFF;
}
</style>
background-color css
<style>
a { background-color: #EE1DFF; }
a { background-color: rgb(238,29,255); }
div.DivClassName
{
background-color: #EE1DFF;
}
.BgClassName
{
background-color: #EE1DFF;
}
</style>
border-color css
<style>
span { border-color: #EE1DFF; }
span { border-color: rgb(238,29,255); }
td.TdClassName
{
border-color: #EE1DFF;
}
.TagClassName
{
border-color: #EE1DFF;
}
</style>