Shades of Psychedelic Purple #E903EA
Tints of Psychedelic Purple #E903EA
RGB
CMYK
RGB Variations
Color information
#E903EA (or 0xE903EA) is known color: Psychedelic Purple. HEX triplet: E9, 03 and EA. RGB value is (233,3,234). Sum of RGB (Red+Green+Blue) = 233+3+234=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #E903EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E903EA is #16FC15. Grayscale: #616161. Windows color (decimal): -1506326 or 15336425. OLE color: 15336425.
HSL color Cylindrical-coordinate representation of color #E903EA: hue angle of 299.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E903EA is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 3 | 234 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.08 |
| HSL | 299.74º | 0.97% | 0.46% | - |
| HSV(B) | 299.74º | 0.99% | 0.92% | - |
| XYZ | 48.49 | 23.33 | 79.79 | - |
| YUV | 98.1 | 204.7 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 234 | 0.00 | 0.99 | 0 | 0.08 | 299.74 | 0.97 | 0.46 |
| Hex | E9 | 3 | EA | 0 | 63 | 0 | 8 | 12C | 61 | 2E |
| Octal | 351 | 3 | 352 | 0 | 143 | 0 | 10 | 454 | 141 | 56 |
| Binary | 11101001 | 11 | 11101010 | 0 | 1100011 | 0 | 1000 | 100101100 | 1100001 | 101110 |
Color Harmonies of #E903EA
Complementary color
Monochromatic Colors of #E903EA
Black with #E903EA
Text Example
Text Example
White with #E903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E903EA; }
p { color: rgb(233,3,234); }
H1.HeaderClassName
{
color: #E903EA;
}
.AnyTagClassName
{
color: #E903EA;
}
</style>
background-color css
<style>
a { background-color: #E903EA; }
a { background-color: rgb(233,3,234); }
div.DivClassName
{
background-color: #E903EA;
}
.BgClassName
{
background-color: #E903EA;
}
</style>
border-color css
<style>
span { border-color: #E903EA; }
span { border-color: rgb(233,3,234); }
td.TdClassName
{
border-color: #E903EA;
}
.TagClassName
{
border-color: #E903EA;
}
</style>