Shades of Psychedelic Purple #E80CFC
Tints of Psychedelic Purple #E80CFC
RGB
CMYK
RGB Variations
Color information
#E80CFC (or 0xE80CFC) is known color: Psychedelic Purple. HEX triplet: E8, 0C and FC. RGB value is (232,12,252). Sum of RGB (Red+Green+Blue) = 232+12+252=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #E80CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80CFC is #17F303. Grayscale: #686868. Windows color (decimal): -1569540 or 16518376. OLE color: 16518376.
HSL color Cylindrical-coordinate representation of color #E80CFC: hue angle of 295º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80CFC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 12 | 252 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.01 |
| HSL | 295º | 0.98% | 0.52% | - |
| HSV(B) | 295º | 0.95% | 0.99% | - |
| XYZ | 50.98 | 24.45 | 94.13 | - |
| YUV | 105.14 | 210.89 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 252 | 0.08 | 0.95 | 0 | 0.01 | 295 | 0.98 | 0.52 |
| Hex | E8 | C | FC | 8 | 5F | 0 | 1 | 127 | 62 | 34 |
| Octal | 350 | 14 | 374 | 10 | 137 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11101000 | 1100 | 11111100 | 1000 | 1011111 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E80CFC
Complementary color
Monochromatic Colors of #E80CFC
Black with #E80CFC
Text Example
Text Example
White with #E80CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80CFC; }
p { color: rgb(232,12,252); }
H1.HeaderClassName
{
color: #E80CFC;
}
.AnyTagClassName
{
color: #E80CFC;
}
</style>
background-color css
<style>
a { background-color: #E80CFC; }
a { background-color: rgb(232,12,252); }
div.DivClassName
{
background-color: #E80CFC;
}
.BgClassName
{
background-color: #E80CFC;
}
</style>
border-color css
<style>
span { border-color: #E80CFC; }
span { border-color: rgb(232,12,252); }
td.TdClassName
{
border-color: #E80CFC;
}
.TagClassName
{
border-color: #E80CFC;
}
</style>