Shades of Psychedelic Purple #E304ED
Tints of Psychedelic Purple #E304ED
RGB
CMYK
RGB Variations
Color information
#E304ED (or 0xE304ED) is known color: Psychedelic Purple. HEX triplet: E3, 04 and ED. RGB value is (227,4,237). Sum of RGB (Red+Green+Blue) = 227+4+237=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #E304ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304ED is #1CFB12. Grayscale: #606060. Windows color (decimal): -1899283 or 15533283. OLE color: 15533283.
HSL color Cylindrical-coordinate representation of color #E304ED: hue angle of 297.42º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304ED is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 4 | 237 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.07 |
| HSL | 297.42º | 0.97% | 0.47% | - |
| HSV(B) | 297.42º | 0.98% | 0.93% | - |
| XYZ | 47.01 | 22.53 | 81.99 | - |
| YUV | 97.24 | 206.88 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 237 | 0.04 | 0.98 | 0 | 0.07 | 297.42 | 0.97 | 0.47 |
| Hex | E3 | 4 | ED | 4 | 62 | 0 | 7 | 129 | 61 | 2F |
| Octal | 343 | 4 | 355 | 4 | 142 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100011 | 100 | 11101101 | 100 | 1100010 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E304ED
Complementary color
Monochromatic Colors of #E304ED
Black with #E304ED
Text Example
Text Example
White with #E304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304ED; }
p { color: rgb(227,4,237); }
H1.HeaderClassName
{
color: #E304ED;
}
.AnyTagClassName
{
color: #E304ED;
}
</style>
background-color css
<style>
a { background-color: #E304ED; }
a { background-color: rgb(227,4,237); }
div.DivClassName
{
background-color: #E304ED;
}
.BgClassName
{
background-color: #E304ED;
}
</style>
border-color css
<style>
span { border-color: #E304ED; }
span { border-color: rgb(227,4,237); }
td.TdClassName
{
border-color: #E304ED;
}
.TagClassName
{
border-color: #E304ED;
}
</style>