Shades of Psychedelic Purple #EB06F2
Tints of Psychedelic Purple #EB06F2
RGB
CMYK
RGB Variations
Color information
#EB06F2 (or 0xEB06F2) is known color: Psychedelic Purple. HEX triplet: EB, 06 and F2. RGB value is (235,6,242). Sum of RGB (Red+Green+Blue) = 235+6+242=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB06F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB06F2 is #14F90D. Grayscale: #646464. Windows color (decimal): -1374478 or 15861483. OLE color: 15861483.
HSL color Cylindrical-coordinate representation of color #EB06F2: hue angle of 298.22º degrees, saturation: 0.95, 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 #EB06F2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 6 | 242 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.05 |
| HSL | 298.22º | 0.95% | 0.49% | - |
| HSV(B) | 298.22º | 0.98% | 0.95% | - |
| XYZ | 50.35 | 24.2 | 86.02 | - |
| YUV | 101.38 | 207.37 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 6 | 242 | 0.03 | 0.98 | 0 | 0.05 | 298.22 | 0.95 | 0.49 |
| Hex | EB | 6 | F2 | 3 | 62 | 0 | 5 | 12A | 5F | 31 |
| Octal | 353 | 6 | 362 | 3 | 142 | 0 | 5 | 452 | 137 | 61 |
| Binary | 11101011 | 110 | 11110010 | 11 | 1100010 | 0 | 101 | 100101010 | 1011111 | 110001 |
Color Harmonies of #EB06F2
Complementary color
Monochromatic Colors of #EB06F2
Black with #EB06F2
Text Example
Text Example
White with #EB06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB06F2; }
p { color: rgb(235,6,242); }
H1.HeaderClassName
{
color: #EB06F2;
}
.AnyTagClassName
{
color: #EB06F2;
}
</style>
background-color css
<style>
a { background-color: #EB06F2; }
a { background-color: rgb(235,6,242); }
div.DivClassName
{
background-color: #EB06F2;
}
.BgClassName
{
background-color: #EB06F2;
}
</style>
border-color css
<style>
span { border-color: #EB06F2; }
span { border-color: rgb(235,6,242); }
td.TdClassName
{
border-color: #EB06F2;
}
.TagClassName
{
border-color: #EB06F2;
}
</style>