Shades of Psychedelic Purple #EB15E5
Tints of Psychedelic Purple #EB15E5
RGB
CMYK
RGB Variations
Color information
#EB15E5 (or 0xEB15E5) is known color: Psychedelic Purple. HEX triplet: EB, 15 and E5. RGB value is (235,21,229). Sum of RGB (Red+Green+Blue) = 235+21+229=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15E5 is #14EA1A. Grayscale: #6C6C6C. Windows color (decimal): -1370651 or 15013355. OLE color: 15013355.
HSL color Cylindrical-coordinate representation of color #EB15E5: hue angle of 301.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB15E5 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 229 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.08 |
| HSL | 301.68º | 0.84% | 0.5% | - |
| HSV(B) | 301.68º | 0.91% | 0.92% | - |
| XYZ | 48.67 | 23.86 | 76.17 | - |
| YUV | 108.7 | 195.9 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 229 | 0 | 0.91 | 0.03 | 0.08 | 301.68 | 0.84 | 0.5 |
| Hex | EB | 15 | E5 | 0 | 5B | 3 | 8 | 12E | 54 | 32 |
| Octal | 353 | 25 | 345 | 0 | 133 | 3 | 10 | 456 | 124 | 62 |
| Binary | 11101011 | 10101 | 11100101 | 0 | 1011011 | 11 | 1000 | 100101110 | 1010100 | 110010 |
Color Harmonies of #EB15E5
Complementary color
Monochromatic Colors of #EB15E5
Black with #EB15E5
Text Example
Text Example
White with #EB15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15E5; }
p { color: rgb(235,21,229); }
H1.HeaderClassName
{
color: #EB15E5;
}
.AnyTagClassName
{
color: #EB15E5;
}
</style>
background-color css
<style>
a { background-color: #EB15E5; }
a { background-color: rgb(235,21,229); }
div.DivClassName
{
background-color: #EB15E5;
}
.BgClassName
{
background-color: #EB15E5;
}
</style>
border-color css
<style>
span { border-color: #EB15E5; }
span { border-color: rgb(235,21,229); }
td.TdClassName
{
border-color: #EB15E5;
}
.TagClassName
{
border-color: #EB15E5;
}
</style>