Shades of Psychedelic Purple #EB0EF1
Tints of Psychedelic Purple #EB0EF1
RGB
CMYK
RGB Variations
Color information
#EB0EF1 (or 0xEB0EF1) is known color: Psychedelic Purple. HEX triplet: EB, 0E and F1. RGB value is (235,14,241). Sum of RGB (Red+Green+Blue) = 235+14+241=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB0EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0EF1 is #14F10E. Grayscale: #696969. Windows color (decimal): -1372431 or 15797995. OLE color: 15797995.
HSL color Cylindrical-coordinate representation of color #EB0EF1: hue angle of 298.41º degrees, saturation: 0.89, 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 #EB0EF1 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 14 | 241 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.05 |
| HSL | 298.41º | 0.89% | 0.5% | - |
| HSV(B) | 298.41º | 0.94% | 0.95% | - |
| XYZ | 50.3 | 24.33 | 85.26 | - |
| YUV | 105.96 | 204.22 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 241 | 0.02 | 0.94 | 0 | 0.05 | 298.41 | 0.89 | 0.5 |
| Hex | EB | E | F1 | 2 | 5E | 0 | 5 | 12A | 59 | 32 |
| Octal | 353 | 16 | 361 | 2 | 136 | 0 | 5 | 452 | 131 | 62 |
| Binary | 11101011 | 1110 | 11110001 | 10 | 1011110 | 0 | 101 | 100101010 | 1011001 | 110010 |
Color Harmonies of #EB0EF1
Complementary color
Monochromatic Colors of #EB0EF1
Black with #EB0EF1
Text Example
Text Example
White with #EB0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0EF1; }
p { color: rgb(235,14,241); }
H1.HeaderClassName
{
color: #EB0EF1;
}
.AnyTagClassName
{
color: #EB0EF1;
}
</style>
background-color css
<style>
a { background-color: #EB0EF1; }
a { background-color: rgb(235,14,241); }
div.DivClassName
{
background-color: #EB0EF1;
}
.BgClassName
{
background-color: #EB0EF1;
}
</style>
border-color css
<style>
span { border-color: #EB0EF1; }
span { border-color: rgb(235,14,241); }
td.TdClassName
{
border-color: #EB0EF1;
}
.TagClassName
{
border-color: #EB0EF1;
}
</style>