Shades of Psychedelic Purple #EA27FF
Tints of Psychedelic Purple #EA27FF
RGB
CMYK
RGB Variations
Color information
#EA27FF (or 0xEA27FF) is known color: Psychedelic Purple. HEX triplet: EA, 27 and FF. RGB value is (234,39,255). Sum of RGB (Red+Green+Blue) = 234+39+255=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 39 (15.62% from 255 or 7.39% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA27FF is #15D800. Grayscale: #797979. Windows color (decimal): -1431553 or 16721898. OLE color: 16721898.
HSL color Cylindrical-coordinate representation of color #EA27FF: hue angle of 294.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA27FF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 39 | 255 | - |
| CMYK | 0.08 | 0.85 | 0 | 0 |
| HSL | 294.17º | 1% | 0.58% | - |
| HSV(B) | 294.17º | 0.85% | 1% | - |
| XYZ | 52.71 | 26.16 | 96.88 | - |
| YUV | 121.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 255 | 0.08 | 0.85 | 0 | 0 | 294.17 | 1 | 0.58 |
| Hex | EA | 27 | FF | 8 | 55 | 0 | 0 | 126 | 64 | 3A |
| Octal | 352 | 47 | 377 | 10 | 125 | 0 | 0 | 446 | 144 | 72 |
| Binary | 11101010 | 100111 | 11111111 | 1000 | 1010101 | 0 | 0 | 100100110 | 1100100 | 111010 |
Color Harmonies of #EA27FF
Complementary color
Monochromatic Colors of #EA27FF
Black with #EA27FF
Text Example
Text Example
White with #EA27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27FF; }
p { color: rgb(234,39,255); }
H1.HeaderClassName
{
color: #EA27FF;
}
.AnyTagClassName
{
color: #EA27FF;
}
</style>
background-color css
<style>
a { background-color: #EA27FF; }
a { background-color: rgb(234,39,255); }
div.DivClassName
{
background-color: #EA27FF;
}
.BgClassName
{
background-color: #EA27FF;
}
</style>
border-color css
<style>
span { border-color: #EA27FF; }
span { border-color: rgb(234,39,255); }
td.TdClassName
{
border-color: #EA27FF;
}
.TagClassName
{
border-color: #EA27FF;
}
</style>