Shades of Psychedelic Purple #EA0AF7
Tints of Psychedelic Purple #EA0AF7
RGB
CMYK
RGB Variations
Color information
#EA0AF7 (or 0xEA0AF7) is known color: Psychedelic Purple. HEX triplet: EA, 0A and F7. RGB value is (234,10,247). Sum of RGB (Red+Green+Blue) = 234+10+247=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 10 (4.30% from 255 or 2.04% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0AF7 is #15F508. Grayscale: #676767. Windows color (decimal): -1438985 or 16190186. OLE color: 16190186.
HSL color Cylindrical-coordinate representation of color #EA0AF7: hue angle of 296.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AF7 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 10 | 247 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.03 |
| HSL | 296.71º | 0.94% | 0.5% | - |
| HSV(B) | 296.71º | 0.96% | 0.97% | - |
| XYZ | 50.83 | 24.42 | 90.03 | - |
| YUV | 103.99 | 208.71 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 247 | 0.05 | 0.96 | 0 | 0.03 | 296.71 | 0.94 | 0.5 |
| Hex | EA | A | F7 | 5 | 60 | 0 | 3 | 129 | 5E | 32 |
| Octal | 352 | 12 | 367 | 5 | 140 | 0 | 3 | 451 | 136 | 62 |
| Binary | 11101010 | 1010 | 11110111 | 101 | 1100000 | 0 | 11 | 100101001 | 1011110 | 110010 |
Color Harmonies of #EA0AF7
Complementary color
Monochromatic Colors of #EA0AF7
Black with #EA0AF7
Text Example
Text Example
White with #EA0AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AF7; }
p { color: rgb(234,10,247); }
H1.HeaderClassName
{
color: #EA0AF7;
}
.AnyTagClassName
{
color: #EA0AF7;
}
</style>
background-color css
<style>
a { background-color: #EA0AF7; }
a { background-color: rgb(234,10,247); }
div.DivClassName
{
background-color: #EA0AF7;
}
.BgClassName
{
background-color: #EA0AF7;
}
</style>
border-color css
<style>
span { border-color: #EA0AF7; }
span { border-color: rgb(234,10,247); }
td.TdClassName
{
border-color: #EA0AF7;
}
.TagClassName
{
border-color: #EA0AF7;
}
</style>