Shades of Psychedelic Purple #E31CF2
Tints of Psychedelic Purple #E31CF2
RGB
CMYK
RGB Variations
Color information
#E31CF2 (or 0xE31CF2) is known color: Psychedelic Purple. HEX triplet: E3, 1C and F2. RGB value is (227,28,242). Sum of RGB (Red+Green+Blue) = 227+28+242=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #E31CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CF2 is #1CE30D. Grayscale: #6F6F6F. Windows color (decimal): -1893134 or 15867107. OLE color: 15867107.
HSL color Cylindrical-coordinate representation of color #E31CF2: hue angle of 295.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CF2 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 28 | 242 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.05 |
| HSL | 295.79º | 0.89% | 0.53% | - |
| HSV(B) | 295.79º | 0.88% | 0.95% | - |
| XYZ | 48.12 | 23.57 | 86.02 | - |
| YUV | 111.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 242 | 0.06 | 0.88 | 0 | 0.05 | 295.79 | 0.89 | 0.53 |
| Hex | E3 | 1C | F2 | 6 | 58 | 0 | 5 | 128 | 59 | 35 |
| Octal | 343 | 34 | 362 | 6 | 130 | 0 | 5 | 450 | 131 | 65 |
| Binary | 11100011 | 11100 | 11110010 | 110 | 1011000 | 0 | 101 | 100101000 | 1011001 | 110101 |
Color Harmonies of #E31CF2
Complementary color
Monochromatic Colors of #E31CF2
Black with #E31CF2
Text Example
Text Example
White with #E31CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CF2; }
p { color: rgb(227,28,242); }
H1.HeaderClassName
{
color: #E31CF2;
}
.AnyTagClassName
{
color: #E31CF2;
}
</style>
background-color css
<style>
a { background-color: #E31CF2; }
a { background-color: rgb(227,28,242); }
div.DivClassName
{
background-color: #E31CF2;
}
.BgClassName
{
background-color: #E31CF2;
}
</style>
border-color css
<style>
span { border-color: #E31CF2; }
span { border-color: rgb(227,28,242); }
td.TdClassName
{
border-color: #E31CF2;
}
.TagClassName
{
border-color: #E31CF2;
}
</style>