Shades of Psychedelic Purple #E318F3
Tints of Psychedelic Purple #E318F3
RGB
CMYK
RGB Variations
Color information
#E318F3 (or 0xE318F3) is known color: Psychedelic Purple. HEX triplet: E3, 18 and F3. RGB value is (227,24,243). Sum of RGB (Red+Green+Blue) = 227+24+243=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #E318F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E318F3 is #1CE70C. Grayscale: #6C6C6C. Windows color (decimal): -1894157 or 15931619. OLE color: 15931619.
HSL color Cylindrical-coordinate representation of color #E318F3: hue angle of 295.62º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E318F3 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 24 | 243 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.62º | 0.9% | 0.52% | - |
| HSV(B) | 295.62º | 0.9% | 0.95% | - |
| XYZ | 48.18 | 23.46 | 86.78 | - |
| YUV | 109.66 | 203.25 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 243 | 0.07 | 0.90 | 0 | 0.05 | 295.62 | 0.9 | 0.52 |
| Hex | E3 | 18 | F3 | 7 | 5A | 0 | 5 | 128 | 5A | 34 |
| Octal | 343 | 30 | 363 | 7 | 132 | 0 | 5 | 450 | 132 | 64 |
| Binary | 11100011 | 11000 | 11110011 | 111 | 1011010 | 0 | 101 | 100101000 | 1011010 | 110100 |
Color Harmonies of #E318F3
Complementary color
Monochromatic Colors of #E318F3
Black with #E318F3
Text Example
Text Example
White with #E318F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318F3; }
p { color: rgb(227,24,243); }
H1.HeaderClassName
{
color: #E318F3;
}
.AnyTagClassName
{
color: #E318F3;
}
</style>
background-color css
<style>
a { background-color: #E318F3; }
a { background-color: rgb(227,24,243); }
div.DivClassName
{
background-color: #E318F3;
}
.BgClassName
{
background-color: #E318F3;
}
</style>
border-color css
<style>
span { border-color: #E318F3; }
span { border-color: rgb(227,24,243); }
td.TdClassName
{
border-color: #E318F3;
}
.TagClassName
{
border-color: #E318F3;
}
</style>