Shades of Psychedelic Purple #EB0EFE
Tints of Psychedelic Purple #EB0EFE
RGB
CMYK
RGB Variations
Color information
#EB0EFE (or 0xEB0EFE) is known color: Psychedelic Purple. HEX triplet: EB, 0E and FE. RGB value is (235,14,254). Sum of RGB (Red+Green+Blue) = 235+14+254=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB0EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0EFE is #14F101. Grayscale: #6A6A6A. Windows color (decimal): -1372418 or 16649963. OLE color: 16649963.
HSL color Cylindrical-coordinate representation of color #EB0EFE: hue angle of 295.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0EFE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 14 | 254 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.00 |
| HSL | 295.25º | 0.99% | 0.53% | - |
| HSV(B) | 295.25º | 0.94% | 1% | - |
| XYZ | 52.31 | 25.13 | 95.86 | - |
| YUV | 107.44 | 210.72 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 254 | 0.07 | 0.94 | 0 | 0.00 | 295.25 | 0.99 | 0.53 |
| Hex | EB | E | FE | 7 | 5E | 0 | 0 | 127 | 63 | 35 |
| Octal | 353 | 16 | 376 | 7 | 136 | 0 | 0 | 447 | 143 | 65 |
| Binary | 11101011 | 1110 | 11111110 | 111 | 1011110 | 0 | 0 | 100100111 | 1100011 | 110101 |
Color Harmonies of #EB0EFE
Complementary color
Monochromatic Colors of #EB0EFE
Black with #EB0EFE
Text Example
Text Example
White with #EB0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0EFE; }
p { color: rgb(235,14,254); }
H1.HeaderClassName
{
color: #EB0EFE;
}
.AnyTagClassName
{
color: #EB0EFE;
}
</style>
background-color css
<style>
a { background-color: #EB0EFE; }
a { background-color: rgb(235,14,254); }
div.DivClassName
{
background-color: #EB0EFE;
}
.BgClassName
{
background-color: #EB0EFE;
}
</style>
border-color css
<style>
span { border-color: #EB0EFE; }
span { border-color: rgb(235,14,254); }
td.TdClassName
{
border-color: #EB0EFE;
}
.TagClassName
{
border-color: #EB0EFE;
}
</style>