Shades of Psychedelic Purple #EA1BE7
Tints of Psychedelic Purple #EA1BE7
RGB
CMYK
RGB Variations
Color information
#EA1BE7 (or 0xEA1BE7) is known color: Psychedelic Purple. HEX triplet: EA, 1B and E7. RGB value is (234,27,231). Sum of RGB (Red+Green+Blue) = 234+27+231=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1BE7 is #15E418. Grayscale: #6F6F6F. Windows color (decimal): -1434649 or 15145962. OLE color: 15145962.
HSL color Cylindrical-coordinate representation of color #EA1BE7: hue angle of 300.87º 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 #EA1BE7 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 231 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.08 |
| HSL | 300.87º | 0.83% | 0.51% | - |
| HSV(B) | 300.87º | 0.88% | 0.92% | - |
| XYZ | 48.75 | 24.05 | 77.67 | - |
| YUV | 112.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 231 | 0 | 0.88 | 0.01 | 0.08 | 300.87 | 0.83 | 0.51 |
| Hex | EA | 1B | E7 | 0 | 58 | 1 | 8 | 12D | 53 | 33 |
| Octal | 352 | 33 | 347 | 0 | 130 | 1 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11011 | 11100111 | 0 | 1011000 | 1 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA1BE7
Complementary color
Monochromatic Colors of #EA1BE7
Black with #EA1BE7
Text Example
Text Example
White with #EA1BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BE7; }
p { color: rgb(234,27,231); }
H1.HeaderClassName
{
color: #EA1BE7;
}
.AnyTagClassName
{
color: #EA1BE7;
}
</style>
background-color css
<style>
a { background-color: #EA1BE7; }
a { background-color: rgb(234,27,231); }
div.DivClassName
{
background-color: #EA1BE7;
}
.BgClassName
{
background-color: #EA1BE7;
}
</style>
border-color css
<style>
span { border-color: #EA1BE7; }
span { border-color: rgb(234,27,231); }
td.TdClassName
{
border-color: #EA1BE7;
}
.TagClassName
{
border-color: #EA1BE7;
}
</style>