Shades of Psychedelic Purple #E603EB
Tints of Psychedelic Purple #E603EB
RGB
CMYK
RGB Variations
Color information
#E603EB (or 0xE603EB) is known color: Psychedelic Purple. HEX triplet: E6, 03 and EB. RGB value is (230,3,235). Sum of RGB (Red+Green+Blue) = 230+3+235=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #E603EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603EB is #19FC14. Grayscale: #606060. Windows color (decimal): -1702933 or 15401958. OLE color: 15401958.
HSL color Cylindrical-coordinate representation of color #E603EB: hue angle of 298.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603EB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 3 | 235 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.08 |
| HSL | 298.71º | 0.97% | 0.47% | - |
| HSV(B) | 298.71º | 0.99% | 0.92% | - |
| XYZ | 47.66 | 22.89 | 80.5 | - |
| YUV | 97.32 | 205.71 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 235 | 0.02 | 0.99 | 0 | 0.08 | 298.71 | 0.97 | 0.47 |
| Hex | E6 | 3 | EB | 2 | 63 | 0 | 8 | 12B | 61 | 2F |
| Octal | 346 | 3 | 353 | 2 | 143 | 0 | 10 | 453 | 141 | 57 |
| Binary | 11100110 | 11 | 11101011 | 10 | 1100011 | 0 | 1000 | 100101011 | 1100001 | 101111 |
Color Harmonies of #E603EB
Complementary color
Monochromatic Colors of #E603EB
Black with #E603EB
Text Example
Text Example
White with #E603EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603EB; }
p { color: rgb(230,3,235); }
H1.HeaderClassName
{
color: #E603EB;
}
.AnyTagClassName
{
color: #E603EB;
}
</style>
background-color css
<style>
a { background-color: #E603EB; }
a { background-color: rgb(230,3,235); }
div.DivClassName
{
background-color: #E603EB;
}
.BgClassName
{
background-color: #E603EB;
}
</style>
border-color css
<style>
span { border-color: #E603EB; }
span { border-color: rgb(230,3,235); }
td.TdClassName
{
border-color: #E603EB;
}
.TagClassName
{
border-color: #E603EB;
}
</style>