Shades of Psychedelic Purple #EB0CFF
Tints of Psychedelic Purple #EB0CFF
RGB
CMYK
RGB Variations
Color information
#EB0CFF (or 0xEB0CFF) is known color: Psychedelic Purple. HEX triplet: EB, 0C and FF. RGB value is (235,12,255). Sum of RGB (Red+Green+Blue) = 235+12+255=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0CFF is #14F300. Grayscale: #696969. Windows color (decimal): -1372929 or 16714987. OLE color: 16714987.
HSL color Cylindrical-coordinate representation of color #EB0CFF: hue angle of 295.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0CFF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 12 | 255 | - |
| CMYK | 0.08 | 0.95 | 0 | 0 |
| HSL | 295.06º | 1% | 0.52% | - |
| HSV(B) | 295.06º | 0.95% | 1% | - |
| XYZ | 52.44 | 25.15 | 96.7 | - |
| YUV | 106.38 | 211.88 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 255 | 0.08 | 0.95 | 0 | 0 | 295.06 | 1 | 0.52 |
| Hex | EB | C | FF | 8 | 5F | 0 | 0 | 127 | 64 | 34 |
| Octal | 353 | 14 | 377 | 10 | 137 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101011 | 1100 | 11111111 | 1000 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #EB0CFF
Complementary color
Monochromatic Colors of #EB0CFF
Black with #EB0CFF
Text Example
Text Example
White with #EB0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CFF; }
p { color: rgb(235,12,255); }
H1.HeaderClassName
{
color: #EB0CFF;
}
.AnyTagClassName
{
color: #EB0CFF;
}
</style>
background-color css
<style>
a { background-color: #EB0CFF; }
a { background-color: rgb(235,12,255); }
div.DivClassName
{
background-color: #EB0CFF;
}
.BgClassName
{
background-color: #EB0CFF;
}
</style>
border-color css
<style>
span { border-color: #EB0CFF; }
span { border-color: rgb(235,12,255); }
td.TdClassName
{
border-color: #EB0CFF;
}
.TagClassName
{
border-color: #EB0CFF;
}
</style>