Shades of Psychedelic Purple #EA26F6
Tints of Psychedelic Purple #EA26F6
RGB
CMYK
RGB Variations
Color information
#EA26F6 (or 0xEA26F6) is known color: Psychedelic Purple. HEX triplet: EA, 26 and F6. RGB value is (234,38,246). Sum of RGB (Red+Green+Blue) = 234+38+246=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA26F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA26F6 is #15D909. Grayscale: #777777. Windows color (decimal): -1431818 or 16131818. OLE color: 16131818.
HSL color Cylindrical-coordinate representation of color #EA26F6: hue angle of 296.54º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA26F6 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 38 | 246 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.04 |
| HSL | 296.54º | 0.92% | 0.56% | - |
| HSV(B) | 296.54º | 0.85% | 0.96% | - |
| XYZ | 51.26 | 25.53 | 89.42 | - |
| YUV | 120.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 246 | 0.05 | 0.85 | 0 | 0.04 | 296.54 | 0.92 | 0.56 |
| Hex | EA | 26 | F6 | 5 | 55 | 0 | 4 | 129 | 5C | 38 |
| Octal | 352 | 46 | 366 | 5 | 125 | 0 | 4 | 451 | 134 | 70 |
| Binary | 11101010 | 100110 | 11110110 | 101 | 1010101 | 0 | 100 | 100101001 | 1011100 | 111000 |
Color Harmonies of #EA26F6
Complementary color
Monochromatic Colors of #EA26F6
Black with #EA26F6
Text Example
Text Example
White with #EA26F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26F6; }
p { color: rgb(234,38,246); }
H1.HeaderClassName
{
color: #EA26F6;
}
.AnyTagClassName
{
color: #EA26F6;
}
</style>
background-color css
<style>
a { background-color: #EA26F6; }
a { background-color: rgb(234,38,246); }
div.DivClassName
{
background-color: #EA26F6;
}
.BgClassName
{
background-color: #EA26F6;
}
</style>
border-color css
<style>
span { border-color: #EA26F6; }
span { border-color: rgb(234,38,246); }
td.TdClassName
{
border-color: #EA26F6;
}
.TagClassName
{
border-color: #EA26F6;
}
</style>