Shades of Psychedelic Purple #EA28EE
Tints of Psychedelic Purple #EA28EE
RGB
CMYK
RGB Variations
Color information
#EA28EE (or 0xEA28EE) is known color: Psychedelic Purple. HEX triplet: EA, 28 and EE. RGB value is (234,40,238). Sum of RGB (Red+Green+Blue) = 234+40+238=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA28EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28EE is #15D711. Grayscale: #777777. Windows color (decimal): -1431314 or 15608042. OLE color: 15608042.
HSL color Cylindrical-coordinate representation of color #EA28EE: hue angle of 298.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28EE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 40 | 238 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.07 |
| HSL | 298.79º | 0.85% | 0.55% | - |
| HSV(B) | 298.79º | 0.83% | 0.93% | - |
| XYZ | 50.12 | 25.18 | 83.11 | - |
| YUV | 120.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 238 | 0.02 | 0.83 | 0 | 0.07 | 298.79 | 0.85 | 0.55 |
| Hex | EA | 28 | EE | 2 | 53 | 0 | 7 | 12B | 55 | 37 |
| Octal | 352 | 50 | 356 | 2 | 123 | 0 | 7 | 453 | 125 | 67 |
| Binary | 11101010 | 101000 | 11101110 | 10 | 1010011 | 0 | 111 | 100101011 | 1010101 | 110111 |
Color Harmonies of #EA28EE
Complementary color
Monochromatic Colors of #EA28EE
Black with #EA28EE
Text Example
Text Example
White with #EA28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28EE; }
p { color: rgb(234,40,238); }
H1.HeaderClassName
{
color: #EA28EE;
}
.AnyTagClassName
{
color: #EA28EE;
}
</style>
background-color css
<style>
a { background-color: #EA28EE; }
a { background-color: rgb(234,40,238); }
div.DivClassName
{
background-color: #EA28EE;
}
.BgClassName
{
background-color: #EA28EE;
}
</style>
border-color css
<style>
span { border-color: #EA28EE; }
span { border-color: rgb(234,40,238); }
td.TdClassName
{
border-color: #EA28EE;
}
.TagClassName
{
border-color: #EA28EE;
}
</style>