Shades of Psychedelic Purple #E90CF2
Tints of Psychedelic Purple #E90CF2
RGB
CMYK
RGB Variations
Color information
#E90CF2 (or 0xE90CF2) is known color: Psychedelic Purple. HEX triplet: E9, 0C and F2. RGB value is (233,12,242). Sum of RGB (Red+Green+Blue) = 233+12+242=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #E90CF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CF2 is #16F30D. Grayscale: #676767. Windows color (decimal): -1504014 or 15863017. OLE color: 15863017.
HSL color Cylindrical-coordinate representation of color #E90CF2: hue angle of 297.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CF2 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 12 | 242 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.05 |
| HSL | 297.65º | 0.91% | 0.5% | - |
| HSV(B) | 297.65º | 0.95% | 0.95% | - |
| XYZ | 49.76 | 24 | 86.01 | - |
| YUV | 104.3 | 205.72 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 242 | 0.04 | 0.95 | 0 | 0.05 | 297.65 | 0.91 | 0.5 |
| Hex | E9 | C | F2 | 4 | 5F | 0 | 5 | 12A | 5B | 32 |
| Octal | 351 | 14 | 362 | 4 | 137 | 0 | 5 | 452 | 133 | 62 |
| Binary | 11101001 | 1100 | 11110010 | 100 | 1011111 | 0 | 101 | 100101010 | 1011011 | 110010 |
Color Harmonies of #E90CF2
Complementary color
Monochromatic Colors of #E90CF2
Black with #E90CF2
Text Example
Text Example
White with #E90CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CF2; }
p { color: rgb(233,12,242); }
H1.HeaderClassName
{
color: #E90CF2;
}
.AnyTagClassName
{
color: #E90CF2;
}
</style>
background-color css
<style>
a { background-color: #E90CF2; }
a { background-color: rgb(233,12,242); }
div.DivClassName
{
background-color: #E90CF2;
}
.BgClassName
{
background-color: #E90CF2;
}
</style>
border-color css
<style>
span { border-color: #E90CF2; }
span { border-color: rgb(233,12,242); }
td.TdClassName
{
border-color: #E90CF2;
}
.TagClassName
{
border-color: #E90CF2;
}
</style>