Shades of Psychedelic Purple #E905F1
Tints of Psychedelic Purple #E905F1
RGB
CMYK
RGB Variations
Color information
#E905F1 (or 0xE905F1) is known color: Psychedelic Purple. HEX triplet: E9, 05 and F1. RGB value is (233,5,241). Sum of RGB (Red+Green+Blue) = 233+5+241=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #E905F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E905F1 is #16FA0E. Grayscale: #636363. Windows color (decimal): -1505807 or 15795689. OLE color: 15795689.
HSL color Cylindrical-coordinate representation of color #E905F1: hue angle of 297.97º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905F1 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 5 | 241 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.05 |
| HSL | 297.97º | 0.96% | 0.48% | - |
| HSV(B) | 297.97º | 0.98% | 0.95% | - |
| XYZ | 49.54 | 23.78 | 85.2 | - |
| YUV | 100.08 | 207.54 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 241 | 0.03 | 0.98 | 0 | 0.05 | 297.97 | 0.96 | 0.48 |
| Hex | E9 | 5 | F1 | 3 | 62 | 0 | 5 | 12A | 60 | 30 |
| Octal | 351 | 5 | 361 | 3 | 142 | 0 | 5 | 452 | 140 | 60 |
| Binary | 11101001 | 101 | 11110001 | 11 | 1100010 | 0 | 101 | 100101010 | 1100000 | 110000 |
Color Harmonies of #E905F1
Complementary color
Monochromatic Colors of #E905F1
Black with #E905F1
Text Example
Text Example
White with #E905F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905F1; }
p { color: rgb(233,5,241); }
H1.HeaderClassName
{
color: #E905F1;
}
.AnyTagClassName
{
color: #E905F1;
}
</style>
background-color css
<style>
a { background-color: #E905F1; }
a { background-color: rgb(233,5,241); }
div.DivClassName
{
background-color: #E905F1;
}
.BgClassName
{
background-color: #E905F1;
}
</style>
border-color css
<style>
span { border-color: #E905F1; }
span { border-color: rgb(233,5,241); }
td.TdClassName
{
border-color: #E905F1;
}
.TagClassName
{
border-color: #E905F1;
}
</style>