Shades of Psychedelic Purple #EA0FF8
Tints of Psychedelic Purple #EA0FF8
RGB
CMYK
RGB Variations
Color information
#EA0FF8 (or 0xEA0FF8) is known color: Psychedelic Purple. HEX triplet: EA, 0F and F8. RGB value is (234,15,248). Sum of RGB (Red+Green+Blue) = 234+15+248=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA0FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0FF8 is #15F007. Grayscale: #6A6A6A. Windows color (decimal): -1437704 or 16257002. OLE color: 16257002.
HSL color Cylindrical-coordinate representation of color #EA0FF8: hue angle of 296.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FF8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 15 | 248 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.03 |
| HSL | 296.39º | 0.94% | 0.52% | - |
| HSV(B) | 296.39º | 0.94% | 0.97% | - |
| XYZ | 51.05 | 24.61 | 90.87 | - |
| YUV | 107.04 | 207.55 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 248 | 0.06 | 0.94 | 0 | 0.03 | 296.39 | 0.94 | 0.52 |
| Hex | EA | F | F8 | 6 | 5E | 0 | 3 | 128 | 5E | 34 |
| Octal | 352 | 17 | 370 | 6 | 136 | 0 | 3 | 450 | 136 | 64 |
| Binary | 11101010 | 1111 | 11111000 | 110 | 1011110 | 0 | 11 | 100101000 | 1011110 | 110100 |
Color Harmonies of #EA0FF8
Complementary color
Monochromatic Colors of #EA0FF8
Black with #EA0FF8
Text Example
Text Example
White with #EA0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FF8; }
p { color: rgb(234,15,248); }
H1.HeaderClassName
{
color: #EA0FF8;
}
.AnyTagClassName
{
color: #EA0FF8;
}
</style>
background-color css
<style>
a { background-color: #EA0FF8; }
a { background-color: rgb(234,15,248); }
div.DivClassName
{
background-color: #EA0FF8;
}
.BgClassName
{
background-color: #EA0FF8;
}
</style>
border-color css
<style>
span { border-color: #EA0FF8; }
span { border-color: rgb(234,15,248); }
td.TdClassName
{
border-color: #EA0FF8;
}
.TagClassName
{
border-color: #EA0FF8;
}
</style>