Shades of Psychedelic Purple #E21FE5
Tints of Psychedelic Purple #E21FE5
RGB
CMYK
RGB Variations
Color information
#E21FE5 (or 0xE21FE5) is known color: Psychedelic Purple. HEX triplet: E2, 1F and E5. RGB value is (226,31,229). Sum of RGB (Red+Green+Blue) = 226+31+229=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #E21FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FE5 is #1DE01A. Grayscale: #6F6F6F. Windows color (decimal): -1957915 or 15015906. OLE color: 15015906.
HSL color Cylindrical-coordinate representation of color #E21FE5: hue angle of 299.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FE5 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 31 | 229 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.10 |
| HSL | 299.09º | 0.79% | 0.51% | - |
| HSV(B) | 299.09º | 0.86% | 0.9% | - |
| XYZ | 46 | 22.81 | 76.11 | - |
| YUV | 111.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 229 | 0.01 | 0.86 | 0 | 0.10 | 299.09 | 0.79 | 0.51 |
| Hex | E2 | 1F | E5 | 1 | 56 | 0 | A | 12B | 4F | 33 |
| Octal | 342 | 37 | 345 | 1 | 126 | 0 | 12 | 453 | 117 | 63 |
| Binary | 11100010 | 11111 | 11100101 | 1 | 1010110 | 0 | 1010 | 100101011 | 1001111 | 110011 |
Color Harmonies of #E21FE5
Complementary color
Monochromatic Colors of #E21FE5
Black with #E21FE5
Text Example
Text Example
White with #E21FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FE5; }
p { color: rgb(226,31,229); }
H1.HeaderClassName
{
color: #E21FE5;
}
.AnyTagClassName
{
color: #E21FE5;
}
</style>
background-color css
<style>
a { background-color: #E21FE5; }
a { background-color: rgb(226,31,229); }
div.DivClassName
{
background-color: #E21FE5;
}
.BgClassName
{
background-color: #E21FE5;
}
</style>
border-color css
<style>
span { border-color: #E21FE5; }
span { border-color: rgb(226,31,229); }
td.TdClassName
{
border-color: #E21FE5;
}
.TagClassName
{
border-color: #E21FE5;
}
</style>