Shades of Psychedelic Purple #EA27F5
Tints of Psychedelic Purple #EA27F5
RGB
CMYK
RGB Variations
Color information
#EA27F5 (or 0xEA27F5) is known color: Psychedelic Purple. HEX triplet: EA, 27 and F5. RGB value is (234,39,245). Sum of RGB (Red+Green+Blue) = 234+39+245=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA27F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA27F5 is #15D80A. Grayscale: #787878. Windows color (decimal): -1431563 or 16066538. OLE color: 16066538.
HSL color Cylindrical-coordinate representation of color #EA27F5: hue angle of 296.8º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA27F5 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 39 | 245 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.04 |
| HSL | 296.8º | 0.91% | 0.56% | - |
| HSV(B) | 296.8º | 0.84% | 0.96% | - |
| XYZ | 51.14 | 25.54 | 88.62 | - |
| YUV | 120.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 245 | 0.04 | 0.84 | 0 | 0.04 | 296.8 | 0.91 | 0.56 |
| Hex | EA | 27 | F5 | 4 | 54 | 0 | 4 | 129 | 5B | 38 |
| Octal | 352 | 47 | 365 | 4 | 124 | 0 | 4 | 451 | 133 | 70 |
| Binary | 11101010 | 100111 | 11110101 | 100 | 1010100 | 0 | 100 | 100101001 | 1011011 | 111000 |
Color Harmonies of #EA27F5
Complementary color
Monochromatic Colors of #EA27F5
Black with #EA27F5
Text Example
Text Example
White with #EA27F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27F5; }
p { color: rgb(234,39,245); }
H1.HeaderClassName
{
color: #EA27F5;
}
.AnyTagClassName
{
color: #EA27F5;
}
</style>
background-color css
<style>
a { background-color: #EA27F5; }
a { background-color: rgb(234,39,245); }
div.DivClassName
{
background-color: #EA27F5;
}
.BgClassName
{
background-color: #EA27F5;
}
</style>
border-color css
<style>
span { border-color: #EA27F5; }
span { border-color: rgb(234,39,245); }
td.TdClassName
{
border-color: #EA27F5;
}
.TagClassName
{
border-color: #EA27F5;
}
</style>