Shades of Psychedelic Purple #E10CEF
Tints of Psychedelic Purple #E10CEF
RGB
CMYK
RGB Variations
Color information
#E10CEF (or 0xE10CEF) is known color: Psychedelic Purple. HEX triplet: E1, 0C and EF. RGB value is (225,12,239). Sum of RGB (Red+Green+Blue) = 225+12+239=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #E10CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CEF is #1EF310. Grayscale: #646464. Windows color (decimal): -2028305 or 15666401. OLE color: 15666401.
HSL color Cylindrical-coordinate representation of color #E10CEF: hue angle of 296.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CEF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 12 | 239 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.06 |
| HSL | 296.3º | 0.9% | 0.49% | - |
| HSV(B) | 296.3º | 0.95% | 0.94% | - |
| XYZ | 46.76 | 22.5 | 83.54 | - |
| YUV | 101.57 | 205.57 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 239 | 0.06 | 0.95 | 0 | 0.06 | 296.3 | 0.9 | 0.49 |
| Hex | E1 | C | EF | 6 | 5F | 0 | 6 | 128 | 5A | 31 |
| Octal | 341 | 14 | 357 | 6 | 137 | 0 | 6 | 450 | 132 | 61 |
| Binary | 11100001 | 1100 | 11101111 | 110 | 1011111 | 0 | 110 | 100101000 | 1011010 | 110001 |
Color Harmonies of #E10CEF
Complementary color
Monochromatic Colors of #E10CEF
Black with #E10CEF
Text Example
Text Example
White with #E10CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CEF; }
p { color: rgb(225,12,239); }
H1.HeaderClassName
{
color: #E10CEF;
}
.AnyTagClassName
{
color: #E10CEF;
}
</style>
background-color css
<style>
a { background-color: #E10CEF; }
a { background-color: rgb(225,12,239); }
div.DivClassName
{
background-color: #E10CEF;
}
.BgClassName
{
background-color: #E10CEF;
}
</style>
border-color css
<style>
span { border-color: #E10CEF; }
span { border-color: rgb(225,12,239); }
td.TdClassName
{
border-color: #E10CEF;
}
.TagClassName
{
border-color: #E10CEF;
}
</style>