Shades of Psychedelic Purple #E119F6
Tints of Psychedelic Purple #E119F6
RGB
CMYK
RGB Variations
Color information
#E119F6 (or 0xE119F6) is known color: Psychedelic Purple. HEX triplet: E1, 19 and F6. RGB value is (225,25,246). Sum of RGB (Red+Green+Blue) = 225+25+246=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #E119F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119F6 is #1EE609. Grayscale: #6D6D6D. Windows color (decimal): -2024970 or 16128481. OLE color: 16128481.
HSL color Cylindrical-coordinate representation of color #E119F6: hue angle of 294.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E119F6 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 25 | 246 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.04 |
| HSL | 294.3º | 0.92% | 0.53% | - |
| HSV(B) | 294.3º | 0.9% | 0.96% | - |
| XYZ | 48.03 | 23.36 | 89.17 | - |
| YUV | 109.99 | 204.76 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 246 | 0.09 | 0.90 | 0 | 0.04 | 294.3 | 0.92 | 0.53 |
| Hex | E1 | 19 | F6 | 9 | 5A | 0 | 4 | 126 | 5C | 35 |
| Octal | 341 | 31 | 366 | 11 | 132 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11100001 | 11001 | 11110110 | 1001 | 1011010 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #E119F6
Complementary color
Monochromatic Colors of #E119F6
Black with #E119F6
Text Example
Text Example
White with #E119F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119F6; }
p { color: rgb(225,25,246); }
H1.HeaderClassName
{
color: #E119F6;
}
.AnyTagClassName
{
color: #E119F6;
}
</style>
background-color css
<style>
a { background-color: #E119F6; }
a { background-color: rgb(225,25,246); }
div.DivClassName
{
background-color: #E119F6;
}
.BgClassName
{
background-color: #E119F6;
}
</style>
border-color css
<style>
span { border-color: #E119F6; }
span { border-color: rgb(225,25,246); }
td.TdClassName
{
border-color: #E119F6;
}
.TagClassName
{
border-color: #E119F6;
}
</style>