Shades of Psychedelic Purple #E217E7
Tints of Psychedelic Purple #E217E7
RGB
CMYK
RGB Variations
Color information
#E217E7 (or 0xE217E7) is known color: Psychedelic Purple. HEX triplet: E2, 17 and E7. RGB value is (226,23,231). Sum of RGB (Red+Green+Blue) = 226+23+231=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #E217E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217E7 is #1DE818. Grayscale: #6A6A6A. Windows color (decimal): -1959961 or 15144930. OLE color: 15144930.
HSL color Cylindrical-coordinate representation of color #E217E7: hue angle of 298.56º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217E7 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 23 | 231 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.09 |
| HSL | 298.56º | 0.82% | 0.5% | - |
| HSV(B) | 298.56º | 0.9% | 0.91% | - |
| XYZ | 46.09 | 22.55 | 77.52 | - |
| YUV | 107.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 231 | 0.02 | 0.90 | 0 | 0.09 | 298.56 | 0.82 | 0.5 |
| Hex | E2 | 17 | E7 | 2 | 5A | 0 | 9 | 12B | 52 | 32 |
| Octal | 342 | 27 | 347 | 2 | 132 | 0 | 11 | 453 | 122 | 62 |
| Binary | 11100010 | 10111 | 11100111 | 10 | 1011010 | 0 | 1001 | 100101011 | 1010010 | 110010 |
Color Harmonies of #E217E7
Complementary color
Monochromatic Colors of #E217E7
Black with #E217E7
Text Example
Text Example
White with #E217E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217E7; }
p { color: rgb(226,23,231); }
H1.HeaderClassName
{
color: #E217E7;
}
.AnyTagClassName
{
color: #E217E7;
}
</style>
background-color css
<style>
a { background-color: #E217E7; }
a { background-color: rgb(226,23,231); }
div.DivClassName
{
background-color: #E217E7;
}
.BgClassName
{
background-color: #E217E7;
}
</style>
border-color css
<style>
span { border-color: #E217E7; }
span { border-color: rgb(226,23,231); }
td.TdClassName
{
border-color: #E217E7;
}
.TagClassName
{
border-color: #E217E7;
}
</style>