Shades of Psychedelic Purple #EA07FA
Tints of Psychedelic Purple #EA07FA
RGB
CMYK
RGB Variations
Color information
#EA07FA (or 0xEA07FA) is known color: Psychedelic Purple. HEX triplet: EA, 07 and FA. RGB value is (234,7,250). Sum of RGB (Red+Green+Blue) = 234+7+250=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07FA is #15F805. Grayscale: #656565. Windows color (decimal): -1439750 or 16386026. OLE color: 16386026.
HSL color Cylindrical-coordinate representation of color #EA07FA: hue angle of 296.05º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07FA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 7 | 250 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.02 |
| HSL | 296.05º | 0.96% | 0.5% | - |
| HSV(B) | 296.05º | 0.97% | 0.98% | - |
| XYZ | 51.26 | 24.55 | 92.48 | - |
| YUV | 102.58 | 211.21 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 250 | 0.06 | 0.97 | 0 | 0.02 | 296.05 | 0.96 | 0.5 |
| Hex | EA | 7 | FA | 6 | 61 | 0 | 2 | 128 | 60 | 32 |
| Octal | 352 | 7 | 372 | 6 | 141 | 0 | 2 | 450 | 140 | 62 |
| Binary | 11101010 | 111 | 11111010 | 110 | 1100001 | 0 | 10 | 100101000 | 1100000 | 110010 |
Color Harmonies of #EA07FA
Complementary color
Monochromatic Colors of #EA07FA
Black with #EA07FA
Text Example
Text Example
White with #EA07FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07FA; }
p { color: rgb(234,7,250); }
H1.HeaderClassName
{
color: #EA07FA;
}
.AnyTagClassName
{
color: #EA07FA;
}
</style>
background-color css
<style>
a { background-color: #EA07FA; }
a { background-color: rgb(234,7,250); }
div.DivClassName
{
background-color: #EA07FA;
}
.BgClassName
{
background-color: #EA07FA;
}
</style>
border-color css
<style>
span { border-color: #EA07FA; }
span { border-color: rgb(234,7,250); }
td.TdClassName
{
border-color: #EA07FA;
}
.TagClassName
{
border-color: #EA07FA;
}
</style>