Shades of Psychedelic Purple #E907FF
Tints of Psychedelic Purple #E907FF
RGB
CMYK
RGB Variations
Color information
#E907FF (or 0xE907FF) is known color: Psychedelic Purple. HEX triplet: E9, 07 and FF. RGB value is (233,7,255). Sum of RGB (Red+Green+Blue) = 233+7+255=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E907FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E907FF is #16F800. Grayscale: #666666. Windows color (decimal): -1505281 or 16713705. OLE color: 16713705.
HSL color Cylindrical-coordinate representation of color #E907FF: hue angle of 294.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E907FF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 7 | 255 | - |
| CMYK | 0.09 | 0.97 | 0 | 0 |
| HSL | 294.68º | 1% | 0.51% | - |
| HSV(B) | 294.68º | 0.97% | 1% | - |
| XYZ | 51.73 | 24.7 | 96.65 | - |
| YUV | 102.85 | 213.87 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 255 | 0.09 | 0.97 | 0 | 0 | 294.68 | 1 | 0.51 |
| Hex | E9 | 7 | FF | 9 | 61 | 0 | 0 | 127 | 64 | 33 |
| Octal | 351 | 7 | 377 | 11 | 141 | 0 | 0 | 447 | 144 | 63 |
| Binary | 11101001 | 111 | 11111111 | 1001 | 1100001 | 0 | 0 | 100100111 | 1100100 | 110011 |
Color Harmonies of #E907FF
Complementary color
Monochromatic Colors of #E907FF
Black with #E907FF
Text Example
Text Example
White with #E907FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907FF; }
p { color: rgb(233,7,255); }
H1.HeaderClassName
{
color: #E907FF;
}
.AnyTagClassName
{
color: #E907FF;
}
</style>
background-color css
<style>
a { background-color: #E907FF; }
a { background-color: rgb(233,7,255); }
div.DivClassName
{
background-color: #E907FF;
}
.BgClassName
{
background-color: #E907FF;
}
</style>
border-color css
<style>
span { border-color: #E907FF; }
span { border-color: rgb(233,7,255); }
td.TdClassName
{
border-color: #E907FF;
}
.TagClassName
{
border-color: #E907FF;
}
</style>