Shades of Psychedelic Purple #E30DFF
Tints of Psychedelic Purple #E30DFF
RGB
CMYK
RGB Variations
Color information
#E30DFF (or 0xE30DFF) is known color: Psychedelic Purple. HEX triplet: E3, 0D and FF. RGB value is (227,13,255). Sum of RGB (Red+Green+Blue) = 227+13+255=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E30DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DFF is #1CF200. Grayscale: #676767. Windows color (decimal): -1896961 or 16715235. OLE color: 16715235.
HSL color Cylindrical-coordinate representation of color #E30DFF: hue angle of 293.06º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30DFF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 13 | 255 | - |
| CMYK | 0.11 | 0.95 | 0 | 0 |
| HSL | 293.06º | 1% | 0.53% | - |
| HSV(B) | 293.06º | 0.95% | 1% | - |
| XYZ | 49.87 | 23.84 | 96.58 | - |
| YUV | 104.57 | 212.9 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 255 | 0.11 | 0.95 | 0 | 0 | 293.06 | 1 | 0.53 |
| Hex | E3 | D | FF | B | 5F | 0 | 0 | 125 | 64 | 35 |
| Octal | 343 | 15 | 377 | 13 | 137 | 0 | 0 | 445 | 144 | 65 |
| Binary | 11100011 | 1101 | 11111111 | 1011 | 1011111 | 0 | 0 | 100100101 | 1100100 | 110101 |
Color Harmonies of #E30DFF
Complementary color
Monochromatic Colors of #E30DFF
Black with #E30DFF
Text Example
Text Example
White with #E30DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DFF; }
p { color: rgb(227,13,255); }
H1.HeaderClassName
{
color: #E30DFF;
}
.AnyTagClassName
{
color: #E30DFF;
}
</style>
background-color css
<style>
a { background-color: #E30DFF; }
a { background-color: rgb(227,13,255); }
div.DivClassName
{
background-color: #E30DFF;
}
.BgClassName
{
background-color: #E30DFF;
}
</style>
border-color css
<style>
span { border-color: #E30DFF; }
span { border-color: rgb(227,13,255); }
td.TdClassName
{
border-color: #E30DFF;
}
.TagClassName
{
border-color: #E30DFF;
}
</style>