Shades of Psychedelic Purple #E603E3
Tints of Psychedelic Purple #E603E3
RGB
CMYK
RGB Variations
Color information
#E603E3 (or 0xE603E3) is known color: Psychedelic Purple. HEX triplet: E6, 03 and E3. RGB value is (230,3,227). Sum of RGB (Red+Green+Blue) = 230+3+227=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E603E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603E3 is #19FC1C. Grayscale: #5F5F5F. Windows color (decimal): -1702941 or 14877670. OLE color: 14877670.
HSL color Cylindrical-coordinate representation of color #E603E3: hue angle of 300.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603E3 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 227 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.10 |
| HSL | 300.79º | 0.97% | 0.46% | - |
| HSV(B) | 300.79º | 0.99% | 0.9% | - |
| XYZ | 46.53 | 22.43 | 74.55 | - |
| YUV | 96.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 227 | 0 | 0.99 | 0.01 | 0.10 | 300.79 | 0.97 | 0.46 |
| Hex | E6 | 3 | E3 | 0 | 63 | 1 | A | 12D | 61 | 2E |
| Octal | 346 | 3 | 343 | 0 | 143 | 1 | 12 | 455 | 141 | 56 |
| Binary | 11100110 | 11 | 11100011 | 0 | 1100011 | 1 | 1010 | 100101101 | 1100001 | 101110 |
Color Harmonies of #E603E3
Complementary color
Monochromatic Colors of #E603E3
Black with #E603E3
Text Example
Text Example
White with #E603E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603E3; }
p { color: rgb(230,3,227); }
H1.HeaderClassName
{
color: #E603E3;
}
.AnyTagClassName
{
color: #E603E3;
}
</style>
background-color css
<style>
a { background-color: #E603E3; }
a { background-color: rgb(230,3,227); }
div.DivClassName
{
background-color: #E603E3;
}
.BgClassName
{
background-color: #E603E3;
}
</style>
border-color css
<style>
span { border-color: #E603E3; }
span { border-color: rgb(230,3,227); }
td.TdClassName
{
border-color: #E603E3;
}
.TagClassName
{
border-color: #E603E3;
}
</style>