Shades of Psychedelic Purple #E907FB
Tints of Psychedelic Purple #E907FB
RGB
CMYK
RGB Variations
Color information
#E907FB (or 0xE907FB) is known color: Psychedelic Purple. HEX triplet: E9, 07 and FB. RGB value is (233,7,251). Sum of RGB (Red+Green+Blue) = 233+7+251=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E907FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E907FB is #16F804. Grayscale: #656565. Windows color (decimal): -1505285 or 16451561. OLE color: 16451561.
HSL color Cylindrical-coordinate representation of color #E907FB: hue angle of 295.57º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E907FB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 7 | 251 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.02 |
| HSL | 295.57º | 0.97% | 0.51% | - |
| HSV(B) | 295.57º | 0.97% | 0.98% | - |
| XYZ | 51.09 | 24.44 | 93.29 | - |
| YUV | 102.39 | 211.87 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 251 | 0.07 | 0.97 | 0 | 0.02 | 295.57 | 0.97 | 0.51 |
| Hex | E9 | 7 | FB | 7 | 61 | 0 | 2 | 128 | 61 | 33 |
| Octal | 351 | 7 | 373 | 7 | 141 | 0 | 2 | 450 | 141 | 63 |
| Binary | 11101001 | 111 | 11111011 | 111 | 1100001 | 0 | 10 | 100101000 | 1100001 | 110011 |
Color Harmonies of #E907FB
Complementary color
Monochromatic Colors of #E907FB
Black with #E907FB
Text Example
Text Example
White with #E907FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E907FB; }
p { color: rgb(233,7,251); }
H1.HeaderClassName
{
color: #E907FB;
}
.AnyTagClassName
{
color: #E907FB;
}
</style>
background-color css
<style>
a { background-color: #E907FB; }
a { background-color: rgb(233,7,251); }
div.DivClassName
{
background-color: #E907FB;
}
.BgClassName
{
background-color: #E907FB;
}
</style>
border-color css
<style>
span { border-color: #E907FB; }
span { border-color: rgb(233,7,251); }
td.TdClassName
{
border-color: #E907FB;
}
.TagClassName
{
border-color: #E907FB;
}
</style>