Shades of Psychedelic Purple #E611FB
Tints of Psychedelic Purple #E611FB
RGB
CMYK
RGB Variations
Color information
#E611FB (or 0xE611FB) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FB. RGB value is (230,17,251). Sum of RGB (Red+Green+Blue) = 230+17+251=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 17 (7.03% from 255 or 3.41% 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 #E611FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FB is #19EE04. Grayscale: #6A6A6A. Windows color (decimal): -1699333 or 16454118. OLE color: 16454118.
HSL color Cylindrical-coordinate representation of color #E611FB: hue angle of 294.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611FB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 17 | 251 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.02 |
| HSL | 294.62º | 0.97% | 0.53% | - |
| HSV(B) | 294.62º | 0.93% | 0.98% | - |
| XYZ | 50.25 | 24.19 | 93.29 | - |
| YUV | 107.36 | 209.07 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 251 | 0.08 | 0.93 | 0 | 0.02 | 294.62 | 0.97 | 0.53 |
| Hex | E6 | 11 | FB | 8 | 5D | 0 | 2 | 127 | 61 | 35 |
| Octal | 346 | 21 | 373 | 10 | 135 | 0 | 2 | 447 | 141 | 65 |
| Binary | 11100110 | 10001 | 11111011 | 1000 | 1011101 | 0 | 10 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E611FB
Complementary color
Monochromatic Colors of #E611FB
Black with #E611FB
Text Example
Text Example
White with #E611FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611FB; }
p { color: rgb(230,17,251); }
H1.HeaderClassName
{
color: #E611FB;
}
.AnyTagClassName
{
color: #E611FB;
}
</style>
background-color css
<style>
a { background-color: #E611FB; }
a { background-color: rgb(230,17,251); }
div.DivClassName
{
background-color: #E611FB;
}
.BgClassName
{
background-color: #E611FB;
}
</style>
border-color css
<style>
span { border-color: #E611FB; }
span { border-color: rgb(230,17,251); }
td.TdClassName
{
border-color: #E611FB;
}
.TagClassName
{
border-color: #E611FB;
}
</style>