Shades of Psychedelic Purple #E616F3
Tints of Psychedelic Purple #E616F3
RGB
CMYK
RGB Variations
Color information
#E616F3 (or 0xE616F3) is known color: Psychedelic Purple. HEX triplet: E6, 16 and F3. RGB value is (230,22,243). Sum of RGB (Red+Green+Blue) = 230+22+243=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #E616F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E616F3 is #19E90C. Grayscale: #6C6C6C. Windows color (decimal): -1698061 or 15931110. OLE color: 15931110.
HSL color Cylindrical-coordinate representation of color #E616F3: hue angle of 296.47º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E616F3 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 22 | 243 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.05 |
| HSL | 296.47º | 0.9% | 0.52% | - |
| HSV(B) | 296.47º | 0.91% | 0.95% | - |
| XYZ | 49.1 | 23.87 | 86.81 | - |
| YUV | 109.39 | 203.41 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 243 | 0.05 | 0.91 | 0 | 0.05 | 296.47 | 0.9 | 0.52 |
| Hex | E6 | 16 | F3 | 5 | 5B | 0 | 5 | 128 | 5A | 34 |
| Octal | 346 | 26 | 363 | 5 | 133 | 0 | 5 | 450 | 132 | 64 |
| Binary | 11100110 | 10110 | 11110011 | 101 | 1011011 | 0 | 101 | 100101000 | 1011010 | 110100 |
Color Harmonies of #E616F3
Complementary color
Monochromatic Colors of #E616F3
Black with #E616F3
Text Example
Text Example
White with #E616F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616F3; }
p { color: rgb(230,22,243); }
H1.HeaderClassName
{
color: #E616F3;
}
.AnyTagClassName
{
color: #E616F3;
}
</style>
background-color css
<style>
a { background-color: #E616F3; }
a { background-color: rgb(230,22,243); }
div.DivClassName
{
background-color: #E616F3;
}
.BgClassName
{
background-color: #E616F3;
}
</style>
border-color css
<style>
span { border-color: #E616F3; }
span { border-color: rgb(230,22,243); }
td.TdClassName
{
border-color: #E616F3;
}
.TagClassName
{
border-color: #E616F3;
}
</style>