Shades of Psychedelic Purple #E304EA
Tints of Psychedelic Purple #E304EA
RGB
CMYK
RGB Variations
Color information
#E304EA (or 0xE304EA) is known color: Psychedelic Purple. HEX triplet: E3, 04 and EA. RGB value is (227,4,234). Sum of RGB (Red+Green+Blue) = 227+4+234=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #E304EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304EA is #1CFB15. Grayscale: #606060. Windows color (decimal): -1899286 or 15336675. OLE color: 15336675.
HSL color Cylindrical-coordinate representation of color #E304EA: hue angle of 298.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304EA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 4 | 234 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.08 |
| HSL | 298.17º | 0.97% | 0.47% | - |
| HSV(B) | 298.17º | 0.98% | 0.92% | - |
| XYZ | 46.57 | 22.36 | 79.7 | - |
| YUV | 96.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 234 | 0.03 | 0.98 | 0 | 0.08 | 298.17 | 0.97 | 0.47 |
| Hex | E3 | 4 | EA | 3 | 62 | 0 | 8 | 12A | 61 | 2F |
| Octal | 343 | 4 | 352 | 3 | 142 | 0 | 10 | 452 | 141 | 57 |
| Binary | 11100011 | 100 | 11101010 | 11 | 1100010 | 0 | 1000 | 100101010 | 1100001 | 101111 |
Color Harmonies of #E304EA
Complementary color
Monochromatic Colors of #E304EA
Black with #E304EA
Text Example
Text Example
White with #E304EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304EA; }
p { color: rgb(227,4,234); }
H1.HeaderClassName
{
color: #E304EA;
}
.AnyTagClassName
{
color: #E304EA;
}
</style>
background-color css
<style>
a { background-color: #E304EA; }
a { background-color: rgb(227,4,234); }
div.DivClassName
{
background-color: #E304EA;
}
.BgClassName
{
background-color: #E304EA;
}
</style>
border-color css
<style>
span { border-color: #E304EA; }
span { border-color: rgb(227,4,234); }
td.TdClassName
{
border-color: #E304EA;
}
.TagClassName
{
border-color: #E304EA;
}
</style>