Shades of Psychedelic Purple #EB02F0
Tints of Psychedelic Purple #EB02F0
RGB
CMYK
RGB Variations
Color information
#EB02F0 (or 0xEB02F0) is known color: Psychedelic Purple. HEX triplet: EB, 02 and F0. RGB value is (235,2,240). Sum of RGB (Red+Green+Blue) = 235+2+240=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB02F0 is #14FD0F. Grayscale: #626262. Windows color (decimal): -1375504 or 15729387. OLE color: 15729387.
HSL color Cylindrical-coordinate representation of color #EB02F0: hue angle of 298.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02F0 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 2 | 240 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.06 |
| HSL | 298.74º | 0.98% | 0.47% | - |
| HSV(B) | 298.74º | 0.99% | 0.94% | - |
| XYZ | 50.01 | 24 | 84.43 | - |
| YUV | 98.8 | 207.69 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 240 | 0.02 | 0.99 | 0 | 0.06 | 298.74 | 0.98 | 0.47 |
| Hex | EB | 2 | F0 | 2 | 63 | 0 | 6 | 12B | 62 | 2F |
| Octal | 353 | 2 | 360 | 2 | 143 | 0 | 6 | 453 | 142 | 57 |
| Binary | 11101011 | 10 | 11110000 | 10 | 1100011 | 0 | 110 | 100101011 | 1100010 | 101111 |
Color Harmonies of #EB02F0
Complementary color
Monochromatic Colors of #EB02F0
Black with #EB02F0
Text Example
Text Example
White with #EB02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB02F0; }
p { color: rgb(235,2,240); }
H1.HeaderClassName
{
color: #EB02F0;
}
.AnyTagClassName
{
color: #EB02F0;
}
</style>
background-color css
<style>
a { background-color: #EB02F0; }
a { background-color: rgb(235,2,240); }
div.DivClassName
{
background-color: #EB02F0;
}
.BgClassName
{
background-color: #EB02F0;
}
</style>
border-color css
<style>
span { border-color: #EB02F0; }
span { border-color: rgb(235,2,240); }
td.TdClassName
{
border-color: #EB02F0;
}
.TagClassName
{
border-color: #EB02F0;
}
</style>