Shades of Psychedelic Purple #EB15EA
Tints of Psychedelic Purple #EB15EA
RGB
CMYK
RGB Variations
Color information
#EB15EA (or 0xEB15EA) is known color: Psychedelic Purple. HEX triplet: EB, 15 and EA. RGB value is (235,21,234). Sum of RGB (Red+Green+Blue) = 235+21+234=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15EA is #14EA15. Grayscale: #6C6C6C. Windows color (decimal): -1370646 or 15341035. OLE color: 15341035.
HSL color Cylindrical-coordinate representation of color #EB15EA: hue angle of 300.28º 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 #EB15EA is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 234 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.08 |
| HSL | 300.28º | 0.84% | 0.5% | - |
| HSV(B) | 300.28º | 0.91% | 0.92% | - |
| XYZ | 49.38 | 24.14 | 79.9 | - |
| YUV | 109.27 | 198.4 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 234 | 0 | 0.91 | 0.00 | 0.08 | 300.28 | 0.84 | 0.5 |
| Hex | EB | 15 | EA | 0 | 5B | 0 | 8 | 12C | 54 | 32 |
| Octal | 353 | 25 | 352 | 0 | 133 | 0 | 10 | 454 | 124 | 62 |
| Binary | 11101011 | 10101 | 11101010 | 0 | 1011011 | 0 | 1000 | 100101100 | 1010100 | 110010 |
Color Harmonies of #EB15EA
Complementary color
Monochromatic Colors of #EB15EA
Black with #EB15EA
Text Example
Text Example
White with #EB15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15EA; }
p { color: rgb(235,21,234); }
H1.HeaderClassName
{
color: #EB15EA;
}
.AnyTagClassName
{
color: #EB15EA;
}
</style>
background-color css
<style>
a { background-color: #EB15EA; }
a { background-color: rgb(235,21,234); }
div.DivClassName
{
background-color: #EB15EA;
}
.BgClassName
{
background-color: #EB15EA;
}
</style>
border-color css
<style>
span { border-color: #EB15EA; }
span { border-color: rgb(235,21,234); }
td.TdClassName
{
border-color: #EB15EA;
}
.TagClassName
{
border-color: #EB15EA;
}
</style>