Shades of Psychedelic Purple #E705E2
Tints of Psychedelic Purple #E705E2
RGB
CMYK
RGB Variations
Color information
#E705E2 (or 0xE705E2) is known color: Psychedelic Purple. HEX triplet: E7, 05 and E2. RGB value is (231,5,226). Sum of RGB (Red+Green+Blue) = 231+5+226=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E705E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705E2 is #18FA1D. Grayscale: #616161. Windows color (decimal): -1636894 or 14812647. OLE color: 14812647.
HSL color Cylindrical-coordinate representation of color #E705E2: hue angle of 301.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705E2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 226 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.09 |
| HSL | 301.33º | 0.96% | 0.46% | - |
| HSV(B) | 301.33º | 0.98% | 0.91% | - |
| XYZ | 46.74 | 22.59 | 73.85 | - |
| YUV | 97.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 226 | 0 | 0.98 | 0.02 | 0.09 | 301.33 | 0.96 | 0.46 |
| Hex | E7 | 5 | E2 | 0 | 62 | 2 | 9 | 12D | 60 | 2E |
| Octal | 347 | 5 | 342 | 0 | 142 | 2 | 11 | 455 | 140 | 56 |
| Binary | 11100111 | 101 | 11100010 | 0 | 1100010 | 10 | 1001 | 100101101 | 1100000 | 101110 |
Color Harmonies of #E705E2
Complementary color
Monochromatic Colors of #E705E2
Black with #E705E2
Text Example
Text Example
White with #E705E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705E2; }
p { color: rgb(231,5,226); }
H1.HeaderClassName
{
color: #E705E2;
}
.AnyTagClassName
{
color: #E705E2;
}
</style>
background-color css
<style>
a { background-color: #E705E2; }
a { background-color: rgb(231,5,226); }
div.DivClassName
{
background-color: #E705E2;
}
.BgClassName
{
background-color: #E705E2;
}
</style>
border-color css
<style>
span { border-color: #E705E2; }
span { border-color: rgb(231,5,226); }
td.TdClassName
{
border-color: #E705E2;
}
.TagClassName
{
border-color: #E705E2;
}
</style>