Shades of Psychedelic Purple #EB14F2
Tints of Psychedelic Purple #EB14F2
RGB
CMYK
RGB Variations
Color information
#EB14F2 (or 0xEB14F2) is known color: Psychedelic Purple. HEX triplet: EB, 14 and F2. RGB value is (235,20,242). Sum of RGB (Red+Green+Blue) = 235+20+242=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB14F2 is #14EB0D. Grayscale: #6C6C6C. Windows color (decimal): -1370894 or 15865067. OLE color: 15865067.
HSL color Cylindrical-coordinate representation of color #EB14F2: hue angle of 298.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB14F2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 20 | 242 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.05 |
| HSL | 298.11º | 0.9% | 0.51% | - |
| HSV(B) | 298.11º | 0.92% | 0.95% | - |
| XYZ | 50.54 | 24.57 | 86.08 | - |
| YUV | 109.59 | 202.73 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 242 | 0.03 | 0.92 | 0 | 0.05 | 298.11 | 0.9 | 0.51 |
| Hex | EB | 14 | F2 | 3 | 5C | 0 | 5 | 12A | 5A | 33 |
| Octal | 353 | 24 | 362 | 3 | 134 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101011 | 10100 | 11110010 | 11 | 1011100 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #EB14F2
Complementary color
Monochromatic Colors of #EB14F2
Black with #EB14F2
Text Example
Text Example
White with #EB14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB14F2; }
p { color: rgb(235,20,242); }
H1.HeaderClassName
{
color: #EB14F2;
}
.AnyTagClassName
{
color: #EB14F2;
}
</style>
background-color css
<style>
a { background-color: #EB14F2; }
a { background-color: rgb(235,20,242); }
div.DivClassName
{
background-color: #EB14F2;
}
.BgClassName
{
background-color: #EB14F2;
}
</style>
border-color css
<style>
span { border-color: #EB14F2; }
span { border-color: rgb(235,20,242); }
td.TdClassName
{
border-color: #EB14F2;
}
.TagClassName
{
border-color: #EB14F2;
}
</style>