Shades of Psychedelic Purple #EE2CFF
Tints of Psychedelic Purple #EE2CFF
RGB
CMYK
RGB Variations
Color information
#EE2CFF (or 0xEE2CFF) is known color: Psychedelic Purple. HEX triplet: EE, 2C and FF. RGB value is (238,44,255). Sum of RGB (Red+Green+Blue) = 238+44+255=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 44 (17.58% from 255 or 8.19% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CFF is #11D300. Grayscale: #7D7D7D. Windows color (decimal): -1168129 or 16723182. OLE color: 16723182.
HSL color Cylindrical-coordinate representation of color #EE2CFF: hue angle of 295.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2CFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 44 | 255 | - |
| CMYK | 0.07 | 0.83 | 0 | 0 |
| HSL | 295.17º | 1% | 0.59% | - |
| HSV(B) | 295.17º | 0.83% | 1% | - |
| XYZ | 54.21 | 27.2 | 97 | - |
| YUV | 126.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 255 | 0.07 | 0.83 | 0 | 0 | 295.17 | 1 | 0.59 |
| Hex | EE | 2C | FF | 7 | 53 | 0 | 0 | 127 | 64 | 3B |
| Octal | 356 | 54 | 377 | 7 | 123 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101110 | 101100 | 11111111 | 111 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EE2CFF
Complementary color
Monochromatic Colors of #EE2CFF
Black with #EE2CFF
Text Example
Text Example
White with #EE2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CFF; }
p { color: rgb(238,44,255); }
H1.HeaderClassName
{
color: #EE2CFF;
}
.AnyTagClassName
{
color: #EE2CFF;
}
</style>
background-color css
<style>
a { background-color: #EE2CFF; }
a { background-color: rgb(238,44,255); }
div.DivClassName
{
background-color: #EE2CFF;
}
.BgClassName
{
background-color: #EE2CFF;
}
</style>
border-color css
<style>
span { border-color: #EE2CFF; }
span { border-color: rgb(238,44,255); }
td.TdClassName
{
border-color: #EE2CFF;
}
.TagClassName
{
border-color: #EE2CFF;
}
</style>