Shades of Psychedelic Purple #E31AFD
Tints of Psychedelic Purple #E31AFD
RGB
CMYK
RGB Variations
Color information
#E31AFD (or 0xE31AFD) is known color: Psychedelic Purple. HEX triplet: E3, 1A and FD. RGB value is (227,26,253). Sum of RGB (Red+Green+Blue) = 227+26+253=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 26 (10.55% from 255 or 5.14% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E31AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AFD is #1CE502. Grayscale: #6F6F6F. Windows color (decimal): -1893635 or 16587491. OLE color: 16587491.
HSL color Cylindrical-coordinate representation of color #E31AFD: hue angle of 293.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31AFD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 26 | 253 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.01 |
| HSL | 293.13º | 0.98% | 0.55% | - |
| HSV(B) | 293.13º | 0.9% | 0.99% | - |
| XYZ | 49.78 | 24.16 | 94.97 | - |
| YUV | 111.98 | 207.59 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 253 | 0.10 | 0.90 | 0 | 0.01 | 293.13 | 0.98 | 0.55 |
| Hex | E3 | 1A | FD | A | 5A | 0 | 1 | 125 | 62 | 37 |
| Octal | 343 | 32 | 375 | 12 | 132 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100011 | 11010 | 11111101 | 1010 | 1011010 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E31AFD
Complementary color
Monochromatic Colors of #E31AFD
Black with #E31AFD
Text Example
Text Example
White with #E31AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AFD; }
p { color: rgb(227,26,253); }
H1.HeaderClassName
{
color: #E31AFD;
}
.AnyTagClassName
{
color: #E31AFD;
}
</style>
background-color css
<style>
a { background-color: #E31AFD; }
a { background-color: rgb(227,26,253); }
div.DivClassName
{
background-color: #E31AFD;
}
.BgClassName
{
background-color: #E31AFD;
}
</style>
border-color css
<style>
span { border-color: #E31AFD; }
span { border-color: rgb(227,26,253); }
td.TdClassName
{
border-color: #E31AFD;
}
.TagClassName
{
border-color: #E31AFD;
}
</style>