Shades of Psychedelic Purple #E007EB
Tints of Psychedelic Purple #E007EB
RGB
CMYK
RGB Variations
Color information
#E007EB (or 0xE007EB) is known color: Psychedelic Purple. HEX triplet: E0, 07 and EB. RGB value is (224,7,235). Sum of RGB (Red+Green+Blue) = 224+7+235=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #E007EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007EB is #1FF814. Grayscale: #616161. Windows color (decimal): -2095125 or 15402976. OLE color: 15402976.
HSL color Cylindrical-coordinate representation of color #E007EB: hue angle of 297.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007EB is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 7 | 235 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.08 |
| HSL | 297.11º | 0.94% | 0.47% | - |
| HSV(B) | 297.11º | 0.97% | 0.92% | - |
| XYZ | 45.81 | 22 | 80.43 | - |
| YUV | 97.88 | 205.39 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 235 | 0.05 | 0.97 | 0 | 0.08 | 297.11 | 0.94 | 0.47 |
| Hex | E0 | 7 | EB | 5 | 61 | 0 | 8 | 129 | 5E | 2F |
| Octal | 340 | 7 | 353 | 5 | 141 | 0 | 10 | 451 | 136 | 57 |
| Binary | 11100000 | 111 | 11101011 | 101 | 1100001 | 0 | 1000 | 100101001 | 1011110 | 101111 |
Color Harmonies of #E007EB
Complementary color
Monochromatic Colors of #E007EB
Black with #E007EB
Text Example
Text Example
White with #E007EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E007EB; }
p { color: rgb(224,7,235); }
H1.HeaderClassName
{
color: #E007EB;
}
.AnyTagClassName
{
color: #E007EB;
}
</style>
background-color css
<style>
a { background-color: #E007EB; }
a { background-color: rgb(224,7,235); }
div.DivClassName
{
background-color: #E007EB;
}
.BgClassName
{
background-color: #E007EB;
}
</style>
border-color css
<style>
span { border-color: #E007EB; }
span { border-color: rgb(224,7,235); }
td.TdClassName
{
border-color: #E007EB;
}
.TagClassName
{
border-color: #E007EB;
}
</style>