Shades of Psychedelic Purple #E726FB
Tints of Psychedelic Purple #E726FB
RGB
CMYK
RGB Variations
Color information
#E726FB (or 0xE726FB) is known color: Psychedelic Purple. HEX triplet: E7, 26 and FB. RGB value is (231,38,251). Sum of RGB (Red+Green+Blue) = 231+38+251=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 38 (15.23% from 255 or 7.31% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #E726FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726FB is #18D904. Grayscale: #777777. Windows color (decimal): -1628421 or 16459495. OLE color: 16459495.
HSL color Cylindrical-coordinate representation of color #E726FB: hue angle of 294.37º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E726FB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 38 | 251 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.02 |
| HSL | 294.37º | 0.96% | 0.57% | - |
| HSV(B) | 294.37º | 0.85% | 0.98% | - |
| XYZ | 51.06 | 25.34 | 93.47 | - |
| YUV | 119.99 | 201.94 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 251 | 0.08 | 0.85 | 0 | 0.02 | 294.37 | 0.96 | 0.57 |
| Hex | E7 | 26 | FB | 8 | 55 | 0 | 2 | 126 | 60 | 39 |
| Octal | 347 | 46 | 373 | 10 | 125 | 0 | 2 | 446 | 140 | 71 |
| Binary | 11100111 | 100110 | 11111011 | 1000 | 1010101 | 0 | 10 | 100100110 | 1100000 | 111001 |
Color Harmonies of #E726FB
Complementary color
Monochromatic Colors of #E726FB
Black with #E726FB
Text Example
Text Example
White with #E726FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726FB; }
p { color: rgb(231,38,251); }
H1.HeaderClassName
{
color: #E726FB;
}
.AnyTagClassName
{
color: #E726FB;
}
</style>
background-color css
<style>
a { background-color: #E726FB; }
a { background-color: rgb(231,38,251); }
div.DivClassName
{
background-color: #E726FB;
}
.BgClassName
{
background-color: #E726FB;
}
</style>
border-color css
<style>
span { border-color: #E726FB; }
span { border-color: rgb(231,38,251); }
td.TdClassName
{
border-color: #E726FB;
}
.TagClassName
{
border-color: #E726FB;
}
</style>