Shades of Psychedelic Purple #EA1BE6
Tints of Psychedelic Purple #EA1BE6
RGB
CMYK
RGB Variations
Color information
#EA1BE6 (or 0xEA1BE6) is known color: Psychedelic Purple. HEX triplet: EA, 1B and E6. RGB value is (234,27,230). Sum of RGB (Red+Green+Blue) = 234+27+230=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1BE6 is #15E419. Grayscale: #6F6F6F. Windows color (decimal): -1434650 or 15080426. OLE color: 15080426.
HSL color Cylindrical-coordinate representation of color #EA1BE6: hue angle of 301.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BE6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 230 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.08 |
| HSL | 301.16º | 0.83% | 0.51% | - |
| HSV(B) | 301.16º | 0.88% | 0.92% | - |
| XYZ | 48.61 | 23.99 | 76.93 | - |
| YUV | 112.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 230 | 0 | 0.88 | 0.02 | 0.08 | 301.16 | 0.83 | 0.51 |
| Hex | EA | 1B | E6 | 0 | 58 | 2 | 8 | 12D | 53 | 33 |
| Octal | 352 | 33 | 346 | 0 | 130 | 2 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11011 | 11100110 | 0 | 1011000 | 10 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA1BE6
Complementary color
Monochromatic Colors of #EA1BE6
Black with #EA1BE6
Text Example
Text Example
White with #EA1BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BE6; }
p { color: rgb(234,27,230); }
H1.HeaderClassName
{
color: #EA1BE6;
}
.AnyTagClassName
{
color: #EA1BE6;
}
</style>
background-color css
<style>
a { background-color: #EA1BE6; }
a { background-color: rgb(234,27,230); }
div.DivClassName
{
background-color: #EA1BE6;
}
.BgClassName
{
background-color: #EA1BE6;
}
</style>
border-color css
<style>
span { border-color: #EA1BE6; }
span { border-color: rgb(234,27,230); }
td.TdClassName
{
border-color: #EA1BE6;
}
.TagClassName
{
border-color: #EA1BE6;
}
</style>