Shades of Psychedelic Purple #E202F5
Tints of Psychedelic Purple #E202F5
RGB
CMYK
RGB Variations
Color information
#E202F5 (or 0xE202F5) is known color: Psychedelic Purple. HEX triplet: E2, 02 and F5. RGB value is (226,2,245). Sum of RGB (Red+Green+Blue) = 226+2+245=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 2 (1.17% from 255 or 0.42% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #E202F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202F5 is #1DFD0A. Grayscale: #5F5F5F. Windows color (decimal): -1965323 or 16057058. OLE color: 16057058.
HSL color Cylindrical-coordinate representation of color #E202F5: hue angle of 295.31º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202F5 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 2 | 245 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.04 |
| HSL | 295.31º | 0.98% | 0.48% | - |
| HSV(B) | 295.31º | 0.99% | 0.96% | - |
| XYZ | 47.87 | 22.8 | 88.27 | - |
| YUV | 96.68 | 211.71 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 245 | 0.08 | 0.99 | 0 | 0.04 | 295.31 | 0.98 | 0.48 |
| Hex | E2 | 2 | F5 | 8 | 63 | 0 | 4 | 127 | 62 | 30 |
| Octal | 342 | 2 | 365 | 10 | 143 | 0 | 4 | 447 | 142 | 60 |
| Binary | 11100010 | 10 | 11110101 | 1000 | 1100011 | 0 | 100 | 100100111 | 1100010 | 110000 |
Color Harmonies of #E202F5
Complementary color
Monochromatic Colors of #E202F5
Black with #E202F5
Text Example
Text Example
White with #E202F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202F5; }
p { color: rgb(226,2,245); }
H1.HeaderClassName
{
color: #E202F5;
}
.AnyTagClassName
{
color: #E202F5;
}
</style>
background-color css
<style>
a { background-color: #E202F5; }
a { background-color: rgb(226,2,245); }
div.DivClassName
{
background-color: #E202F5;
}
.BgClassName
{
background-color: #E202F5;
}
</style>
border-color css
<style>
span { border-color: #E202F5; }
span { border-color: rgb(226,2,245); }
td.TdClassName
{
border-color: #E202F5;
}
.TagClassName
{
border-color: #E202F5;
}
</style>