Shades of Psychedelic Purple #E226E6
Tints of Psychedelic Purple #E226E6
RGB
CMYK
RGB Variations
Color information
#E226E6 (or 0xE226E6) is known color: Psychedelic Purple. HEX triplet: E2, 26 and E6. RGB value is (226,38,230). Sum of RGB (Red+Green+Blue) = 226+38+230=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #E226E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E226E6 is #1DD919. Grayscale: #737373. Windows color (decimal): -1956122 or 15083234. OLE color: 15083234.
HSL color Cylindrical-coordinate representation of color #E226E6: hue angle of 298.75º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226E6 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 38 | 230 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.10 |
| HSL | 298.75º | 0.79% | 0.53% | - |
| HSV(B) | 298.75º | 0.83% | 0.9% | - |
| XYZ | 46.34 | 23.27 | 76.91 | - |
| YUV | 116.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 230 | 0.02 | 0.83 | 0 | 0.10 | 298.75 | 0.79 | 0.53 |
| Hex | E2 | 26 | E6 | 2 | 53 | 0 | A | 12B | 4F | 35 |
| Octal | 342 | 46 | 346 | 2 | 123 | 0 | 12 | 453 | 117 | 65 |
| Binary | 11100010 | 100110 | 11100110 | 10 | 1010011 | 0 | 1010 | 100101011 | 1001111 | 110101 |
Color Harmonies of #E226E6
Complementary color
Monochromatic Colors of #E226E6
Black with #E226E6
Text Example
Text Example
White with #E226E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226E6; }
p { color: rgb(226,38,230); }
H1.HeaderClassName
{
color: #E226E6;
}
.AnyTagClassName
{
color: #E226E6;
}
</style>
background-color css
<style>
a { background-color: #E226E6; }
a { background-color: rgb(226,38,230); }
div.DivClassName
{
background-color: #E226E6;
}
.BgClassName
{
background-color: #E226E6;
}
</style>
border-color css
<style>
span { border-color: #E226E6; }
span { border-color: rgb(226,38,230); }
td.TdClassName
{
border-color: #E226E6;
}
.TagClassName
{
border-color: #E226E6;
}
</style>