Shades of Psychedelic Purple #E70CFD
Tints of Psychedelic Purple #E70CFD
RGB
CMYK
RGB Variations
Color information
#E70CFD (or 0xE70CFD) is known color: Psychedelic Purple. HEX triplet: E7, 0C and FD. RGB value is (231,12,253). Sum of RGB (Red+Green+Blue) = 231+12+253=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E70CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CFD is #18F302. Grayscale: #686868. Windows color (decimal): -1635075 or 16583911. OLE color: 16583911.
HSL color Cylindrical-coordinate representation of color #E70CFD: hue angle of 294.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CFD is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 12 | 253 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.01 |
| HSL | 294.52º | 0.98% | 0.52% | - |
| HSV(B) | 294.52º | 0.95% | 0.99% | - |
| XYZ | 50.82 | 24.34 | 94.95 | - |
| YUV | 104.96 | 211.55 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 253 | 0.09 | 0.95 | 0 | 0.01 | 294.52 | 0.98 | 0.52 |
| Hex | E7 | C | FD | 9 | 5F | 0 | 1 | 127 | 62 | 34 |
| Octal | 347 | 14 | 375 | 11 | 137 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11100111 | 1100 | 11111101 | 1001 | 1011111 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E70CFD
Complementary color
Monochromatic Colors of #E70CFD
Black with #E70CFD
Text Example
Text Example
White with #E70CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CFD; }
p { color: rgb(231,12,253); }
H1.HeaderClassName
{
color: #E70CFD;
}
.AnyTagClassName
{
color: #E70CFD;
}
</style>
background-color css
<style>
a { background-color: #E70CFD; }
a { background-color: rgb(231,12,253); }
div.DivClassName
{
background-color: #E70CFD;
}
.BgClassName
{
background-color: #E70CFD;
}
</style>
border-color css
<style>
span { border-color: #E70CFD; }
span { border-color: rgb(231,12,253); }
td.TdClassName
{
border-color: #E70CFD;
}
.TagClassName
{
border-color: #E70CFD;
}
</style>