Shades of Psychedelic Purple #E303EB
Tints of Psychedelic Purple #E303EB
RGB
CMYK
RGB Variations
Color information
#E303EB (or 0xE303EB) is known color: Psychedelic Purple. HEX triplet: E3, 03 and EB. RGB value is (227,3,235). Sum of RGB (Red+Green+Blue) = 227+3+235=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #E303EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303EB is #1CFC14. Grayscale: #5F5F5F. Windows color (decimal): -1899541 or 15401955. OLE color: 15401955.
HSL color Cylindrical-coordinate representation of color #E303EB: hue angle of 297.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E303EB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 3 | 235 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.08 |
| HSL | 297.93º | 0.97% | 0.47% | - |
| HSV(B) | 297.93º | 0.99% | 0.92% | - |
| XYZ | 46.71 | 22.39 | 80.46 | - |
| YUV | 96.42 | 206.21 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 235 | 0.03 | 0.99 | 0 | 0.08 | 297.93 | 0.97 | 0.47 |
| Hex | E3 | 3 | EB | 3 | 63 | 0 | 8 | 12A | 61 | 2F |
| Octal | 343 | 3 | 353 | 3 | 143 | 0 | 10 | 452 | 141 | 57 |
| Binary | 11100011 | 11 | 11101011 | 11 | 1100011 | 0 | 1000 | 100101010 | 1100001 | 101111 |
Color Harmonies of #E303EB
Complementary color
Monochromatic Colors of #E303EB
Black with #E303EB
Text Example
Text Example
White with #E303EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303EB; }
p { color: rgb(227,3,235); }
H1.HeaderClassName
{
color: #E303EB;
}
.AnyTagClassName
{
color: #E303EB;
}
</style>
background-color css
<style>
a { background-color: #E303EB; }
a { background-color: rgb(227,3,235); }
div.DivClassName
{
background-color: #E303EB;
}
.BgClassName
{
background-color: #E303EB;
}
</style>
border-color css
<style>
span { border-color: #E303EB; }
span { border-color: rgb(227,3,235); }
td.TdClassName
{
border-color: #E303EB;
}
.TagClassName
{
border-color: #E303EB;
}
</style>