Shades of Psychedelic Purple #E308ED
Tints of Psychedelic Purple #E308ED
RGB
CMYK
RGB Variations
Color information
#E308ED (or 0xE308ED) is known color: Psychedelic Purple. HEX triplet: E3, 08 and ED. RGB value is (227,8,237). Sum of RGB (Red+Green+Blue) = 227+8+237=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #E308ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308ED is #1CF712. Grayscale: #626262. Windows color (decimal): -1898259 or 15534307. OLE color: 15534307.
HSL color Cylindrical-coordinate representation of color #E308ED: hue angle of 297.38º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E308ED is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 8 | 237 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.07 |
| HSL | 297.38º | 0.93% | 0.48% | - |
| HSV(B) | 297.38º | 0.97% | 0.93% | - |
| XYZ | 47.05 | 22.62 | 82.01 | - |
| YUV | 99.59 | 205.55 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 237 | 0.04 | 0.97 | 0 | 0.07 | 297.38 | 0.93 | 0.48 |
| Hex | E3 | 8 | ED | 4 | 61 | 0 | 7 | 129 | 5D | 30 |
| Octal | 343 | 10 | 355 | 4 | 141 | 0 | 7 | 451 | 135 | 60 |
| Binary | 11100011 | 1000 | 11101101 | 100 | 1100001 | 0 | 111 | 100101001 | 1011101 | 110000 |
Color Harmonies of #E308ED
Complementary color
Monochromatic Colors of #E308ED
Black with #E308ED
Text Example
Text Example
White with #E308ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308ED; }
p { color: rgb(227,8,237); }
H1.HeaderClassName
{
color: #E308ED;
}
.AnyTagClassName
{
color: #E308ED;
}
</style>
background-color css
<style>
a { background-color: #E308ED; }
a { background-color: rgb(227,8,237); }
div.DivClassName
{
background-color: #E308ED;
}
.BgClassName
{
background-color: #E308ED;
}
</style>
border-color css
<style>
span { border-color: #E308ED; }
span { border-color: rgb(227,8,237); }
td.TdClassName
{
border-color: #E308ED;
}
.TagClassName
{
border-color: #E308ED;
}
</style>