Shades of Psychedelic Purple #E00CE7
Tints of Psychedelic Purple #E00CE7
RGB
CMYK
RGB Variations
Color information
#E00CE7 (or 0xE00CE7) is known color: Psychedelic Purple. HEX triplet: E0, 0C and E7. RGB value is (224,12,231). Sum of RGB (Red+Green+Blue) = 224+12+231=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #E00CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CE7 is #1FF318. Grayscale: #636363. Windows color (decimal): -2093849 or 15142112. OLE color: 15142112.
HSL color Cylindrical-coordinate representation of color #E00CE7: hue angle of 298.08º 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 #E00CE7 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 12 | 231 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.09 |
| HSL | 298.08º | 0.9% | 0.48% | - |
| HSV(B) | 298.08º | 0.95% | 0.91% | - |
| XYZ | 45.3 | 21.88 | 77.44 | - |
| YUV | 100.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 231 | 0.03 | 0.95 | 0 | 0.09 | 298.08 | 0.9 | 0.48 |
| Hex | E0 | C | E7 | 3 | 5F | 0 | 9 | 12A | 5A | 30 |
| Octal | 340 | 14 | 347 | 3 | 137 | 0 | 11 | 452 | 132 | 60 |
| Binary | 11100000 | 1100 | 11100111 | 11 | 1011111 | 0 | 1001 | 100101010 | 1011010 | 110000 |
Color Harmonies of #E00CE7
Complementary color
Monochromatic Colors of #E00CE7
Black with #E00CE7
Text Example
Text Example
White with #E00CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CE7; }
p { color: rgb(224,12,231); }
H1.HeaderClassName
{
color: #E00CE7;
}
.AnyTagClassName
{
color: #E00CE7;
}
</style>
background-color css
<style>
a { background-color: #E00CE7; }
a { background-color: rgb(224,12,231); }
div.DivClassName
{
background-color: #E00CE7;
}
.BgClassName
{
background-color: #E00CE7;
}
</style>
border-color css
<style>
span { border-color: #E00CE7; }
span { border-color: rgb(224,12,231); }
td.TdClassName
{
border-color: #E00CE7;
}
.TagClassName
{
border-color: #E00CE7;
}
</style>