Shades of Psychedelic Purple #EE0EFF
Tints of Psychedelic Purple #EE0EFF
RGB
CMYK
RGB Variations
Color information
#EE0EFF (or 0xEE0EFF) is known color: Psychedelic Purple. HEX triplet: EE, 0E and FF. RGB value is (238,14,255). Sum of RGB (Red+Green+Blue) = 238+14+255=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 14 (5.86% from 255 or 2.76% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFF is #11F100. Grayscale: #6B6B6B. Windows color (decimal): -1175809 or 16715502. OLE color: 16715502.
HSL color Cylindrical-coordinate representation of color #EE0EFF: hue angle of 295.77º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0EFF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 14 | 255 | - |
| CMYK | 0.07 | 0.95 | 0 | 0 |
| HSL | 295.77º | 1% | 0.53% | - |
| HSV(B) | 295.77º | 0.95% | 1% | - |
| XYZ | 53.47 | 25.71 | 96.75 | - |
| YUV | 108.45 | 210.71 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 255 | 0.07 | 0.95 | 0 | 0 | 295.77 | 1 | 0.53 |
| Hex | EE | E | FF | 7 | 5F | 0 | 0 | 128 | 64 | 35 |
| Octal | 356 | 16 | 377 | 7 | 137 | 0 | 0 | 450 | 144 | 65 |
| Binary | 11101110 | 1110 | 11111111 | 111 | 1011111 | 0 | 0 | 100101000 | 1100100 | 110101 |
Color Harmonies of #EE0EFF
Complementary color
Monochromatic Colors of #EE0EFF
Black with #EE0EFF
Text Example
Text Example
White with #EE0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EFF; }
p { color: rgb(238,14,255); }
H1.HeaderClassName
{
color: #EE0EFF;
}
.AnyTagClassName
{
color: #EE0EFF;
}
</style>
background-color css
<style>
a { background-color: #EE0EFF; }
a { background-color: rgb(238,14,255); }
div.DivClassName
{
background-color: #EE0EFF;
}
.BgClassName
{
background-color: #EE0EFF;
}
</style>
border-color css
<style>
span { border-color: #EE0EFF; }
span { border-color: rgb(238,14,255); }
td.TdClassName
{
border-color: #EE0EFF;
}
.TagClassName
{
border-color: #EE0EFF;
}
</style>