Shades of Psychedelic Purple #E217E6
Tints of Psychedelic Purple #E217E6
RGB
CMYK
RGB Variations
Color information
#E217E6 (or 0xE217E6) is known color: Psychedelic Purple. HEX triplet: E2, 17 and E6. RGB value is (226,23,230). Sum of RGB (Red+Green+Blue) = 226+23+230=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #E217E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217E6 is #1DE819. Grayscale: #6A6A6A. Windows color (decimal): -1959962 or 15079394. OLE color: 15079394.
HSL color Cylindrical-coordinate representation of color #E217E6: hue angle of 298.84º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217E6 is Cyan = 0.02, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 23 | 230 | - |
| CMYK | 0.02 | 0.9 | 0 | 0.10 |
| HSL | 298.84º | 0.82% | 0.5% | - |
| HSV(B) | 298.84º | 0.9% | 0.9% | - |
| XYZ | 45.95 | 22.49 | 76.78 | - |
| YUV | 107.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 230 | 0.02 | 0.9 | 0 | 0.10 | 298.84 | 0.82 | 0.5 |
| Hex | E2 | 17 | E6 | 2 | 5A | 0 | A | 12B | 52 | 32 |
| Octal | 342 | 27 | 346 | 2 | 132 | 0 | 12 | 453 | 122 | 62 |
| Binary | 11100010 | 10111 | 11100110 | 10 | 1011010 | 0 | 1010 | 100101011 | 1010010 | 110010 |
Color Harmonies of #E217E6
Complementary color
Monochromatic Colors of #E217E6
Black with #E217E6
Text Example
Text Example
White with #E217E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217E6; }
p { color: rgb(226,23,230); }
H1.HeaderClassName
{
color: #E217E6;
}
.AnyTagClassName
{
color: #E217E6;
}
</style>
background-color css
<style>
a { background-color: #E217E6; }
a { background-color: rgb(226,23,230); }
div.DivClassName
{
background-color: #E217E6;
}
.BgClassName
{
background-color: #E217E6;
}
</style>
border-color css
<style>
span { border-color: #E217E6; }
span { border-color: rgb(226,23,230); }
td.TdClassName
{
border-color: #E217E6;
}
.TagClassName
{
border-color: #E217E6;
}
</style>