Shades of Psychedelic Purple #E307E5
Tints of Psychedelic Purple #E307E5
RGB
CMYK
RGB Variations
Color information
#E307E5 (or 0xE307E5) is known color: Psychedelic Purple. HEX triplet: E3, 07 and E5. RGB value is (227,7,229). Sum of RGB (Red+Green+Blue) = 227+7+229=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 7 (3.12% from 255 or 1.51% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #E307E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307E5 is #1CF81A. Grayscale: #616161. Windows color (decimal): -1898523 or 15009763. OLE color: 15009763.
HSL color Cylindrical-coordinate representation of color #E307E5: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307E5 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 7 | 229 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.10 |
| HSL | 299.46º | 0.94% | 0.46% | - |
| HSV(B) | 299.46º | 0.97% | 0.9% | - |
| XYZ | 45.9 | 22.14 | 75.98 | - |
| YUV | 98.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 229 | 0.01 | 0.97 | 0 | 0.10 | 299.46 | 0.94 | 0.46 |
| Hex | E3 | 7 | E5 | 1 | 61 | 0 | A | 12B | 5E | 2E |
| Octal | 343 | 7 | 345 | 1 | 141 | 0 | 12 | 453 | 136 | 56 |
| Binary | 11100011 | 111 | 11100101 | 1 | 1100001 | 0 | 1010 | 100101011 | 1011110 | 101110 |
Color Harmonies of #E307E5
Complementary color
Monochromatic Colors of #E307E5
Black with #E307E5
Text Example
Text Example
White with #E307E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307E5; }
p { color: rgb(227,7,229); }
H1.HeaderClassName
{
color: #E307E5;
}
.AnyTagClassName
{
color: #E307E5;
}
</style>
background-color css
<style>
a { background-color: #E307E5; }
a { background-color: rgb(227,7,229); }
div.DivClassName
{
background-color: #E307E5;
}
.BgClassName
{
background-color: #E307E5;
}
</style>
border-color css
<style>
span { border-color: #E307E5; }
span { border-color: rgb(227,7,229); }
td.TdClassName
{
border-color: #E307E5;
}
.TagClassName
{
border-color: #E307E5;
}
</style>