Shades of Psychedelic Purple #EA25FE
Tints of Psychedelic Purple #EA25FE
RGB
CMYK
RGB Variations
Color information
#EA25FE (or 0xEA25FE) is known color: Psychedelic Purple. HEX triplet: EA, 25 and FE. RGB value is (234,37,254). Sum of RGB (Red+Green+Blue) = 234+37+254=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 37 (14.84% from 255 or 7.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA25FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA25FE is #15DA01. Grayscale: #777777. Windows color (decimal): -1432066 or 16655850. OLE color: 16655850.
HSL color Cylindrical-coordinate representation of color #EA25FE: hue angle of 294.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA25FE is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 37 | 254 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.00 |
| HSL | 294.47º | 0.99% | 0.57% | - |
| HSV(B) | 294.47º | 0.85% | 1% | - |
| XYZ | 52.48 | 25.97 | 96.01 | - |
| YUV | 120.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 254 | 0.08 | 0.85 | 0 | 0.00 | 294.47 | 0.99 | 0.57 |
| Hex | EA | 25 | FE | 8 | 55 | 0 | 0 | 126 | 63 | 39 |
| Octal | 352 | 45 | 376 | 10 | 125 | 0 | 0 | 446 | 143 | 71 |
| Binary | 11101010 | 100101 | 11111110 | 1000 | 1010101 | 0 | 0 | 100100110 | 1100011 | 111001 |
Color Harmonies of #EA25FE
Complementary color
Monochromatic Colors of #EA25FE
Black with #EA25FE
Text Example
Text Example
White with #EA25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25FE; }
p { color: rgb(234,37,254); }
H1.HeaderClassName
{
color: #EA25FE;
}
.AnyTagClassName
{
color: #EA25FE;
}
</style>
background-color css
<style>
a { background-color: #EA25FE; }
a { background-color: rgb(234,37,254); }
div.DivClassName
{
background-color: #EA25FE;
}
.BgClassName
{
background-color: #EA25FE;
}
</style>
border-color css
<style>
span { border-color: #EA25FE; }
span { border-color: rgb(234,37,254); }
td.TdClassName
{
border-color: #EA25FE;
}
.TagClassName
{
border-color: #EA25FE;
}
</style>