Shades of Psychedelic Purple #E70DF3
Tints of Psychedelic Purple #E70DF3
RGB
CMYK
RGB Variations
Color information
#E70DF3 (or 0xE70DF3) is known color: Psychedelic Purple. HEX triplet: E7, 0D and F3. RGB value is (231,13,243). Sum of RGB (Red+Green+Blue) = 231+13+243=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #E70DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DF3 is #18F20C. Grayscale: #676767. Windows color (decimal): -1634829 or 15928807. OLE color: 15928807.
HSL color Cylindrical-coordinate representation of color #E70DF3: hue angle of 296.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70DF3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 13 | 243 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.05 |
| HSL | 296.87º | 0.91% | 0.5% | - |
| HSV(B) | 296.87º | 0.95% | 0.95% | - |
| XYZ | 49.28 | 23.75 | 86.78 | - |
| YUV | 104.4 | 206.22 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 243 | 0.05 | 0.95 | 0 | 0.05 | 296.87 | 0.91 | 0.5 |
| Hex | E7 | D | F3 | 5 | 5F | 0 | 5 | 129 | 5B | 32 |
| Octal | 347 | 15 | 363 | 5 | 137 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11100111 | 1101 | 11110011 | 101 | 1011111 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E70DF3
Complementary color
Monochromatic Colors of #E70DF3
Black with #E70DF3
Text Example
Text Example
White with #E70DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DF3; }
p { color: rgb(231,13,243); }
H1.HeaderClassName
{
color: #E70DF3;
}
.AnyTagClassName
{
color: #E70DF3;
}
</style>
background-color css
<style>
a { background-color: #E70DF3; }
a { background-color: rgb(231,13,243); }
div.DivClassName
{
background-color: #E70DF3;
}
.BgClassName
{
background-color: #E70DF3;
}
</style>
border-color css
<style>
span { border-color: #E70DF3; }
span { border-color: rgb(231,13,243); }
td.TdClassName
{
border-color: #E70DF3;
}
.TagClassName
{
border-color: #E70DF3;
}
</style>