Shades of Psychedelic Purple #E304E9
Tints of Psychedelic Purple #E304E9
RGB
CMYK
RGB Variations
Color information
#E304E9 (or 0xE304E9) is known color: Psychedelic Purple. HEX triplet: E3, 04 and E9. RGB value is (227,4,233). Sum of RGB (Red+Green+Blue) = 227+4+233=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #E304E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304E9 is #1CFB16. Grayscale: #606060. Windows color (decimal): -1899287 or 15271139. OLE color: 15271139.
HSL color Cylindrical-coordinate representation of color #E304E9: hue angle of 298.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304E9 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 4 | 233 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.09 |
| HSL | 298.43º | 0.97% | 0.46% | - |
| HSV(B) | 298.43º | 0.98% | 0.91% | - |
| XYZ | 46.43 | 22.3 | 78.95 | - |
| YUV | 96.78 | 204.88 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 233 | 0.03 | 0.98 | 0 | 0.09 | 298.43 | 0.97 | 0.46 |
| Hex | E3 | 4 | E9 | 3 | 62 | 0 | 9 | 12A | 61 | 2E |
| Octal | 343 | 4 | 351 | 3 | 142 | 0 | 11 | 452 | 141 | 56 |
| Binary | 11100011 | 100 | 11101001 | 11 | 1100010 | 0 | 1001 | 100101010 | 1100001 | 101110 |
Color Harmonies of #E304E9
Complementary color
Monochromatic Colors of #E304E9
Black with #E304E9
Text Example
Text Example
White with #E304E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304E9; }
p { color: rgb(227,4,233); }
H1.HeaderClassName
{
color: #E304E9;
}
.AnyTagClassName
{
color: #E304E9;
}
</style>
background-color css
<style>
a { background-color: #E304E9; }
a { background-color: rgb(227,4,233); }
div.DivClassName
{
background-color: #E304E9;
}
.BgClassName
{
background-color: #E304E9;
}
</style>
border-color css
<style>
span { border-color: #E304E9; }
span { border-color: rgb(227,4,233); }
td.TdClassName
{
border-color: #E304E9;
}
.TagClassName
{
border-color: #E304E9;
}
</style>