Shades of Psychedelic Purple #E605F3
Tints of Psychedelic Purple #E605F3
RGB
CMYK
RGB Variations
Color information
#E605F3 (or 0xE605F3) is known color: Psychedelic Purple. HEX triplet: E6, 05 and F3. RGB value is (230,5,243). Sum of RGB (Red+Green+Blue) = 230+5+243=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #E605F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605F3 is #19FA0C. Grayscale: #626262. Windows color (decimal): -1702413 or 15926758. OLE color: 15926758.
HSL color Cylindrical-coordinate representation of color #E605F3: hue angle of 296.72º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605F3 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 5 | 243 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.05 |
| HSL | 296.72º | 0.96% | 0.49% | - |
| HSV(B) | 296.72º | 0.98% | 0.95% | - |
| XYZ | 48.87 | 23.4 | 86.74 | - |
| YUV | 99.41 | 209.04 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 243 | 0.05 | 0.98 | 0 | 0.05 | 296.72 | 0.96 | 0.49 |
| Hex | E6 | 5 | F3 | 5 | 62 | 0 | 5 | 129 | 60 | 31 |
| Octal | 346 | 5 | 363 | 5 | 142 | 0 | 5 | 451 | 140 | 61 |
| Binary | 11100110 | 101 | 11110011 | 101 | 1100010 | 0 | 101 | 100101001 | 1100000 | 110001 |
Color Harmonies of #E605F3
Complementary color
Monochromatic Colors of #E605F3
Black with #E605F3
Text Example
Text Example
White with #E605F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605F3; }
p { color: rgb(230,5,243); }
H1.HeaderClassName
{
color: #E605F3;
}
.AnyTagClassName
{
color: #E605F3;
}
</style>
background-color css
<style>
a { background-color: #E605F3; }
a { background-color: rgb(230,5,243); }
div.DivClassName
{
background-color: #E605F3;
}
.BgClassName
{
background-color: #E605F3;
}
</style>
border-color css
<style>
span { border-color: #E605F3; }
span { border-color: rgb(230,5,243); }
td.TdClassName
{
border-color: #E605F3;
}
.TagClassName
{
border-color: #E605F3;
}
</style>