Shades of Psychedelic Purple #EB2CFF
Tints of Psychedelic Purple #EB2CFF
RGB
CMYK
RGB Variations
Color information
#EB2CFF (or 0xEB2CFF) is known color: Psychedelic Purple. HEX triplet: EB, 2C and FF. RGB value is (235,44,255). Sum of RGB (Red+Green+Blue) = 235+44+255=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 44 (17.58% from 255 or 8.24% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2CFF is #14D300. Grayscale: #7C7C7C. Windows color (decimal): -1364737 or 16723179. OLE color: 16723179.
HSL color Cylindrical-coordinate representation of color #EB2CFF: hue angle of 294.31º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2CFF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 44 | 255 | - |
| CMYK | 0.08 | 0.83 | 0 | 0 |
| HSL | 294.31º | 1% | 0.59% | - |
| HSV(B) | 294.31º | 0.83% | 1% | - |
| XYZ | 53.21 | 26.68 | 96.95 | - |
| YUV | 125.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 255 | 0.08 | 0.83 | 0 | 0 | 294.31 | 1 | 0.59 |
| Hex | EB | 2C | FF | 8 | 53 | 0 | 0 | 126 | 64 | 3B |
| Octal | 353 | 54 | 377 | 10 | 123 | 0 | 0 | 446 | 144 | 73 |
| Binary | 11101011 | 101100 | 11111111 | 1000 | 1010011 | 0 | 0 | 100100110 | 1100100 | 111011 |
Color Harmonies of #EB2CFF
Complementary color
Monochromatic Colors of #EB2CFF
Black with #EB2CFF
Text Example
Text Example
White with #EB2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2CFF; }
p { color: rgb(235,44,255); }
H1.HeaderClassName
{
color: #EB2CFF;
}
.AnyTagClassName
{
color: #EB2CFF;
}
</style>
background-color css
<style>
a { background-color: #EB2CFF; }
a { background-color: rgb(235,44,255); }
div.DivClassName
{
background-color: #EB2CFF;
}
.BgClassName
{
background-color: #EB2CFF;
}
</style>
border-color css
<style>
span { border-color: #EB2CFF; }
span { border-color: rgb(235,44,255); }
td.TdClassName
{
border-color: #EB2CFF;
}
.TagClassName
{
border-color: #EB2CFF;
}
</style>