Shades of Psychedelic Purple #E30CE7
Tints of Psychedelic Purple #E30CE7
RGB
CMYK
RGB Variations
Color information
#E30CE7 (or 0xE30CE7) is known color: Psychedelic Purple. HEX triplet: E3, 0C and E7. RGB value is (227,12,231). Sum of RGB (Red+Green+Blue) = 227+12+231=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #E30CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CE7 is #1CF318. Grayscale: #646464. Windows color (decimal): -1897241 or 15142115. OLE color: 15142115.
HSL color Cylindrical-coordinate representation of color #E30CE7: hue angle of 298.9º 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 #E30CE7 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 12 | 231 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.09 |
| HSL | 298.9º | 0.9% | 0.48% | - |
| HSV(B) | 298.9º | 0.95% | 0.91% | - |
| XYZ | 46.23 | 22.36 | 77.48 | - |
| YUV | 101.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 231 | 0.02 | 0.95 | 0 | 0.09 | 298.9 | 0.9 | 0.48 |
| Hex | E3 | C | E7 | 2 | 5F | 0 | 9 | 12B | 5A | 30 |
| Octal | 343 | 14 | 347 | 2 | 137 | 0 | 11 | 453 | 132 | 60 |
| Binary | 11100011 | 1100 | 11100111 | 10 | 1011111 | 0 | 1001 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E30CE7
Complementary color
Monochromatic Colors of #E30CE7
Black with #E30CE7
Text Example
Text Example
White with #E30CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CE7; }
p { color: rgb(227,12,231); }
H1.HeaderClassName
{
color: #E30CE7;
}
.AnyTagClassName
{
color: #E30CE7;
}
</style>
background-color css
<style>
a { background-color: #E30CE7; }
a { background-color: rgb(227,12,231); }
div.DivClassName
{
background-color: #E30CE7;
}
.BgClassName
{
background-color: #E30CE7;
}
</style>
border-color css
<style>
span { border-color: #E30CE7; }
span { border-color: rgb(227,12,231); }
td.TdClassName
{
border-color: #E30CE7;
}
.TagClassName
{
border-color: #E30CE7;
}
</style>