Shades of Psychedelic Purple #E325EB
Tints of Psychedelic Purple #E325EB
RGB
CMYK
RGB Variations
Color information
#E325EB (or 0xE325EB) is known color: Psychedelic Purple. HEX triplet: E3, 25 and EB. RGB value is (227,37,235). Sum of RGB (Red+Green+Blue) = 227+37+235=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #E325EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E325EB is #1CDA14. Grayscale: #737373. Windows color (decimal): -1890837 or 15410659. OLE color: 15410659.
HSL color Cylindrical-coordinate representation of color #E325EB: hue angle of 297.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325EB is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 37 | 235 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.08 |
| HSL | 297.58º | 0.83% | 0.53% | - |
| HSV(B) | 297.58º | 0.84% | 0.92% | - |
| XYZ | 47.34 | 23.65 | 80.67 | - |
| YUV | 116.38 | 194.95 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 235 | 0.03 | 0.84 | 0 | 0.08 | 297.58 | 0.83 | 0.53 |
| Hex | E3 | 25 | EB | 3 | 54 | 0 | 8 | 12A | 53 | 35 |
| Octal | 343 | 45 | 353 | 3 | 124 | 0 | 10 | 452 | 123 | 65 |
| Binary | 11100011 | 100101 | 11101011 | 11 | 1010100 | 0 | 1000 | 100101010 | 1010011 | 110101 |
Color Harmonies of #E325EB
Complementary color
Monochromatic Colors of #E325EB
Black with #E325EB
Text Example
Text Example
White with #E325EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325EB; }
p { color: rgb(227,37,235); }
H1.HeaderClassName
{
color: #E325EB;
}
.AnyTagClassName
{
color: #E325EB;
}
</style>
background-color css
<style>
a { background-color: #E325EB; }
a { background-color: rgb(227,37,235); }
div.DivClassName
{
background-color: #E325EB;
}
.BgClassName
{
background-color: #E325EB;
}
</style>
border-color css
<style>
span { border-color: #E325EB; }
span { border-color: rgb(227,37,235); }
td.TdClassName
{
border-color: #E325EB;
}
.TagClassName
{
border-color: #E325EB;
}
</style>