Shades of Psychedelic Purple #EB0FF2
Tints of Psychedelic Purple #EB0FF2
RGB
CMYK
RGB Variations
Color information
#EB0FF2 (or 0xEB0FF2) is known color: Psychedelic Purple. HEX triplet: EB, 0F and F2. RGB value is (235,15,242). Sum of RGB (Red+Green+Blue) = 235+15+242=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0FF2 is #14F00D. Grayscale: #696969. Windows color (decimal): -1372174 or 15863787. OLE color: 15863787.
HSL color Cylindrical-coordinate representation of color #EB0FF2: hue angle of 298.15º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FF2 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 15 | 242 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.05 |
| HSL | 298.15º | 0.9% | 0.5% | - |
| HSV(B) | 298.15º | 0.94% | 0.95% | - |
| XYZ | 50.46 | 24.41 | 86.06 | - |
| YUV | 106.66 | 204.39 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 242 | 0.03 | 0.94 | 0 | 0.05 | 298.15 | 0.9 | 0.5 |
| Hex | EB | F | F2 | 3 | 5E | 0 | 5 | 12A | 5A | 32 |
| Octal | 353 | 17 | 362 | 3 | 136 | 0 | 5 | 452 | 132 | 62 |
| Binary | 11101011 | 1111 | 11110010 | 11 | 1011110 | 0 | 101 | 100101010 | 1011010 | 110010 |
Color Harmonies of #EB0FF2
Complementary color
Monochromatic Colors of #EB0FF2
Black with #EB0FF2
Text Example
Text Example
White with #EB0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0FF2; }
p { color: rgb(235,15,242); }
H1.HeaderClassName
{
color: #EB0FF2;
}
.AnyTagClassName
{
color: #EB0FF2;
}
</style>
background-color css
<style>
a { background-color: #EB0FF2; }
a { background-color: rgb(235,15,242); }
div.DivClassName
{
background-color: #EB0FF2;
}
.BgClassName
{
background-color: #EB0FF2;
}
</style>
border-color css
<style>
span { border-color: #EB0FF2; }
span { border-color: rgb(235,15,242); }
td.TdClassName
{
border-color: #EB0FF2;
}
.TagClassName
{
border-color: #EB0FF2;
}
</style>