Shades of Psychedelic Purple #EE2FFD
Tints of Psychedelic Purple #EE2FFD
RGB
CMYK
RGB Variations
Color information
#EE2FFD (or 0xEE2FFD) is known color: Psychedelic Purple. HEX triplet: EE, 2F and FD. RGB value is (238,47,253). Sum of RGB (Red+Green+Blue) = 238+47+253=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 47 (18.75% from 255 or 8.74% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FFD is #11D002. Grayscale: #7E7E7E. Windows color (decimal): -1167363 or 16592878. OLE color: 16592878.
HSL color Cylindrical-coordinate representation of color #EE2FFD: hue angle of 295.63º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2FFD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 47 | 253 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.01 |
| HSL | 295.63º | 0.98% | 0.59% | - |
| HSV(B) | 295.63º | 0.81% | 0.99% | - |
| XYZ | 54.01 | 27.3 | 95.35 | - |
| YUV | 127.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 253 | 0.06 | 0.81 | 0 | 0.01 | 295.63 | 0.98 | 0.59 |
| Hex | EE | 2F | FD | 6 | 51 | 0 | 1 | 128 | 62 | 3B |
| Octal | 356 | 57 | 375 | 6 | 121 | 0 | 1 | 450 | 142 | 73 |
| Binary | 11101110 | 101111 | 11111101 | 110 | 1010001 | 0 | 1 | 100101000 | 1100010 | 111011 |
Color Harmonies of #EE2FFD
Complementary color
Monochromatic Colors of #EE2FFD
Black with #EE2FFD
Text Example
Text Example
White with #EE2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FFD; }
p { color: rgb(238,47,253); }
H1.HeaderClassName
{
color: #EE2FFD;
}
.AnyTagClassName
{
color: #EE2FFD;
}
</style>
background-color css
<style>
a { background-color: #EE2FFD; }
a { background-color: rgb(238,47,253); }
div.DivClassName
{
background-color: #EE2FFD;
}
.BgClassName
{
background-color: #EE2FFD;
}
</style>
border-color css
<style>
span { border-color: #EE2FFD; }
span { border-color: rgb(238,47,253); }
td.TdClassName
{
border-color: #EE2FFD;
}
.TagClassName
{
border-color: #EE2FFD;
}
</style>