Shades of Psychedelic Purple #EB14E8
Tints of Psychedelic Purple #EB14E8
RGB
CMYK
RGB Variations
Color information
#EB14E8 (or 0xEB14E8) is known color: Psychedelic Purple. HEX triplet: EB, 14 and E8. RGB value is (235,20,232). Sum of RGB (Red+Green+Blue) = 235+20+232=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14E8 is #14EB17. Grayscale: #6B6B6B. Windows color (decimal): -1370904 or 15209707. OLE color: 15209707.
HSL color Cylindrical-coordinate representation of color #EB14E8: hue angle of 300.84º 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 #EB14E8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 232 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.08 |
| HSL | 300.84º | 0.84% | 0.5% | - |
| HSV(B) | 300.84º | 0.91% | 0.92% | - |
| XYZ | 49.08 | 23.99 | 78.39 | - |
| YUV | 108.45 | 197.73 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 232 | 0 | 0.91 | 0.01 | 0.08 | 300.84 | 0.84 | 0.5 |
| Hex | EB | 14 | E8 | 0 | 5B | 1 | 8 | 12D | 54 | 32 |
| Octal | 353 | 24 | 350 | 0 | 133 | 1 | 10 | 455 | 124 | 62 |
| Binary | 11101011 | 10100 | 11101000 | 0 | 1011011 | 1 | 1000 | 100101101 | 1010100 | 110010 |
Color Harmonies of #EB14E8
Complementary color
Monochromatic Colors of #EB14E8
Black with #EB14E8
Text Example
Text Example
White with #EB14E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14E8; }
p { color: rgb(235,20,232); }
H1.HeaderClassName
{
color: #EB14E8;
}
.AnyTagClassName
{
color: #EB14E8;
}
</style>
background-color css
<style>
a { background-color: #EB14E8; }
a { background-color: rgb(235,20,232); }
div.DivClassName
{
background-color: #EB14E8;
}
.BgClassName
{
background-color: #EB14E8;
}
</style>
border-color css
<style>
span { border-color: #EB14E8; }
span { border-color: rgb(235,20,232); }
td.TdClassName
{
border-color: #EB14E8;
}
.TagClassName
{
border-color: #EB14E8;
}
</style>