Shades of Psychedelic Purple #EA1DF0
Tints of Psychedelic Purple #EA1DF0
RGB
CMYK
RGB Variations
Color information
#EA1DF0 (or 0xEA1DF0) is known color: Psychedelic Purple. HEX triplet: EA, 1D and F0. RGB value is (234,29,240). Sum of RGB (Red+Green+Blue) = 234+29+240=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 29 (11.72% from 255 or 5.77% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA1DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1DF0 is #15E20F. Grayscale: #717171. Windows color (decimal): -1434128 or 15736298. OLE color: 15736298.
HSL color Cylindrical-coordinate representation of color #EA1DF0: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DF0 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 29 | 240 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.06 |
| HSL | 298.29º | 0.88% | 0.53% | - |
| HSV(B) | 298.29º | 0.88% | 0.94% | - |
| XYZ | 50.1 | 24.66 | 84.56 | - |
| YUV | 114.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 240 | 0.02 | 0.88 | 0 | 0.06 | 298.29 | 0.88 | 0.53 |
| Hex | EA | 1D | F0 | 2 | 58 | 0 | 6 | 12A | 58 | 35 |
| Octal | 352 | 35 | 360 | 2 | 130 | 0 | 6 | 452 | 130 | 65 |
| Binary | 11101010 | 11101 | 11110000 | 10 | 1011000 | 0 | 110 | 100101010 | 1011000 | 110101 |
Color Harmonies of #EA1DF0
Complementary color
Monochromatic Colors of #EA1DF0
Black with #EA1DF0
Text Example
Text Example
White with #EA1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DF0; }
p { color: rgb(234,29,240); }
H1.HeaderClassName
{
color: #EA1DF0;
}
.AnyTagClassName
{
color: #EA1DF0;
}
</style>
background-color css
<style>
a { background-color: #EA1DF0; }
a { background-color: rgb(234,29,240); }
div.DivClassName
{
background-color: #EA1DF0;
}
.BgClassName
{
background-color: #EA1DF0;
}
</style>
border-color css
<style>
span { border-color: #EA1DF0; }
span { border-color: rgb(234,29,240); }
td.TdClassName
{
border-color: #EA1DF0;
}
.TagClassName
{
border-color: #EA1DF0;
}
</style>