Shades of Psychedelic Purple #EA1AF2
Tints of Psychedelic Purple #EA1AF2
RGB
CMYK
RGB Variations
Color information
#EA1AF2 (or 0xEA1AF2) is known color: Psychedelic Purple. HEX triplet: EA, 1A and F2. RGB value is (234,26,242). Sum of RGB (Red+Green+Blue) = 234+26+242=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA1AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1AF2 is #15E50D. Grayscale: #707070. Windows color (decimal): -1434894 or 15866602. OLE color: 15866602.
HSL color Cylindrical-coordinate representation of color #EA1AF2: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1AF2 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 26 | 242 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.05 |
| HSL | 297.78º | 0.89% | 0.53% | - |
| HSV(B) | 297.78º | 0.89% | 0.95% | - |
| XYZ | 50.33 | 24.64 | 86.11 | - |
| YUV | 112.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 242 | 0.03 | 0.89 | 0 | 0.05 | 297.78 | 0.89 | 0.53 |
| Hex | EA | 1A | F2 | 3 | 59 | 0 | 5 | 12A | 59 | 35 |
| Octal | 352 | 32 | 362 | 3 | 131 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101010 | 11010 | 11110010 | 11 | 1011001 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EA1AF2
Complementary color
Monochromatic Colors of #EA1AF2
Black with #EA1AF2
Text Example
Text Example
White with #EA1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1AF2; }
p { color: rgb(234,26,242); }
H1.HeaderClassName
{
color: #EA1AF2;
}
.AnyTagClassName
{
color: #EA1AF2;
}
</style>
background-color css
<style>
a { background-color: #EA1AF2; }
a { background-color: rgb(234,26,242); }
div.DivClassName
{
background-color: #EA1AF2;
}
.BgClassName
{
background-color: #EA1AF2;
}
</style>
border-color css
<style>
span { border-color: #EA1AF2; }
span { border-color: rgb(234,26,242); }
td.TdClassName
{
border-color: #EA1AF2;
}
.TagClassName
{
border-color: #EA1AF2;
}
</style>