Shades of Psychedelic Purple #EA1EF2
Tints of Psychedelic Purple #EA1EF2
RGB
CMYK
RGB Variations
Color information
#EA1EF2 (or 0xEA1EF2) is known color: Psychedelic Purple. HEX triplet: EA, 1E and F2. RGB value is (234,30,242). Sum of RGB (Red+Green+Blue) = 234+30+242=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA1EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1EF2 is #15E10D. Grayscale: #727272. Windows color (decimal): -1433870 or 15867626. OLE color: 15867626.
HSL color Cylindrical-coordinate representation of color #EA1EF2: hue angle of 297.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1EF2 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 30 | 242 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.05 |
| HSL | 297.74º | 0.89% | 0.53% | - |
| HSV(B) | 297.74º | 0.88% | 0.95% | - |
| XYZ | 50.42 | 24.83 | 86.14 | - |
| YUV | 115.16 | 199.59 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 242 | 0.03 | 0.88 | 0 | 0.05 | 297.74 | 0.89 | 0.53 |
| Hex | EA | 1E | F2 | 3 | 58 | 0 | 5 | 12A | 59 | 35 |
| Octal | 352 | 36 | 362 | 3 | 130 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101010 | 11110 | 11110010 | 11 | 1011000 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EA1EF2
Complementary color
Monochromatic Colors of #EA1EF2
Black with #EA1EF2
Text Example
Text Example
White with #EA1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1EF2; }
p { color: rgb(234,30,242); }
H1.HeaderClassName
{
color: #EA1EF2;
}
.AnyTagClassName
{
color: #EA1EF2;
}
</style>
background-color css
<style>
a { background-color: #EA1EF2; }
a { background-color: rgb(234,30,242); }
div.DivClassName
{
background-color: #EA1EF2;
}
.BgClassName
{
background-color: #EA1EF2;
}
</style>
border-color css
<style>
span { border-color: #EA1EF2; }
span { border-color: rgb(234,30,242); }
td.TdClassName
{
border-color: #EA1EF2;
}
.TagClassName
{
border-color: #EA1EF2;
}
</style>