Shades of Psychedelic Purple #EE2FFE
Tints of Psychedelic Purple #EE2FFE
RGB
CMYK
RGB Variations
Color information
#EE2FFE (or 0xEE2FFE) is known color: Psychedelic Purple. HEX triplet: EE, 2F and FE. RGB value is (238,47,254). Sum of RGB (Red+Green+Blue) = 238+47+254=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 47 (18.75% from 255 or 8.72% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FFE is #11D001. Grayscale: #7F7F7F. Windows color (decimal): -1167362 or 16658414. OLE color: 16658414.
HSL color Cylindrical-coordinate representation of color #EE2FFE: hue angle of 295.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2FFE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 47 | 254 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.00 |
| HSL | 295.36º | 0.99% | 0.59% | - |
| HSV(B) | 295.36º | 0.81% | 1% | - |
| XYZ | 54.17 | 27.37 | 96.19 | - |
| YUV | 127.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 254 | 0.06 | 0.81 | 0 | 0.00 | 295.36 | 0.99 | 0.59 |
| Hex | EE | 2F | FE | 6 | 51 | 0 | 0 | 127 | 63 | 3B |
| Octal | 356 | 57 | 376 | 6 | 121 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101110 | 101111 | 11111110 | 110 | 1010001 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #EE2FFE
Complementary color
Monochromatic Colors of #EE2FFE
Black with #EE2FFE
Text Example
Text Example
White with #EE2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FFE; }
p { color: rgb(238,47,254); }
H1.HeaderClassName
{
color: #EE2FFE;
}
.AnyTagClassName
{
color: #EE2FFE;
}
</style>
background-color css
<style>
a { background-color: #EE2FFE; }
a { background-color: rgb(238,47,254); }
div.DivClassName
{
background-color: #EE2FFE;
}
.BgClassName
{
background-color: #EE2FFE;
}
</style>
border-color css
<style>
span { border-color: #EE2FFE; }
span { border-color: rgb(238,47,254); }
td.TdClassName
{
border-color: #EE2FFE;
}
.TagClassName
{
border-color: #EE2FFE;
}
</style>