Shades of Psychedelic Purple #E007FB
Tints of Psychedelic Purple #E007FB
RGB
CMYK
RGB Variations
Color information
#E007FB (or 0xE007FB) is known color: Psychedelic Purple. HEX triplet: E0, 07 and FB. RGB value is (224,7,251). Sum of RGB (Red+Green+Blue) = 224+7+251=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #E007FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007FB is #1FF804. Grayscale: #626262. Windows color (decimal): -2095109 or 16451552. OLE color: 16451552.
HSL color Cylindrical-coordinate representation of color #E007FB: hue angle of 293.36º 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 #E007FB is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 7 | 251 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.02 |
| HSL | 293.36º | 0.97% | 0.51% | - |
| HSV(B) | 293.36º | 0.97% | 0.98% | - |
| XYZ | 48.23 | 22.96 | 93.16 | - |
| YUV | 99.7 | 213.39 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 251 | 0.11 | 0.97 | 0 | 0.02 | 293.36 | 0.97 | 0.51 |
| Hex | E0 | 7 | FB | B | 61 | 0 | 2 | 125 | 61 | 33 |
| Octal | 340 | 7 | 373 | 13 | 141 | 0 | 2 | 445 | 141 | 63 |
| Binary | 11100000 | 111 | 11111011 | 1011 | 1100001 | 0 | 10 | 100100101 | 1100001 | 110011 |
Color Harmonies of #E007FB
Complementary color
Monochromatic Colors of #E007FB
Black with #E007FB
Text Example
Text Example
White with #E007FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007FB; }
p { color: rgb(224,7,251); }
H1.HeaderClassName
{
color: #E007FB;
}
.AnyTagClassName
{
color: #E007FB;
}
</style>
background-color css
<style>
a { background-color: #E007FB; }
a { background-color: rgb(224,7,251); }
div.DivClassName
{
background-color: #E007FB;
}
.BgClassName
{
background-color: #E007FB;
}
</style>
border-color css
<style>
span { border-color: #E007FB; }
span { border-color: rgb(224,7,251); }
td.TdClassName
{
border-color: #E007FB;
}
.TagClassName
{
border-color: #E007FB;
}
</style>