Shades of Psychedelic Purple #E217E5
Tints of Psychedelic Purple #E217E5
RGB
CMYK
RGB Variations
Color information
#E217E5 (or 0xE217E5) is known color: Psychedelic Purple. HEX triplet: E2, 17 and E5. RGB value is (226,23,229). Sum of RGB (Red+Green+Blue) = 226+23+229=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #E217E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217E5 is #1DE81A. Grayscale: #6A6A6A. Windows color (decimal): -1959963 or 15013858. OLE color: 15013858.
HSL color Cylindrical-coordinate representation of color #E217E5: hue angle of 299.13º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217E5 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 23 | 229 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.10 |
| HSL | 299.13º | 0.82% | 0.49% | - |
| HSV(B) | 299.13º | 0.9% | 0.9% | - |
| XYZ | 45.81 | 22.44 | 76.05 | - |
| YUV | 107.18 | 196.75 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 229 | 0.01 | 0.90 | 0 | 0.10 | 299.13 | 0.82 | 0.49 |
| Hex | E2 | 17 | E5 | 1 | 5A | 0 | A | 12B | 52 | 31 |
| Octal | 342 | 27 | 345 | 1 | 132 | 0 | 12 | 453 | 122 | 61 |
| Binary | 11100010 | 10111 | 11100101 | 1 | 1011010 | 0 | 1010 | 100101011 | 1010010 | 110001 |
Color Harmonies of #E217E5
Complementary color
Monochromatic Colors of #E217E5
Black with #E217E5
Text Example
Text Example
White with #E217E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217E5; }
p { color: rgb(226,23,229); }
H1.HeaderClassName
{
color: #E217E5;
}
.AnyTagClassName
{
color: #E217E5;
}
</style>
background-color css
<style>
a { background-color: #E217E5; }
a { background-color: rgb(226,23,229); }
div.DivClassName
{
background-color: #E217E5;
}
.BgClassName
{
background-color: #E217E5;
}
</style>
border-color css
<style>
span { border-color: #E217E5; }
span { border-color: rgb(226,23,229); }
td.TdClassName
{
border-color: #E217E5;
}
.TagClassName
{
border-color: #E217E5;
}
</style>