Shades of Psychedelic Purple #EA1BEA
Tints of Psychedelic Purple #EA1BEA
RGB
CMYK
RGB Variations
Color information
#EA1BEA (or 0xEA1BEA) is known color: Psychedelic Purple. HEX triplet: EA, 1B and EA. RGB value is (234,27,234). Sum of RGB (Red+Green+Blue) = 234+27+234=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 27 (10.94% from 255 or 5.45% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA1BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1BEA is #15E415. Grayscale: #6F6F6F. Windows color (decimal): -1434646 or 15342570. OLE color: 15342570.
HSL color Cylindrical-coordinate representation of color #EA1BEA: hue angle of 300º 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 #EA1BEA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 234 | - |
| CMYK | 0 | 0.88 | 0 | 0.08 |
| HSL | 300º | 0.83% | 0.51% | - |
| HSV(B) | 300º | 0.88% | 0.92% | - |
| XYZ | 49.17 | 24.22 | 79.92 | - |
| YUV | 112.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 234 | 0 | 0.88 | 0 | 0.08 | 300 | 0.83 | 0.51 |
| Hex | EA | 1B | EA | 0 | 58 | 0 | 8 | 12C | 53 | 33 |
| Octal | 352 | 33 | 352 | 0 | 130 | 0 | 10 | 454 | 123 | 63 |
| Binary | 11101010 | 11011 | 11101010 | 0 | 1011000 | 0 | 1000 | 100101100 | 1010011 | 110011 |
Color Harmonies of #EA1BEA
Complementary color
Monochromatic Colors of #EA1BEA
Black with #EA1BEA
Text Example
Text Example
White with #EA1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BEA; }
p { color: rgb(234,27,234); }
H1.HeaderClassName
{
color: #EA1BEA;
}
.AnyTagClassName
{
color: #EA1BEA;
}
</style>
background-color css
<style>
a { background-color: #EA1BEA; }
a { background-color: rgb(234,27,234); }
div.DivClassName
{
background-color: #EA1BEA;
}
.BgClassName
{
background-color: #EA1BEA;
}
</style>
border-color css
<style>
span { border-color: #EA1BEA; }
span { border-color: rgb(234,27,234); }
td.TdClassName
{
border-color: #EA1BEA;
}
.TagClassName
{
border-color: #EA1BEA;
}
</style>