Shades of Psychedelic Purple #EA1CF2
Tints of Psychedelic Purple #EA1CF2
RGB
CMYK
RGB Variations
Color information
#EA1CF2 (or 0xEA1CF2) is known color: Psychedelic Purple. HEX triplet: EA, 1C and F2. RGB value is (234,28,242). Sum of RGB (Red+Green+Blue) = 234+28+242=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA1CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1CF2 is #15E30D. Grayscale: #717171. Windows color (decimal): -1434382 or 15867114. OLE color: 15867114.
HSL color Cylindrical-coordinate representation of color #EA1CF2: hue angle of 297.76º 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 #EA1CF2 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 28 | 242 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.05 |
| HSL | 297.76º | 0.89% | 0.53% | - |
| HSV(B) | 297.76º | 0.88% | 0.95% | - |
| XYZ | 50.37 | 24.73 | 86.12 | - |
| YUV | 113.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 242 | 0.03 | 0.88 | 0 | 0.05 | 297.76 | 0.89 | 0.53 |
| Hex | EA | 1C | F2 | 3 | 58 | 0 | 5 | 12A | 59 | 35 |
| Octal | 352 | 34 | 362 | 3 | 130 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101010 | 11100 | 11110010 | 11 | 1011000 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EA1CF2
Complementary color
Monochromatic Colors of #EA1CF2
Black with #EA1CF2
Text Example
Text Example
White with #EA1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CF2; }
p { color: rgb(234,28,242); }
H1.HeaderClassName
{
color: #EA1CF2;
}
.AnyTagClassName
{
color: #EA1CF2;
}
</style>
background-color css
<style>
a { background-color: #EA1CF2; }
a { background-color: rgb(234,28,242); }
div.DivClassName
{
background-color: #EA1CF2;
}
.BgClassName
{
background-color: #EA1CF2;
}
</style>
border-color css
<style>
span { border-color: #EA1CF2; }
span { border-color: rgb(234,28,242); }
td.TdClassName
{
border-color: #EA1CF2;
}
.TagClassName
{
border-color: #EA1CF2;
}
</style>