Shades of Psychedelic Purple #EB11FF
Tints of Psychedelic Purple #EB11FF
RGB
CMYK
RGB Variations
Color information
#EB11FF (or 0xEB11FF) is known color: Psychedelic Purple. HEX triplet: EB, 11 and FF. RGB value is (235,17,255). Sum of RGB (Red+Green+Blue) = 235+17+255=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 17 (7.03% from 255 or 3.35% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB11FF is #14EE00. Grayscale: #6C6C6C. Windows color (decimal): -1371649 or 16716267. OLE color: 16716267.
HSL color Cylindrical-coordinate representation of color #EB11FF: hue angle of 294.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11FF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 17 | 255 | - |
| CMYK | 0.08 | 0.93 | 0 | 0 |
| HSL | 294.96º | 1% | 0.53% | - |
| HSV(B) | 294.96º | 0.93% | 1% | - |
| XYZ | 52.51 | 25.28 | 96.72 | - |
| YUV | 109.31 | 210.22 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 255 | 0.08 | 0.93 | 0 | 0 | 294.96 | 1 | 0.53 |
| Hex | EB | 11 | FF | 8 | 5D | 0 | 0 | 127 | 64 | 35 |
| Octal | 353 | 21 | 377 | 10 | 135 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101011 | 10001 | 11111111 | 1000 | 1011101 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #EB11FF
Complementary color
Monochromatic Colors of #EB11FF
Black with #EB11FF
Text Example
Text Example
White with #EB11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB11FF; }
p { color: rgb(235,17,255); }
H1.HeaderClassName
{
color: #EB11FF;
}
.AnyTagClassName
{
color: #EB11FF;
}
</style>
background-color css
<style>
a { background-color: #EB11FF; }
a { background-color: rgb(235,17,255); }
div.DivClassName
{
background-color: #EB11FF;
}
.BgClassName
{
background-color: #EB11FF;
}
</style>
border-color css
<style>
span { border-color: #EB11FF; }
span { border-color: rgb(235,17,255); }
td.TdClassName
{
border-color: #EB11FF;
}
.TagClassName
{
border-color: #EB11FF;
}
</style>