Shades of Psychedelic Purple #EE2EFD
Tints of Psychedelic Purple #EE2EFD
RGB
CMYK
RGB Variations
Color information
#EE2EFD (or 0xEE2EFD) is known color: Psychedelic Purple. HEX triplet: EE, 2E and FD. RGB value is (238,46,253). Sum of RGB (Red+Green+Blue) = 238+46+253=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EFD is #11D102. Grayscale: #7E7E7E. Windows color (decimal): -1167619 or 16592622. OLE color: 16592622.
HSL color Cylindrical-coordinate representation of color #EE2EFD: hue angle of 295.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2EFD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 46 | 253 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.01 |
| HSL | 295.65º | 0.98% | 0.59% | - |
| HSV(B) | 295.65º | 0.82% | 0.99% | - |
| XYZ | 53.97 | 27.22 | 95.34 | - |
| YUV | 127.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 253 | 0.06 | 0.82 | 0 | 0.01 | 295.65 | 0.98 | 0.59 |
| Hex | EE | 2E | FD | 6 | 52 | 0 | 1 | 128 | 62 | 3B |
| Octal | 356 | 56 | 375 | 6 | 122 | 0 | 1 | 450 | 142 | 73 |
| Binary | 11101110 | 101110 | 11111101 | 110 | 1010010 | 0 | 1 | 100101000 | 1100010 | 111011 |
Color Harmonies of #EE2EFD
Complementary color
Monochromatic Colors of #EE2EFD
Black with #EE2EFD
Text Example
Text Example
White with #EE2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EFD; }
p { color: rgb(238,46,253); }
H1.HeaderClassName
{
color: #EE2EFD;
}
.AnyTagClassName
{
color: #EE2EFD;
}
</style>
background-color css
<style>
a { background-color: #EE2EFD; }
a { background-color: rgb(238,46,253); }
div.DivClassName
{
background-color: #EE2EFD;
}
.BgClassName
{
background-color: #EE2EFD;
}
</style>
border-color css
<style>
span { border-color: #EE2EFD; }
span { border-color: rgb(238,46,253); }
td.TdClassName
{
border-color: #EE2EFD;
}
.TagClassName
{
border-color: #EE2EFD;
}
</style>