Shades of Psychedelic Purple #EB03E5
Tints of Psychedelic Purple #EB03E5
RGB
CMYK
RGB Variations
Color information
#EB03E5 (or 0xEB03E5) is known color: Psychedelic Purple. HEX triplet: EB, 03 and E5. RGB value is (235,3,229). Sum of RGB (Red+Green+Blue) = 235+3+229=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB03E5 is #14FC1A. Grayscale: #616161. Windows color (decimal): -1375259 or 15008747. OLE color: 15008747.
HSL color Cylindrical-coordinate representation of color #EB03E5: hue angle of 301.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB03E5 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.08 |
| HSL | 301.55º | 0.97% | 0.47% | - |
| HSV(B) | 301.55º | 0.99% | 0.92% | - |
| XYZ | 48.44 | 23.38 | 76.09 | - |
| YUV | 98.13 | 201.86 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 229 | 0 | 0.99 | 0.03 | 0.08 | 301.55 | 0.97 | 0.47 |
| Hex | EB | 3 | E5 | 0 | 63 | 3 | 8 | 12E | 61 | 2F |
| Octal | 353 | 3 | 345 | 0 | 143 | 3 | 10 | 456 | 141 | 57 |
| Binary | 11101011 | 11 | 11100101 | 0 | 1100011 | 11 | 1000 | 100101110 | 1100001 | 101111 |
Color Harmonies of #EB03E5
Complementary color
Monochromatic Colors of #EB03E5
Black with #EB03E5
Text Example
Text Example
White with #EB03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB03E5; }
p { color: rgb(235,3,229); }
H1.HeaderClassName
{
color: #EB03E5;
}
.AnyTagClassName
{
color: #EB03E5;
}
</style>
background-color css
<style>
a { background-color: #EB03E5; }
a { background-color: rgb(235,3,229); }
div.DivClassName
{
background-color: #EB03E5;
}
.BgClassName
{
background-color: #EB03E5;
}
</style>
border-color css
<style>
span { border-color: #EB03E5; }
span { border-color: rgb(235,3,229); }
td.TdClassName
{
border-color: #EB03E5;
}
.TagClassName
{
border-color: #EB03E5;
}
</style>