Shades of Psychedelic Purple #E90CEF
Tints of Psychedelic Purple #E90CEF
RGB
CMYK
RGB Variations
Color information
#E90CEF (or 0xE90CEF) is known color: Psychedelic Purple. HEX triplet: E9, 0C and EF. RGB value is (233,12,239). Sum of RGB (Red+Green+Blue) = 233+12+239=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #E90CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CEF is #16F310. Grayscale: #676767. Windows color (decimal): -1504017 or 15666409. OLE color: 15666409.
HSL color Cylindrical-coordinate representation of color #E90CEF: hue angle of 298.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CEF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 12 | 239 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.06 |
| HSL | 298.41º | 0.9% | 0.49% | - |
| HSV(B) | 298.41º | 0.95% | 0.94% | - |
| XYZ | 49.32 | 23.82 | 83.66 | - |
| YUV | 103.96 | 204.22 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 239 | 0.03 | 0.95 | 0 | 0.06 | 298.41 | 0.9 | 0.49 |
| Hex | E9 | C | EF | 3 | 5F | 0 | 6 | 12A | 5A | 31 |
| Octal | 351 | 14 | 357 | 3 | 137 | 0 | 6 | 452 | 132 | 61 |
| Binary | 11101001 | 1100 | 11101111 | 11 | 1011111 | 0 | 110 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E90CEF
Complementary color
Monochromatic Colors of #E90CEF
Black with #E90CEF
Text Example
Text Example
White with #E90CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CEF; }
p { color: rgb(233,12,239); }
H1.HeaderClassName
{
color: #E90CEF;
}
.AnyTagClassName
{
color: #E90CEF;
}
</style>
background-color css
<style>
a { background-color: #E90CEF; }
a { background-color: rgb(233,12,239); }
div.DivClassName
{
background-color: #E90CEF;
}
.BgClassName
{
background-color: #E90CEF;
}
</style>
border-color css
<style>
span { border-color: #E90CEF; }
span { border-color: rgb(233,12,239); }
td.TdClassName
{
border-color: #E90CEF;
}
.TagClassName
{
border-color: #E90CEF;
}
</style>