Shades of Psychedelic Purple #E319FF
Tints of Psychedelic Purple #E319FF
RGB
CMYK
RGB Variations
Color information
#E319FF (or 0xE319FF) is known color: Psychedelic Purple. HEX triplet: E3, 19 and FF. RGB value is (227,25,255). Sum of RGB (Red+Green+Blue) = 227+25+255=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E319FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E319FF is #1CE600. Grayscale: #6E6E6E. Windows color (decimal): -1893889 or 16718307. OLE color: 16718307.
HSL color Cylindrical-coordinate representation of color #E319FF: hue angle of 292.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E319FF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 25 | 255 | - |
| CMYK | 0.11 | 0.90 | 0 | 0 |
| HSL | 292.7º | 1% | 0.55% | - |
| HSV(B) | 292.7º | 0.9% | 1% | - |
| XYZ | 50.08 | 24.25 | 96.65 | - |
| YUV | 111.62 | 208.92 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 255 | 0.11 | 0.90 | 0 | 0 | 292.7 | 1 | 0.55 |
| Hex | E3 | 19 | FF | B | 5A | 0 | 0 | 125 | 64 | 37 |
| Octal | 343 | 31 | 377 | 13 | 132 | 0 | 0 | 445 | 144 | 67 |
| Binary | 11100011 | 11001 | 11111111 | 1011 | 1011010 | 0 | 0 | 100100101 | 1100100 | 110111 |
Color Harmonies of #E319FF
Complementary color
Monochromatic Colors of #E319FF
Black with #E319FF
Text Example
Text Example
White with #E319FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319FF; }
p { color: rgb(227,25,255); }
H1.HeaderClassName
{
color: #E319FF;
}
.AnyTagClassName
{
color: #E319FF;
}
</style>
background-color css
<style>
a { background-color: #E319FF; }
a { background-color: rgb(227,25,255); }
div.DivClassName
{
background-color: #E319FF;
}
.BgClassName
{
background-color: #E319FF;
}
</style>
border-color css
<style>
span { border-color: #E319FF; }
span { border-color: rgb(227,25,255); }
td.TdClassName
{
border-color: #E319FF;
}
.TagClassName
{
border-color: #E319FF;
}
</style>