Shades of Psychedelic Purple #EE2BFF
Tints of Psychedelic Purple #EE2BFF
RGB
CMYK
RGB Variations
Color information
#EE2BFF (or 0xEE2BFF) is known color: Psychedelic Purple. HEX triplet: EE, 2B and FF. RGB value is (238,43,255). Sum of RGB (Red+Green+Blue) = 238+43+255=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 43 (17.19% from 255 or 8.02% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BFF is #11D400. Grayscale: #7C7C7C. Windows color (decimal): -1168385 or 16722926. OLE color: 16722926.
HSL color Cylindrical-coordinate representation of color #EE2BFF: hue angle of 295.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2BFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 43 | 255 | - |
| CMYK | 0.07 | 0.83 | 0 | 0 |
| HSL | 295.19º | 1% | 0.58% | - |
| HSV(B) | 295.19º | 0.83% | 1% | - |
| XYZ | 54.17 | 27.12 | 96.99 | - |
| YUV | 125.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 255 | 0.07 | 0.83 | 0 | 0 | 295.19 | 1 | 0.58 |
| Hex | EE | 2B | FF | 7 | 53 | 0 | 0 | 127 | 64 | 3A |
| Octal | 356 | 53 | 377 | 7 | 123 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101110 | 101011 | 11111111 | 111 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EE2BFF
Complementary color
Monochromatic Colors of #EE2BFF
Black with #EE2BFF
Text Example
Text Example
White with #EE2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BFF; }
p { color: rgb(238,43,255); }
H1.HeaderClassName
{
color: #EE2BFF;
}
.AnyTagClassName
{
color: #EE2BFF;
}
</style>
background-color css
<style>
a { background-color: #EE2BFF; }
a { background-color: rgb(238,43,255); }
div.DivClassName
{
background-color: #EE2BFF;
}
.BgClassName
{
background-color: #EE2BFF;
}
</style>
border-color css
<style>
span { border-color: #EE2BFF; }
span { border-color: rgb(238,43,255); }
td.TdClassName
{
border-color: #EE2BFF;
}
.TagClassName
{
border-color: #EE2BFF;
}
</style>