Shades of Psychedelic Purple #E614F3
Tints of Psychedelic Purple #E614F3
RGB
CMYK
RGB Variations
Color information
#E614F3 (or 0xE614F3) is known color: Psychedelic Purple. HEX triplet: E6, 14 and F3. RGB value is (230,20,243). Sum of RGB (Red+Green+Blue) = 230+20+243=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #E614F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614F3 is #19EB0C. Grayscale: #6B6B6B. Windows color (decimal): -1698573 or 15930598. OLE color: 15930598.
HSL color Cylindrical-coordinate representation of color #E614F3: hue angle of 296.5º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E614F3 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 20 | 243 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.05 |
| HSL | 296.5º | 0.9% | 0.52% | - |
| HSV(B) | 296.5º | 0.92% | 0.95% | - |
| XYZ | 49.06 | 23.79 | 86.8 | - |
| YUV | 108.21 | 204.07 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 243 | 0.05 | 0.92 | 0 | 0.05 | 296.5 | 0.9 | 0.52 |
| Hex | E6 | 14 | F3 | 5 | 5C | 0 | 5 | 129 | 5A | 34 |
| Octal | 346 | 24 | 363 | 5 | 134 | 0 | 5 | 451 | 132 | 64 |
| Binary | 11100110 | 10100 | 11110011 | 101 | 1011100 | 0 | 101 | 100101001 | 1011010 | 110100 |
Color Harmonies of #E614F3
Complementary color
Monochromatic Colors of #E614F3
Black with #E614F3
Text Example
Text Example
White with #E614F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614F3; }
p { color: rgb(230,20,243); }
H1.HeaderClassName
{
color: #E614F3;
}
.AnyTagClassName
{
color: #E614F3;
}
</style>
background-color css
<style>
a { background-color: #E614F3; }
a { background-color: rgb(230,20,243); }
div.DivClassName
{
background-color: #E614F3;
}
.BgClassName
{
background-color: #E614F3;
}
</style>
border-color css
<style>
span { border-color: #E614F3; }
span { border-color: rgb(230,20,243); }
td.TdClassName
{
border-color: #E614F3;
}
.TagClassName
{
border-color: #E614F3;
}
</style>