Shades of Psychedelic Purple #EA2FFA
Tints of Psychedelic Purple #EA2FFA
RGB
CMYK
RGB Variations
Color information
#EA2FFA (or 0xEA2FFA) is known color: Psychedelic Purple. HEX triplet: EA, 2F and FA. RGB value is (234,47,250). Sum of RGB (Red+Green+Blue) = 234+47+250=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2FFA is #15D005. Grayscale: #7D7D7D. Windows color (decimal): -1429510 or 16396266. OLE color: 16396266.
HSL color Cylindrical-coordinate representation of color #EA2FFA: hue angle of 295.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2FFA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 47 | 250 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.02 |
| HSL | 295.27º | 0.95% | 0.58% | - |
| HSV(B) | 295.27º | 0.81% | 0.98% | - |
| XYZ | 52.2 | 26.43 | 92.79 | - |
| YUV | 126.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 250 | 0.06 | 0.81 | 0 | 0.02 | 295.27 | 0.95 | 0.58 |
| Hex | EA | 2F | FA | 6 | 51 | 0 | 2 | 127 | 5F | 3A |
| Octal | 352 | 57 | 372 | 6 | 121 | 0 | 2 | 447 | 137 | 72 |
| Binary | 11101010 | 101111 | 11111010 | 110 | 1010001 | 0 | 10 | 100100111 | 1011111 | 111010 |
Color Harmonies of #EA2FFA
Complementary color
Monochromatic Colors of #EA2FFA
Black with #EA2FFA
Text Example
Text Example
White with #EA2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2FFA; }
p { color: rgb(234,47,250); }
H1.HeaderClassName
{
color: #EA2FFA;
}
.AnyTagClassName
{
color: #EA2FFA;
}
</style>
background-color css
<style>
a { background-color: #EA2FFA; }
a { background-color: rgb(234,47,250); }
div.DivClassName
{
background-color: #EA2FFA;
}
.BgClassName
{
background-color: #EA2FFA;
}
</style>
border-color css
<style>
span { border-color: #EA2FFA; }
span { border-color: rgb(234,47,250); }
td.TdClassName
{
border-color: #EA2FFA;
}
.TagClassName
{
border-color: #EA2FFA;
}
</style>