Shades of Psychedelic Purple #EB17E8
Tints of Psychedelic Purple #EB17E8
RGB
CMYK
RGB Variations
Color information
#EB17E8 (or 0xEB17E8) is known color: Psychedelic Purple. HEX triplet: EB, 17 and E8. RGB value is (235,23,232). Sum of RGB (Red+Green+Blue) = 235+23+232=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17E8 is #14E817. Grayscale: #6D6D6D. Windows color (decimal): -1370136 or 15210475. OLE color: 15210475.
HSL color Cylindrical-coordinate representation of color #EB17E8: hue angle of 300.85º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17E8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 232 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.08 |
| HSL | 300.85º | 0.84% | 0.51% | - |
| HSV(B) | 300.85º | 0.9% | 0.92% | - |
| XYZ | 49.13 | 24.1 | 78.41 | - |
| YUV | 110.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 232 | 0 | 0.90 | 0.01 | 0.08 | 300.85 | 0.84 | 0.51 |
| Hex | EB | 17 | E8 | 0 | 5A | 1 | 8 | 12D | 54 | 33 |
| Octal | 353 | 27 | 350 | 0 | 132 | 1 | 10 | 455 | 124 | 63 |
| Binary | 11101011 | 10111 | 11101000 | 0 | 1011010 | 1 | 1000 | 100101101 | 1010100 | 110011 |
Color Harmonies of #EB17E8
Complementary color
Monochromatic Colors of #EB17E8
Black with #EB17E8
Text Example
Text Example
White with #EB17E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17E8; }
p { color: rgb(235,23,232); }
H1.HeaderClassName
{
color: #EB17E8;
}
.AnyTagClassName
{
color: #EB17E8;
}
</style>
background-color css
<style>
a { background-color: #EB17E8; }
a { background-color: rgb(235,23,232); }
div.DivClassName
{
background-color: #EB17E8;
}
.BgClassName
{
background-color: #EB17E8;
}
</style>
border-color css
<style>
span { border-color: #EB17E8; }
span { border-color: rgb(235,23,232); }
td.TdClassName
{
border-color: #EB17E8;
}
.TagClassName
{
border-color: #EB17E8;
}
</style>