Shades of Psychedelic Purple #E62CEE
Tints of Psychedelic Purple #E62CEE
RGB
CMYK
RGB Variations
Color information
#E62CEE (or 0xE62CEE) is known color: Psychedelic Purple. HEX triplet: E6, 2C and EE. RGB value is (230,44,238). Sum of RGB (Red+Green+Blue) = 230+44+238=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #E62CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62CEE is #19D311. Grayscale: #797979. Windows color (decimal): -1692434 or 15609062. OLE color: 15609062.
HSL color Cylindrical-coordinate representation of color #E62CEE: hue angle of 297.53º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62CEE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 44 | 238 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.07 |
| HSL | 297.53º | 0.85% | 0.55% | - |
| HSV(B) | 297.53º | 0.82% | 0.93% | - |
| XYZ | 48.97 | 24.8 | 83.09 | - |
| YUV | 121.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 238 | 0.03 | 0.82 | 0 | 0.07 | 297.53 | 0.85 | 0.55 |
| Hex | E6 | 2C | EE | 3 | 52 | 0 | 7 | 12A | 55 | 37 |
| Octal | 346 | 54 | 356 | 3 | 122 | 0 | 7 | 452 | 125 | 67 |
| Binary | 11100110 | 101100 | 11101110 | 11 | 1010010 | 0 | 111 | 100101010 | 1010101 | 110111 |
Color Harmonies of #E62CEE
Complementary color
Monochromatic Colors of #E62CEE
Black with #E62CEE
Text Example
Text Example
White with #E62CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CEE; }
p { color: rgb(230,44,238); }
H1.HeaderClassName
{
color: #E62CEE;
}
.AnyTagClassName
{
color: #E62CEE;
}
</style>
background-color css
<style>
a { background-color: #E62CEE; }
a { background-color: rgb(230,44,238); }
div.DivClassName
{
background-color: #E62CEE;
}
.BgClassName
{
background-color: #E62CEE;
}
</style>
border-color css
<style>
span { border-color: #E62CEE; }
span { border-color: rgb(230,44,238); }
td.TdClassName
{
border-color: #E62CEE;
}
.TagClassName
{
border-color: #E62CEE;
}
</style>