Shades of Psychedelic Purple #EA26FF
Tints of Psychedelic Purple #EA26FF
RGB
CMYK
RGB Variations
Color information
#EA26FF (or 0xEA26FF) is known color: Psychedelic Purple. HEX triplet: EA, 26 and FF. RGB value is (234,38,255). Sum of RGB (Red+Green+Blue) = 234+38+255=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA26FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA26FF is #15D900. Grayscale: #787878. Windows color (decimal): -1431809 or 16721642. OLE color: 16721642.
HSL color Cylindrical-coordinate representation of color #EA26FF: hue angle of 294.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA26FF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 38 | 255 | - |
| CMYK | 0.08 | 0.85 | 0 | 0 |
| HSL | 294.19º | 1% | 0.57% | - |
| HSV(B) | 294.19º | 0.85% | 1% | - |
| XYZ | 52.67 | 26.1 | 96.87 | - |
| YUV | 121.34 | 203.43 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 255 | 0.08 | 0.85 | 0 | 0 | 294.19 | 1 | 0.57 |
| Hex | EA | 26 | FF | 8 | 55 | 0 | 0 | 126 | 64 | 39 |
| Octal | 352 | 46 | 377 | 10 | 125 | 0 | 0 | 446 | 144 | 71 |
| Binary | 11101010 | 100110 | 11111111 | 1000 | 1010101 | 0 | 0 | 100100110 | 1100100 | 111001 |
Color Harmonies of #EA26FF
Complementary color
Monochromatic Colors of #EA26FF
Black with #EA26FF
Text Example
Text Example
White with #EA26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26FF; }
p { color: rgb(234,38,255); }
H1.HeaderClassName
{
color: #EA26FF;
}
.AnyTagClassName
{
color: #EA26FF;
}
</style>
background-color css
<style>
a { background-color: #EA26FF; }
a { background-color: rgb(234,38,255); }
div.DivClassName
{
background-color: #EA26FF;
}
.BgClassName
{
background-color: #EA26FF;
}
</style>
border-color css
<style>
span { border-color: #EA26FF; }
span { border-color: rgb(234,38,255); }
td.TdClassName
{
border-color: #EA26FF;
}
.TagClassName
{
border-color: #EA26FF;
}
</style>