Shades of Psychedelic Purple #EA00F2
Tints of Psychedelic Purple #EA00F2
RGB
CMYK
RGB Variations
Color information
#EA00F2 (or 0xEA00F2) is known color: Psychedelic Purple. HEX triplet: EA, 00 and F2. RGB value is (234,0,242). Sum of RGB (Red+Green+Blue) = 234+0+242=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA00F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00F2 is #15FF0D. Grayscale: #606060. Windows color (decimal): -1441550 or 15859946. OLE color: 15859946.
HSL color Cylindrical-coordinate representation of color #EA00F2: hue angle of 298.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00F2 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 0 | 242 | - |
| CMYK | 0.03 | 1 | 0 | 0.05 |
| HSL | 298.02º | 1% | 0.47% | - |
| HSV(B) | 298.02º | 1% | 0.95% | - |
| XYZ | 49.96 | 23.9 | 85.99 | - |
| YUV | 97.55 | 209.52 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 242 | 0.03 | 1 | 0 | 0.05 | 298.02 | 1 | 0.47 |
| Hex | EA | 0 | F2 | 3 | 64 | 0 | 5 | 12A | 64 | 2F |
| Octal | 352 | 0 | 362 | 3 | 144 | 0 | 5 | 452 | 144 | 57 |
| Binary | 11101010 | 0 | 11110010 | 11 | 1100100 | 0 | 101 | 100101010 | 1100100 | 101111 |
Color Harmonies of #EA00F2
Complementary color
Monochromatic Colors of #EA00F2
Black with #EA00F2
Text Example
Text Example
White with #EA00F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00F2; }
p { color: rgb(234,0,242); }
H1.HeaderClassName
{
color: #EA00F2;
}
.AnyTagClassName
{
color: #EA00F2;
}
</style>
background-color css
<style>
a { background-color: #EA00F2; }
a { background-color: rgb(234,0,242); }
div.DivClassName
{
background-color: #EA00F2;
}
.BgClassName
{
background-color: #EA00F2;
}
</style>
border-color css
<style>
span { border-color: #EA00F2; }
span { border-color: rgb(234,0,242); }
td.TdClassName
{
border-color: #EA00F2;
}
.TagClassName
{
border-color: #EA00F2;
}
</style>