Shades of Psychedelic Purple #E630F3
Tints of Psychedelic Purple #E630F3
RGB
CMYK
RGB Variations
Color information
#E630F3 (or 0xE630F3) is known color: Psychedelic Purple. HEX triplet: E6, 30 and F3. RGB value is (230,48,243). Sum of RGB (Red+Green+Blue) = 230+48+243=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #E630F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630F3 is #19CF0C. Grayscale: #7C7C7C. Windows color (decimal): -1691405 or 15937766. OLE color: 15937766.
HSL color Cylindrical-coordinate representation of color #E630F3: hue angle of 296º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E630F3 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 48 | 243 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.05 |
| HSL | 296º | 0.89% | 0.57% | - |
| HSV(B) | 296º | 0.8% | 0.95% | - |
| XYZ | 49.87 | 25.41 | 87.07 | - |
| YUV | 124.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 243 | 0.05 | 0.80 | 0 | 0.05 | 296 | 0.89 | 0.57 |
| Hex | E6 | 30 | F3 | 5 | 50 | 0 | 5 | 128 | 59 | 39 |
| Octal | 346 | 60 | 363 | 5 | 120 | 0 | 5 | 450 | 131 | 71 |
| Binary | 11100110 | 110000 | 11110011 | 101 | 1010000 | 0 | 101 | 100101000 | 1011001 | 111001 |
Color Harmonies of #E630F3
Complementary color
Monochromatic Colors of #E630F3
Black with #E630F3
Text Example
Text Example
White with #E630F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630F3; }
p { color: rgb(230,48,243); }
H1.HeaderClassName
{
color: #E630F3;
}
.AnyTagClassName
{
color: #E630F3;
}
</style>
background-color css
<style>
a { background-color: #E630F3; }
a { background-color: rgb(230,48,243); }
div.DivClassName
{
background-color: #E630F3;
}
.BgClassName
{
background-color: #E630F3;
}
</style>
border-color css
<style>
span { border-color: #E630F3; }
span { border-color: rgb(230,48,243); }
td.TdClassName
{
border-color: #E630F3;
}
.TagClassName
{
border-color: #E630F3;
}
</style>