Shades of Psychedelic Purple #EE2BFD
Tints of Psychedelic Purple #EE2BFD
RGB
CMYK
RGB Variations
Color information
#EE2BFD (or 0xEE2BFD) is known color: Psychedelic Purple. HEX triplet: EE, 2B and FD. RGB value is (238,43,253). Sum of RGB (Red+Green+Blue) = 238+43+253=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BFD is #11D402. Grayscale: #7C7C7C. Windows color (decimal): -1168387 or 16591854. OLE color: 16591854.
HSL color Cylindrical-coordinate representation of color #EE2BFD: hue angle of 295.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2BFD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 43 | 253 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.01 |
| HSL | 295.71º | 0.98% | 0.58% | - |
| HSV(B) | 295.71º | 0.83% | 0.99% | - |
| XYZ | 53.85 | 27 | 95.3 | - |
| YUV | 125.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 253 | 0.06 | 0.83 | 0 | 0.01 | 295.71 | 0.98 | 0.58 |
| Hex | EE | 2B | FD | 6 | 53 | 0 | 1 | 128 | 62 | 3A |
| Octal | 356 | 53 | 375 | 6 | 123 | 0 | 1 | 450 | 142 | 72 |
| Binary | 11101110 | 101011 | 11111101 | 110 | 1010011 | 0 | 1 | 100101000 | 1100010 | 111010 |
Color Harmonies of #EE2BFD
Complementary color
Monochromatic Colors of #EE2BFD
Black with #EE2BFD
Text Example
Text Example
White with #EE2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BFD; }
p { color: rgb(238,43,253); }
H1.HeaderClassName
{
color: #EE2BFD;
}
.AnyTagClassName
{
color: #EE2BFD;
}
</style>
background-color css
<style>
a { background-color: #EE2BFD; }
a { background-color: rgb(238,43,253); }
div.DivClassName
{
background-color: #EE2BFD;
}
.BgClassName
{
background-color: #EE2BFD;
}
</style>
border-color css
<style>
span { border-color: #EE2BFD; }
span { border-color: rgb(238,43,253); }
td.TdClassName
{
border-color: #EE2BFD;
}
.TagClassName
{
border-color: #EE2BFD;
}
</style>