Shades of Psychedelic Purple #E119E8
Tints of Psychedelic Purple #E119E8
RGB
CMYK
RGB Variations
Color information
#E119E8 (or 0xE119E8) is known color: Psychedelic Purple. HEX triplet: E1, 19 and E8. RGB value is (225,25,232). Sum of RGB (Red+Green+Blue) = 225+25+232=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #E119E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119E8 is #1EE617. Grayscale: #6B6B6B. Windows color (decimal): -2024984 or 15210977. OLE color: 15210977.
HSL color Cylindrical-coordinate representation of color #E119E8: hue angle of 297.97º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E119E8 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 25 | 232 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.09 |
| HSL | 297.97º | 0.82% | 0.5% | - |
| HSV(B) | 297.97º | 0.89% | 0.91% | - |
| XYZ | 45.96 | 22.53 | 78.27 | - |
| YUV | 108.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 232 | 0.03 | 0.89 | 0 | 0.09 | 297.97 | 0.82 | 0.5 |
| Hex | E1 | 19 | E8 | 3 | 59 | 0 | 9 | 12A | 52 | 32 |
| Octal | 341 | 31 | 350 | 3 | 131 | 0 | 11 | 452 | 122 | 62 |
| Binary | 11100001 | 11001 | 11101000 | 11 | 1011001 | 0 | 1001 | 100101010 | 1010010 | 110010 |
Color Harmonies of #E119E8
Complementary color
Monochromatic Colors of #E119E8
Black with #E119E8
Text Example
Text Example
White with #E119E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119E8; }
p { color: rgb(225,25,232); }
H1.HeaderClassName
{
color: #E119E8;
}
.AnyTagClassName
{
color: #E119E8;
}
</style>
background-color css
<style>
a { background-color: #E119E8; }
a { background-color: rgb(225,25,232); }
div.DivClassName
{
background-color: #E119E8;
}
.BgClassName
{
background-color: #E119E8;
}
</style>
border-color css
<style>
span { border-color: #E119E8; }
span { border-color: rgb(225,25,232); }
td.TdClassName
{
border-color: #E119E8;
}
.TagClassName
{
border-color: #E119E8;
}
</style>