Shades of Psychedelic Purple #EA21F1
Tints of Psychedelic Purple #EA21F1
RGB
CMYK
RGB Variations
Color information
#EA21F1 (or 0xEA21F1) is known color: Psychedelic Purple. HEX triplet: EA, 21 and F1. RGB value is (234,33,241). Sum of RGB (Red+Green+Blue) = 234+33+241=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA21F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA21F1 is #15DE0E. Grayscale: #747474. Windows color (decimal): -1433103 or 15802858. OLE color: 15802858.
HSL color Cylindrical-coordinate representation of color #EA21F1: hue angle of 297.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21F1 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 33 | 241 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.05 |
| HSL | 297.98º | 0.88% | 0.54% | - |
| HSV(B) | 297.98º | 0.86% | 0.95% | - |
| XYZ | 50.35 | 24.93 | 85.38 | - |
| YUV | 116.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 241 | 0.03 | 0.86 | 0 | 0.05 | 297.98 | 0.88 | 0.54 |
| Hex | EA | 21 | F1 | 3 | 56 | 0 | 5 | 12A | 58 | 36 |
| Octal | 352 | 41 | 361 | 3 | 126 | 0 | 5 | 452 | 130 | 66 |
| Binary | 11101010 | 100001 | 11110001 | 11 | 1010110 | 0 | 101 | 100101010 | 1011000 | 110110 |
Color Harmonies of #EA21F1
Complementary color
Monochromatic Colors of #EA21F1
Black with #EA21F1
Text Example
Text Example
White with #EA21F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA21F1; }
p { color: rgb(234,33,241); }
H1.HeaderClassName
{
color: #EA21F1;
}
.AnyTagClassName
{
color: #EA21F1;
}
</style>
background-color css
<style>
a { background-color: #EA21F1; }
a { background-color: rgb(234,33,241); }
div.DivClassName
{
background-color: #EA21F1;
}
.BgClassName
{
background-color: #EA21F1;
}
</style>
border-color css
<style>
span { border-color: #EA21F1; }
span { border-color: rgb(234,33,241); }
td.TdClassName
{
border-color: #EA21F1;
}
.TagClassName
{
border-color: #EA21F1;
}
</style>