Shades of Psychedelic Purple #E10CEE
Tints of Psychedelic Purple #E10CEE
RGB
CMYK
RGB Variations
Color information
#E10CEE (or 0xE10CEE) is known color: Psychedelic Purple. HEX triplet: E1, 0C and EE. RGB value is (225,12,238). Sum of RGB (Red+Green+Blue) = 225+12+238=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #E10CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CEE is #1EF311. Grayscale: #646464. Windows color (decimal): -2028306 or 15600865. OLE color: 15600865.
HSL color Cylindrical-coordinate representation of color #E10CEE: hue angle of 296.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 12 | 238 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 296.55º | 0.9% | 0.49% | - |
| HSV(B) | 296.55º | 0.95% | 0.93% | - |
| XYZ | 46.62 | 22.44 | 82.76 | - |
| YUV | 101.45 | 205.07 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 238 | 0.05 | 0.95 | 0 | 0.07 | 296.55 | 0.9 | 0.49 |
| Hex | E1 | C | EE | 5 | 5F | 0 | 7 | 129 | 5A | 31 |
| Octal | 341 | 14 | 356 | 5 | 137 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11100001 | 1100 | 11101110 | 101 | 1011111 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E10CEE
Complementary color
Monochromatic Colors of #E10CEE
Black with #E10CEE
Text Example
Text Example
White with #E10CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CEE; }
p { color: rgb(225,12,238); }
H1.HeaderClassName
{
color: #E10CEE;
}
.AnyTagClassName
{
color: #E10CEE;
}
</style>
background-color css
<style>
a { background-color: #E10CEE; }
a { background-color: rgb(225,12,238); }
div.DivClassName
{
background-color: #E10CEE;
}
.BgClassName
{
background-color: #E10CEE;
}
</style>
border-color css
<style>
span { border-color: #E10CEE; }
span { border-color: rgb(225,12,238); }
td.TdClassName
{
border-color: #E10CEE;
}
.TagClassName
{
border-color: #E10CEE;
}
</style>