Shades of Psychedelic Purple #EA06F2
Tints of Psychedelic Purple #EA06F2
RGB
CMYK
RGB Variations
Color information
#EA06F2 (or 0xEA06F2) is known color: Psychedelic Purple. HEX triplet: EA, 06 and F2. RGB value is (234,6,242). Sum of RGB (Red+Green+Blue) = 234+6+242=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA06F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06F2 is #15F90D. Grayscale: #646464. Windows color (decimal): -1440014 or 15861482. OLE color: 15861482.
HSL color Cylindrical-coordinate representation of color #EA06F2: hue angle of 297.97º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA06F2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 6 | 242 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.05 |
| HSL | 297.97º | 0.95% | 0.49% | - |
| HSV(B) | 297.97º | 0.98% | 0.95% | - |
| XYZ | 50.02 | 24.03 | 86.01 | - |
| YUV | 101.08 | 207.54 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 242 | 0.03 | 0.98 | 0 | 0.05 | 297.97 | 0.95 | 0.49 |
| Hex | EA | 6 | F2 | 3 | 62 | 0 | 5 | 12A | 5F | 31 |
| Octal | 352 | 6 | 362 | 3 | 142 | 0 | 5 | 452 | 137 | 61 |
| Binary | 11101010 | 110 | 11110010 | 11 | 1100010 | 0 | 101 | 100101010 | 1011111 | 110001 |
Color Harmonies of #EA06F2
Complementary color
Monochromatic Colors of #EA06F2
Black with #EA06F2
Text Example
Text Example
White with #EA06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06F2; }
p { color: rgb(234,6,242); }
H1.HeaderClassName
{
color: #EA06F2;
}
.AnyTagClassName
{
color: #EA06F2;
}
</style>
background-color css
<style>
a { background-color: #EA06F2; }
a { background-color: rgb(234,6,242); }
div.DivClassName
{
background-color: #EA06F2;
}
.BgClassName
{
background-color: #EA06F2;
}
</style>
border-color css
<style>
span { border-color: #EA06F2; }
span { border-color: rgb(234,6,242); }
td.TdClassName
{
border-color: #EA06F2;
}
.TagClassName
{
border-color: #EA06F2;
}
</style>