Shades of Psychedelic Purple #E612FC
Tints of Psychedelic Purple #E612FC
RGB
CMYK
RGB Variations
Color information
#E612FC (or 0xE612FC) is known color: Psychedelic Purple. HEX triplet: E6, 12 and FC. RGB value is (230,18,252). Sum of RGB (Red+Green+Blue) = 230+18+252=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E612FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E612FC is #19ED03. Grayscale: #6B6B6B. Windows color (decimal): -1699076 or 16519910. OLE color: 16519910.
HSL color Cylindrical-coordinate representation of color #E612FC: hue angle of 294.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E612FC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 18 | 252 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.01 |
| HSL | 294.36º | 0.98% | 0.53% | - |
| HSV(B) | 294.36º | 0.93% | 0.99% | - |
| XYZ | 50.42 | 24.28 | 94.13 | - |
| YUV | 108.06 | 209.24 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 252 | 0.09 | 0.93 | 0 | 0.01 | 294.36 | 0.98 | 0.53 |
| Hex | E6 | 12 | FC | 9 | 5D | 0 | 1 | 126 | 62 | 35 |
| Octal | 346 | 22 | 374 | 11 | 135 | 0 | 1 | 446 | 142 | 65 |
| Binary | 11100110 | 10010 | 11111100 | 1001 | 1011101 | 0 | 1 | 100100110 | 1100010 | 110101 |
Color Harmonies of #E612FC
Complementary color
Monochromatic Colors of #E612FC
Black with #E612FC
Text Example
Text Example
White with #E612FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612FC; }
p { color: rgb(230,18,252); }
H1.HeaderClassName
{
color: #E612FC;
}
.AnyTagClassName
{
color: #E612FC;
}
</style>
background-color css
<style>
a { background-color: #E612FC; }
a { background-color: rgb(230,18,252); }
div.DivClassName
{
background-color: #E612FC;
}
.BgClassName
{
background-color: #E612FC;
}
</style>
border-color css
<style>
span { border-color: #E612FC; }
span { border-color: rgb(230,18,252); }
td.TdClassName
{
border-color: #E612FC;
}
.TagClassName
{
border-color: #E612FC;
}
</style>