Shades of Psychedelic Purple #EA06F1
Tints of Psychedelic Purple #EA06F1
RGB
CMYK
RGB Variations
Color information
#EA06F1 (or 0xEA06F1) is known color: Psychedelic Purple. HEX triplet: EA, 06 and F1. RGB value is (234,6,241). Sum of RGB (Red+Green+Blue) = 234+6+241=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA06F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06F1 is #15F90E. Grayscale: #646464. Windows color (decimal): -1440015 or 15795946. OLE color: 15795946.
HSL color Cylindrical-coordinate representation of color #EA06F1: hue angle of 298.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA06F1 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 6 | 241 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.05 |
| HSL | 298.21º | 0.95% | 0.48% | - |
| HSV(B) | 298.21º | 0.98% | 0.95% | - |
| XYZ | 49.87 | 23.97 | 85.22 | - |
| YUV | 100.96 | 207.04 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 241 | 0.03 | 0.98 | 0 | 0.05 | 298.21 | 0.95 | 0.48 |
| Hex | EA | 6 | F1 | 3 | 62 | 0 | 5 | 12A | 5F | 30 |
| Octal | 352 | 6 | 361 | 3 | 142 | 0 | 5 | 452 | 137 | 60 |
| Binary | 11101010 | 110 | 11110001 | 11 | 1100010 | 0 | 101 | 100101010 | 1011111 | 110000 |
Color Harmonies of #EA06F1
Complementary color
Monochromatic Colors of #EA06F1
Black with #EA06F1
Text Example
Text Example
White with #EA06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06F1; }
p { color: rgb(234,6,241); }
H1.HeaderClassName
{
color: #EA06F1;
}
.AnyTagClassName
{
color: #EA06F1;
}
</style>
background-color css
<style>
a { background-color: #EA06F1; }
a { background-color: rgb(234,6,241); }
div.DivClassName
{
background-color: #EA06F1;
}
.BgClassName
{
background-color: #EA06F1;
}
</style>
border-color css
<style>
span { border-color: #EA06F1; }
span { border-color: rgb(234,6,241); }
td.TdClassName
{
border-color: #EA06F1;
}
.TagClassName
{
border-color: #EA06F1;
}
</style>