Shades of Psychedelic Purple #E305E5
Tints of Psychedelic Purple #E305E5
RGB
CMYK
RGB Variations
Color information
#E305E5 (or 0xE305E5) is known color: Psychedelic Purple. HEX triplet: E3, 05 and E5. RGB value is (227,5,229). Sum of RGB (Red+Green+Blue) = 227+5+229=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #E305E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E305E5 is #1CFA1A. Grayscale: #606060. Windows color (decimal): -1899035 or 15009251. OLE color: 15009251.
HSL color Cylindrical-coordinate representation of color #E305E5: hue angle of 299.46º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305E5 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 5 | 229 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.10 |
| HSL | 299.46º | 0.96% | 0.46% | - |
| HSV(B) | 299.46º | 0.98% | 0.9% | - |
| XYZ | 45.88 | 22.1 | 75.98 | - |
| YUV | 96.91 | 202.55 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 229 | 0.01 | 0.98 | 0 | 0.10 | 299.46 | 0.96 | 0.46 |
| Hex | E3 | 5 | E5 | 1 | 62 | 0 | A | 12B | 60 | 2E |
| Octal | 343 | 5 | 345 | 1 | 142 | 0 | 12 | 453 | 140 | 56 |
| Binary | 11100011 | 101 | 11100101 | 1 | 1100010 | 0 | 1010 | 100101011 | 1100000 | 101110 |
Color Harmonies of #E305E5
Complementary color
Monochromatic Colors of #E305E5
Black with #E305E5
Text Example
Text Example
White with #E305E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305E5; }
p { color: rgb(227,5,229); }
H1.HeaderClassName
{
color: #E305E5;
}
.AnyTagClassName
{
color: #E305E5;
}
</style>
background-color css
<style>
a { background-color: #E305E5; }
a { background-color: rgb(227,5,229); }
div.DivClassName
{
background-color: #E305E5;
}
.BgClassName
{
background-color: #E305E5;
}
</style>
border-color css
<style>
span { border-color: #E305E5; }
span { border-color: rgb(227,5,229); }
td.TdClassName
{
border-color: #E305E5;
}
.TagClassName
{
border-color: #E305E5;
}
</style>