Shades of Psychedelic Purple #E30FFC
Tints of Psychedelic Purple #E30FFC
RGB
CMYK
RGB Variations
Color information
#E30FFC (or 0xE30FFC) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FC. RGB value is (227,15,252). Sum of RGB (Red+Green+Blue) = 227+15+252=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E30FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFC is #1CF003. Grayscale: #686868. Windows color (decimal): -1896452 or 16519139. OLE color: 16519139.
HSL color Cylindrical-coordinate representation of color #E30FFC: hue angle of 293.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FFC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 15 | 252 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.01 |
| HSL | 293.67º | 0.98% | 0.52% | - |
| HSV(B) | 293.67º | 0.94% | 0.99% | - |
| XYZ | 49.42 | 23.7 | 94.07 | - |
| YUV | 105.41 | 210.74 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 252 | 0.10 | 0.94 | 0 | 0.01 | 293.67 | 0.98 | 0.52 |
| Hex | E3 | F | FC | A | 5E | 0 | 1 | 126 | 62 | 34 |
| Octal | 343 | 17 | 374 | 12 | 136 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100011 | 1111 | 11111100 | 1010 | 1011110 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E30FFC
Complementary color
Monochromatic Colors of #E30FFC
Black with #E30FFC
Text Example
Text Example
White with #E30FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FFC; }
p { color: rgb(227,15,252); }
H1.HeaderClassName
{
color: #E30FFC;
}
.AnyTagClassName
{
color: #E30FFC;
}
</style>
background-color css
<style>
a { background-color: #E30FFC; }
a { background-color: rgb(227,15,252); }
div.DivClassName
{
background-color: #E30FFC;
}
.BgClassName
{
background-color: #E30FFC;
}
</style>
border-color css
<style>
span { border-color: #E30FFC; }
span { border-color: rgb(227,15,252); }
td.TdClassName
{
border-color: #E30FFC;
}
.TagClassName
{
border-color: #E30FFC;
}
</style>