Shades of Psychedelic Purple #E905E3
Tints of Psychedelic Purple #E905E3
RGB
CMYK
RGB Variations
Color information
#E905E3 (or 0xE905E3) is known color: Psychedelic Purple. HEX triplet: E9, 05 and E3. RGB value is (233,5,227). Sum of RGB (Red+Green+Blue) = 233+5+227=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E905E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E905E3 is #16FA1C. Grayscale: #616161. Windows color (decimal): -1505821 or 14878185. OLE color: 14878185.
HSL color Cylindrical-coordinate representation of color #E905E3: hue angle of 301.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905E3 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 227 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.09 |
| HSL | 301.58º | 0.96% | 0.47% | - |
| HSV(B) | 301.58º | 0.98% | 0.91% | - |
| XYZ | 47.52 | 22.98 | 74.6 | - |
| YUV | 98.48 | 200.54 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 227 | 0 | 0.98 | 0.03 | 0.09 | 301.58 | 0.96 | 0.47 |
| Hex | E9 | 5 | E3 | 0 | 62 | 3 | 9 | 12E | 60 | 2F |
| Octal | 351 | 5 | 343 | 0 | 142 | 3 | 11 | 456 | 140 | 57 |
| Binary | 11101001 | 101 | 11100011 | 0 | 1100010 | 11 | 1001 | 100101110 | 1100000 | 101111 |
Color Harmonies of #E905E3
Complementary color
Monochromatic Colors of #E905E3
Black with #E905E3
Text Example
Text Example
White with #E905E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905E3; }
p { color: rgb(233,5,227); }
H1.HeaderClassName
{
color: #E905E3;
}
.AnyTagClassName
{
color: #E905E3;
}
</style>
background-color css
<style>
a { background-color: #E905E3; }
a { background-color: rgb(233,5,227); }
div.DivClassName
{
background-color: #E905E3;
}
.BgClassName
{
background-color: #E905E3;
}
</style>
border-color css
<style>
span { border-color: #E905E3; }
span { border-color: rgb(233,5,227); }
td.TdClassName
{
border-color: #E905E3;
}
.TagClassName
{
border-color: #E905E3;
}
</style>