Shades of Psychedelic Purple #EB18F0
Tints of Psychedelic Purple #EB18F0
RGB
CMYK
RGB Variations
Color information
#EB18F0 (or 0xEB18F0) is known color: Psychedelic Purple. HEX triplet: EB, 18 and F0. RGB value is (235,24,240). Sum of RGB (Red+Green+Blue) = 235+24+240=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB18F0 is #14E70F. Grayscale: #6F6F6F. Windows color (decimal): -1369872 or 15735019. OLE color: 15735019.
HSL color Cylindrical-coordinate representation of color #EB18F0: hue angle of 298.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18F0 is Cyan = 0.02, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 24 | 240 | - |
| CMYK | 0.02 | 0.9 | 0 | 0.06 |
| HSL | 298.61º | 0.88% | 0.52% | - |
| HSV(B) | 298.61º | 0.9% | 0.94% | - |
| XYZ | 50.32 | 24.61 | 84.54 | - |
| YUV | 111.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 240 | 0.02 | 0.9 | 0 | 0.06 | 298.61 | 0.88 | 0.52 |
| Hex | EB | 18 | F0 | 2 | 5A | 0 | 6 | 12B | 58 | 34 |
| Octal | 353 | 30 | 360 | 2 | 132 | 0 | 6 | 453 | 130 | 64 |
| Binary | 11101011 | 11000 | 11110000 | 10 | 1011010 | 0 | 110 | 100101011 | 1011000 | 110100 |
Color Harmonies of #EB18F0
Complementary color
Monochromatic Colors of #EB18F0
Black with #EB18F0
Text Example
Text Example
White with #EB18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18F0; }
p { color: rgb(235,24,240); }
H1.HeaderClassName
{
color: #EB18F0;
}
.AnyTagClassName
{
color: #EB18F0;
}
</style>
background-color css
<style>
a { background-color: #EB18F0; }
a { background-color: rgb(235,24,240); }
div.DivClassName
{
background-color: #EB18F0;
}
.BgClassName
{
background-color: #EB18F0;
}
</style>
border-color css
<style>
span { border-color: #EB18F0; }
span { border-color: rgb(235,24,240); }
td.TdClassName
{
border-color: #EB18F0;
}
.TagClassName
{
border-color: #EB18F0;
}
</style>