Shades of Psychedelic Purple #EA18FA
Tints of Psychedelic Purple #EA18FA
RGB
CMYK
RGB Variations
Color information
#EA18FA (or 0xEA18FA) is known color: Psychedelic Purple. HEX triplet: EA, 18 and FA. RGB value is (234,24,250). Sum of RGB (Red+Green+Blue) = 234+24+250=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA18FA is #15E705. Grayscale: #6F6F6F. Windows color (decimal): -1435398 or 16390378. OLE color: 16390378.
HSL color Cylindrical-coordinate representation of color #EA18FA: hue angle of 295.75º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18FA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 24 | 250 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.02 |
| HSL | 295.75º | 0.96% | 0.54% | - |
| HSV(B) | 295.75º | 0.9% | 0.98% | - |
| XYZ | 51.51 | 25.05 | 92.56 | - |
| YUV | 112.55 | 205.57 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 250 | 0.06 | 0.90 | 0 | 0.02 | 295.75 | 0.96 | 0.54 |
| Hex | EA | 18 | FA | 6 | 5A | 0 | 2 | 128 | 60 | 36 |
| Octal | 352 | 30 | 372 | 6 | 132 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101010 | 11000 | 11111010 | 110 | 1011010 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #EA18FA
Complementary color
Monochromatic Colors of #EA18FA
Black with #EA18FA
Text Example
Text Example
White with #EA18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18FA; }
p { color: rgb(234,24,250); }
H1.HeaderClassName
{
color: #EA18FA;
}
.AnyTagClassName
{
color: #EA18FA;
}
</style>
background-color css
<style>
a { background-color: #EA18FA; }
a { background-color: rgb(234,24,250); }
div.DivClassName
{
background-color: #EA18FA;
}
.BgClassName
{
background-color: #EA18FA;
}
</style>
border-color css
<style>
span { border-color: #EA18FA; }
span { border-color: rgb(234,24,250); }
td.TdClassName
{
border-color: #EA18FA;
}
.TagClassName
{
border-color: #EA18FA;
}
</style>