Shades of Psychedelic Purple #EE18FF
Tints of Psychedelic Purple #EE18FF
RGB
CMYK
RGB Variations
Color information
#EE18FF (or 0xEE18FF) is known color: Psychedelic Purple. HEX triplet: EE, 18 and FF. RGB value is (238,24,255). Sum of RGB (Red+Green+Blue) = 238+24+255=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 24 (9.77% from 255 or 4.64% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18FF is #11E700. Grayscale: #717171. Windows color (decimal): -1173249 or 16718062. OLE color: 16718062.
HSL color Cylindrical-coordinate representation of color #EE18FF: hue angle of 295.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE18FF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 24 | 255 | - |
| CMYK | 0.07 | 0.91 | 0 | 0 |
| HSL | 295.58º | 1% | 0.55% | - |
| HSV(B) | 295.58º | 0.91% | 1% | - |
| XYZ | 53.64 | 26.05 | 96.81 | - |
| YUV | 114.32 | 207.4 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 255 | 0.07 | 0.91 | 0 | 0 | 295.58 | 1 | 0.55 |
| Hex | EE | 18 | FF | 7 | 5B | 0 | 0 | 128 | 64 | 37 |
| Octal | 356 | 30 | 377 | 7 | 133 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11101110 | 11000 | 11111111 | 111 | 1011011 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #EE18FF
Complementary color
Monochromatic Colors of #EE18FF
Black with #EE18FF
Text Example
Text Example
White with #EE18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18FF; }
p { color: rgb(238,24,255); }
H1.HeaderClassName
{
color: #EE18FF;
}
.AnyTagClassName
{
color: #EE18FF;
}
</style>
background-color css
<style>
a { background-color: #EE18FF; }
a { background-color: rgb(238,24,255); }
div.DivClassName
{
background-color: #EE18FF;
}
.BgClassName
{
background-color: #EE18FF;
}
</style>
border-color css
<style>
span { border-color: #EE18FF; }
span { border-color: rgb(238,24,255); }
td.TdClassName
{
border-color: #EE18FF;
}
.TagClassName
{
border-color: #EE18FF;
}
</style>