Shades of Psychedelic Purple #EA14F2
Tints of Psychedelic Purple #EA14F2
RGB
CMYK
RGB Variations
Color information
#EA14F2 (or 0xEA14F2) is known color: Psychedelic Purple. HEX triplet: EA, 14 and F2. RGB value is (234,20,242). Sum of RGB (Red+Green+Blue) = 234+20+242=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14F2 is #15EB0D. Grayscale: #6C6C6C. Windows color (decimal): -1436430 or 15865066. OLE color: 15865066.
HSL color Cylindrical-coordinate representation of color #EA14F2: hue angle of 297.84º 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 #EA14F2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 20 | 242 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.05 |
| HSL | 297.84º | 0.9% | 0.51% | - |
| HSV(B) | 297.84º | 0.92% | 0.95% | - |
| XYZ | 50.21 | 24.4 | 86.07 | - |
| YUV | 109.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 242 | 0.03 | 0.92 | 0 | 0.05 | 297.84 | 0.9 | 0.51 |
| Hex | EA | 14 | F2 | 3 | 5C | 0 | 5 | 12A | 5A | 33 |
| Octal | 352 | 24 | 362 | 3 | 134 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101010 | 10100 | 11110010 | 11 | 1011100 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #EA14F2
Complementary color
Monochromatic Colors of #EA14F2
Black with #EA14F2
Text Example
Text Example
White with #EA14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14F2; }
p { color: rgb(234,20,242); }
H1.HeaderClassName
{
color: #EA14F2;
}
.AnyTagClassName
{
color: #EA14F2;
}
</style>
background-color css
<style>
a { background-color: #EA14F2; }
a { background-color: rgb(234,20,242); }
div.DivClassName
{
background-color: #EA14F2;
}
.BgClassName
{
background-color: #EA14F2;
}
</style>
border-color css
<style>
span { border-color: #EA14F2; }
span { border-color: rgb(234,20,242); }
td.TdClassName
{
border-color: #EA14F2;
}
.TagClassName
{
border-color: #EA14F2;
}
</style>