Shades of Psychedelic Purple #E505FB
Tints of Psychedelic Purple #E505FB
RGB
CMYK
RGB Variations
Color information
#E505FB (or 0xE505FB) is known color: Psychedelic Purple. HEX triplet: E5, 05 and FB. RGB value is (229,5,251). Sum of RGB (Red+Green+Blue) = 229+5+251=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #E505FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505FB is #1AFA04. Grayscale: #636363. Windows color (decimal): -1767941 or 16451045. OLE color: 16451045.
HSL color Cylindrical-coordinate representation of color #E505FB: hue angle of 294.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505FB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 5 | 251 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.02 |
| HSL | 294.63º | 0.97% | 0.5% | - |
| HSV(B) | 294.63º | 0.98% | 0.98% | - |
| XYZ | 49.78 | 23.73 | 93.22 | - |
| YUV | 100.02 | 213.21 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 251 | 0.09 | 0.98 | 0 | 0.02 | 294.63 | 0.97 | 0.5 |
| Hex | E5 | 5 | FB | 9 | 62 | 0 | 2 | 127 | 61 | 32 |
| Octal | 345 | 5 | 373 | 11 | 142 | 0 | 2 | 447 | 141 | 62 |
| Binary | 11100101 | 101 | 11111011 | 1001 | 1100010 | 0 | 10 | 100100111 | 1100001 | 110010 |
Color Harmonies of #E505FB
Complementary color
Monochromatic Colors of #E505FB
Black with #E505FB
Text Example
Text Example
White with #E505FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505FB; }
p { color: rgb(229,5,251); }
H1.HeaderClassName
{
color: #E505FB;
}
.AnyTagClassName
{
color: #E505FB;
}
</style>
background-color css
<style>
a { background-color: #E505FB; }
a { background-color: rgb(229,5,251); }
div.DivClassName
{
background-color: #E505FB;
}
.BgClassName
{
background-color: #E505FB;
}
</style>
border-color css
<style>
span { border-color: #E505FB; }
span { border-color: rgb(229,5,251); }
td.TdClassName
{
border-color: #E505FB;
}
.TagClassName
{
border-color: #E505FB;
}
</style>