Shades of Psychedelic Purple #EB18F2
Tints of Psychedelic Purple #EB18F2
RGB
CMYK
RGB Variations
Color information
#EB18F2 (or 0xEB18F2) is known color: Psychedelic Purple. HEX triplet: EB, 18 and F2. RGB value is (235,24,242). Sum of RGB (Red+Green+Blue) = 235+24+242=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB18F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB18F2 is #14E70D. Grayscale: #6F6F6F. Windows color (decimal): -1369870 or 15866091. OLE color: 15866091.
HSL color Cylindrical-coordinate representation of color #EB18F2: hue angle of 298.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18F2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 24 | 242 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.05 |
| HSL | 298.07º | 0.89% | 0.52% | - |
| HSV(B) | 298.07º | 0.9% | 0.95% | - |
| XYZ | 50.61 | 24.73 | 86.11 | - |
| YUV | 111.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 242 | 0.03 | 0.90 | 0 | 0.05 | 298.07 | 0.89 | 0.52 |
| Hex | EB | 18 | F2 | 3 | 5A | 0 | 5 | 12A | 59 | 34 |
| Octal | 353 | 30 | 362 | 3 | 132 | 0 | 5 | 452 | 131 | 64 |
| Binary | 11101011 | 11000 | 11110010 | 11 | 1011010 | 0 | 101 | 100101010 | 1011001 | 110100 |
Color Harmonies of #EB18F2
Complementary color
Monochromatic Colors of #EB18F2
Black with #EB18F2
Text Example
Text Example
White with #EB18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18F2; }
p { color: rgb(235,24,242); }
H1.HeaderClassName
{
color: #EB18F2;
}
.AnyTagClassName
{
color: #EB18F2;
}
</style>
background-color css
<style>
a { background-color: #EB18F2; }
a { background-color: rgb(235,24,242); }
div.DivClassName
{
background-color: #EB18F2;
}
.BgClassName
{
background-color: #EB18F2;
}
</style>
border-color css
<style>
span { border-color: #EB18F2; }
span { border-color: rgb(235,24,242); }
td.TdClassName
{
border-color: #EB18F2;
}
.TagClassName
{
border-color: #EB18F2;
}
</style>