Shades of Psychedelic Purple #EB01E8
Tints of Psychedelic Purple #EB01E8
RGB
CMYK
RGB Variations
Color information
#EB01E8 (or 0xEB01E8) is known color: Psychedelic Purple. HEX triplet: EB, 01 and E8. RGB value is (235,1,232). Sum of RGB (Red+Green+Blue) = 235+1+232=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01E8 is #14FE17. Grayscale: #606060. Windows color (decimal): -1375768 or 15204843. OLE color: 15204843.
HSL color Cylindrical-coordinate representation of color #EB01E8: hue angle of 300.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01E8 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 232 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.08 |
| HSL | 300.77º | 0.99% | 0.46% | - |
| HSV(B) | 300.77º | 1% | 0.92% | - |
| XYZ | 48.84 | 23.51 | 78.31 | - |
| YUV | 97.3 | 204.02 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 232 | 0 | 1.00 | 0.01 | 0.08 | 300.77 | 0.99 | 0.46 |
| Hex | EB | 1 | E8 | 0 | 64 | 1 | 8 | 12D | 63 | 2E |
| Octal | 353 | 1 | 350 | 0 | 144 | 1 | 10 | 455 | 143 | 56 |
| Binary | 11101011 | 1 | 11101000 | 0 | 1100100 | 1 | 1000 | 100101101 | 1100011 | 101110 |
Color Harmonies of #EB01E8
Complementary color
Monochromatic Colors of #EB01E8
Black with #EB01E8
Text Example
Text Example
White with #EB01E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01E8; }
p { color: rgb(235,1,232); }
H1.HeaderClassName
{
color: #EB01E8;
}
.AnyTagClassName
{
color: #EB01E8;
}
</style>
background-color css
<style>
a { background-color: #EB01E8; }
a { background-color: rgb(235,1,232); }
div.DivClassName
{
background-color: #EB01E8;
}
.BgClassName
{
background-color: #EB01E8;
}
</style>
border-color css
<style>
span { border-color: #EB01E8; }
span { border-color: rgb(235,1,232); }
td.TdClassName
{
border-color: #EB01E8;
}
.TagClassName
{
border-color: #EB01E8;
}
</style>