Shades of Psychedelic Purple #E413FB
Tints of Psychedelic Purple #E413FB
RGB
CMYK
RGB Variations
Color information
#E413FB (or 0xE413FB) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FB. RGB value is (228,19,251). Sum of RGB (Red+Green+Blue) = 228+19+251=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #E413FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FB is #1BEC04. Grayscale: #6B6B6B. Windows color (decimal): -1829893 or 16454628. OLE color: 16454628.
HSL color Cylindrical-coordinate representation of color #E413FB: hue angle of 294.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413FB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 19 | 251 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.02 |
| HSL | 294.05º | 0.97% | 0.53% | - |
| HSV(B) | 294.05º | 0.92% | 0.98% | - |
| XYZ | 49.64 | 23.92 | 93.27 | - |
| YUV | 107.94 | 208.74 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 251 | 0.09 | 0.92 | 0 | 0.02 | 294.05 | 0.97 | 0.53 |
| Hex | E4 | 13 | FB | 9 | 5C | 0 | 2 | 126 | 61 | 35 |
| Octal | 344 | 23 | 373 | 11 | 134 | 0 | 2 | 446 | 141 | 65 |
| Binary | 11100100 | 10011 | 11111011 | 1001 | 1011100 | 0 | 10 | 100100110 | 1100001 | 110101 |
Color Harmonies of #E413FB
Complementary color
Monochromatic Colors of #E413FB
Black with #E413FB
Text Example
Text Example
White with #E413FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413FB; }
p { color: rgb(228,19,251); }
H1.HeaderClassName
{
color: #E413FB;
}
.AnyTagClassName
{
color: #E413FB;
}
</style>
background-color css
<style>
a { background-color: #E413FB; }
a { background-color: rgb(228,19,251); }
div.DivClassName
{
background-color: #E413FB;
}
.BgClassName
{
background-color: #E413FB;
}
</style>
border-color css
<style>
span { border-color: #E413FB; }
span { border-color: rgb(228,19,251); }
td.TdClassName
{
border-color: #E413FB;
}
.TagClassName
{
border-color: #E413FB;
}
</style>