Shades of Psychedelic Purple #E70CE8
Tints of Psychedelic Purple #E70CE8
RGB
CMYK
RGB Variations
Color information
#E70CE8 (or 0xE70CE8) is known color: Psychedelic Purple. HEX triplet: E7, 0C and E8. RGB value is (231,12,232). Sum of RGB (Red+Green+Blue) = 231+12+232=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #E70CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CE8 is #18F317. Grayscale: #656565. Windows color (decimal): -1635096 or 15207655. OLE color: 15207655.
HSL color Cylindrical-coordinate representation of color #E70CE8: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CE8 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 232 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.09 |
| HSL | 299.73º | 0.9% | 0.48% | - |
| HSV(B) | 299.73º | 0.95% | 0.91% | - |
| XYZ | 47.65 | 23.08 | 78.29 | - |
| YUV | 102.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 232 | 0.00 | 0.95 | 0 | 0.09 | 299.73 | 0.9 | 0.48 |
| Hex | E7 | C | E8 | 0 | 5F | 0 | 9 | 12C | 5A | 30 |
| Octal | 347 | 14 | 350 | 0 | 137 | 0 | 11 | 454 | 132 | 60 |
| Binary | 11100111 | 1100 | 11101000 | 0 | 1011111 | 0 | 1001 | 100101100 | 1011010 | 110000 |
Color Harmonies of #E70CE8
Complementary color
Monochromatic Colors of #E70CE8
Black with #E70CE8
Text Example
Text Example
White with #E70CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CE8; }
p { color: rgb(231,12,232); }
H1.HeaderClassName
{
color: #E70CE8;
}
.AnyTagClassName
{
color: #E70CE8;
}
</style>
background-color css
<style>
a { background-color: #E70CE8; }
a { background-color: rgb(231,12,232); }
div.DivClassName
{
background-color: #E70CE8;
}
.BgClassName
{
background-color: #E70CE8;
}
</style>
border-color css
<style>
span { border-color: #E70CE8; }
span { border-color: rgb(231,12,232); }
td.TdClassName
{
border-color: #E70CE8;
}
.TagClassName
{
border-color: #E70CE8;
}
</style>