Shades of Psychedelic Purple #E10CFF
Tints of Psychedelic Purple #E10CFF
RGB
CMYK
RGB Variations
Color information
#E10CFF (or 0xE10CFF) is known color: Psychedelic Purple. HEX triplet: E1, 0C and FF. RGB value is (225,12,255). Sum of RGB (Red+Green+Blue) = 225+12+255=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CFF is #1EF300. Grayscale: #666666. Windows color (decimal): -2028289 or 16714977. OLE color: 16714977.
HSL color Cylindrical-coordinate representation of color #E10CFF: hue angle of 292.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CFF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 12 | 255 | - |
| CMYK | 0.12 | 0.95 | 0 | 0 |
| HSL | 292.59º | 1% | 0.52% | - |
| HSV(B) | 292.59º | 0.95% | 1% | - |
| XYZ | 49.23 | 23.49 | 96.55 | - |
| YUV | 103.39 | 213.57 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 255 | 0.12 | 0.95 | 0 | 0 | 292.59 | 1 | 0.52 |
| Hex | E1 | C | FF | C | 5F | 0 | 0 | 125 | 64 | 34 |
| Octal | 341 | 14 | 377 | 14 | 137 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100001 | 1100 | 11111111 | 1100 | 1011111 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E10CFF
Complementary color
Monochromatic Colors of #E10CFF
Black with #E10CFF
Text Example
Text Example
White with #E10CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CFF; }
p { color: rgb(225,12,255); }
H1.HeaderClassName
{
color: #E10CFF;
}
.AnyTagClassName
{
color: #E10CFF;
}
</style>
background-color css
<style>
a { background-color: #E10CFF; }
a { background-color: rgb(225,12,255); }
div.DivClassName
{
background-color: #E10CFF;
}
.BgClassName
{
background-color: #E10CFF;
}
</style>
border-color css
<style>
span { border-color: #E10CFF; }
span { border-color: rgb(225,12,255); }
td.TdClassName
{
border-color: #E10CFF;
}
.TagClassName
{
border-color: #E10CFF;
}
</style>