Shades of Psychedelic Purple #EE12FF
Tints of Psychedelic Purple #EE12FF
RGB
CMYK
RGB Variations
Color information
#EE12FF (or 0xEE12FF) is known color: Psychedelic Purple. HEX triplet: EE, 12 and FF. RGB value is (238,18,255). Sum of RGB (Red+Green+Blue) = 238+18+255=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FF is #11ED00. Grayscale: #6E6E6E. Windows color (decimal): -1174785 or 16716526. OLE color: 16716526.
HSL color Cylindrical-coordinate representation of color #EE12FF: hue angle of 295.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE12FF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 18 | 255 | - |
| CMYK | 0.07 | 0.93 | 0 | 0 |
| HSL | 295.7º | 1% | 0.54% | - |
| HSV(B) | 295.7º | 0.93% | 1% | - |
| XYZ | 53.53 | 25.83 | 96.77 | - |
| YUV | 110.8 | 209.39 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 255 | 0.07 | 0.93 | 0 | 0 | 295.7 | 1 | 0.54 |
| Hex | EE | 12 | FF | 7 | 5D | 0 | 0 | 128 | 64 | 36 |
| Octal | 356 | 22 | 377 | 7 | 135 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11101110 | 10010 | 11111111 | 111 | 1011101 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #EE12FF
Complementary color
Monochromatic Colors of #EE12FF
Black with #EE12FF
Text Example
Text Example
White with #EE12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12FF; }
p { color: rgb(238,18,255); }
H1.HeaderClassName
{
color: #EE12FF;
}
.AnyTagClassName
{
color: #EE12FF;
}
</style>
background-color css
<style>
a { background-color: #EE12FF; }
a { background-color: rgb(238,18,255); }
div.DivClassName
{
background-color: #EE12FF;
}
.BgClassName
{
background-color: #EE12FF;
}
</style>
border-color css
<style>
span { border-color: #EE12FF; }
span { border-color: rgb(238,18,255); }
td.TdClassName
{
border-color: #EE12FF;
}
.TagClassName
{
border-color: #EE12FF;
}
</style>