Shades of Psychedelic Purple #EA28FB
Tints of Psychedelic Purple #EA28FB
RGB
CMYK
RGB Variations
Color information
#EA28FB (or 0xEA28FB) is known color: Psychedelic Purple. HEX triplet: EA, 28 and FB. RGB value is (234,40,251). Sum of RGB (Red+Green+Blue) = 234+40+251=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 40 (16.02% from 255 or 7.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA28FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28FB is #15D704. Grayscale: #797979. Windows color (decimal): -1431301 or 16460010. OLE color: 16460010.
HSL color Cylindrical-coordinate representation of color #EA28FB: hue angle of 295.17º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA28FB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 40 | 251 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 295.17º | 0.96% | 0.57% | - |
| HSV(B) | 295.17º | 0.84% | 0.98% | - |
| XYZ | 52.1 | 25.98 | 93.53 | - |
| YUV | 122.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 251 | 0.07 | 0.84 | 0 | 0.02 | 295.17 | 0.96 | 0.57 |
| Hex | EA | 28 | FB | 7 | 54 | 0 | 2 | 127 | 60 | 39 |
| Octal | 352 | 50 | 373 | 7 | 124 | 0 | 2 | 447 | 140 | 71 |
| Binary | 11101010 | 101000 | 11111011 | 111 | 1010100 | 0 | 10 | 100100111 | 1100000 | 111001 |
Color Harmonies of #EA28FB
Complementary color
Monochromatic Colors of #EA28FB
Black with #EA28FB
Text Example
Text Example
White with #EA28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28FB; }
p { color: rgb(234,40,251); }
H1.HeaderClassName
{
color: #EA28FB;
}
.AnyTagClassName
{
color: #EA28FB;
}
</style>
background-color css
<style>
a { background-color: #EA28FB; }
a { background-color: rgb(234,40,251); }
div.DivClassName
{
background-color: #EA28FB;
}
.BgClassName
{
background-color: #EA28FB;
}
</style>
border-color css
<style>
span { border-color: #EA28FB; }
span { border-color: rgb(234,40,251); }
td.TdClassName
{
border-color: #EA28FB;
}
.TagClassName
{
border-color: #EA28FB;
}
</style>