Shades of Psychedelic Purple #EA2BFC
Tints of Psychedelic Purple #EA2BFC
RGB
CMYK
RGB Variations
Color information
#EA2BFC (or 0xEA2BFC) is known color: Psychedelic Purple. HEX triplet: EA, 2B and FC. RGB value is (234,43,252). Sum of RGB (Red+Green+Blue) = 234+43+252=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 43 (17.19% from 255 or 8.13% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA2BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2BFC is #15D403. Grayscale: #7B7B7B. Windows color (decimal): -1430532 or 16526314. OLE color: 16526314.
HSL color Cylindrical-coordinate representation of color #EA2BFC: hue angle of 294.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2BFC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 43 | 252 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.01 |
| HSL | 294.83º | 0.97% | 0.58% | - |
| HSV(B) | 294.83º | 0.83% | 0.99% | - |
| XYZ | 52.37 | 26.25 | 94.4 | - |
| YUV | 123.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 252 | 0.07 | 0.83 | 0 | 0.01 | 294.83 | 0.97 | 0.58 |
| Hex | EA | 2B | FC | 7 | 53 | 0 | 1 | 127 | 61 | 3A |
| Octal | 352 | 53 | 374 | 7 | 123 | 0 | 1 | 447 | 141 | 72 |
| Binary | 11101010 | 101011 | 11111100 | 111 | 1010011 | 0 | 1 | 100100111 | 1100001 | 111010 |
Color Harmonies of #EA2BFC
Complementary color
Monochromatic Colors of #EA2BFC
Black with #EA2BFC
Text Example
Text Example
White with #EA2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2BFC; }
p { color: rgb(234,43,252); }
H1.HeaderClassName
{
color: #EA2BFC;
}
.AnyTagClassName
{
color: #EA2BFC;
}
</style>
background-color css
<style>
a { background-color: #EA2BFC; }
a { background-color: rgb(234,43,252); }
div.DivClassName
{
background-color: #EA2BFC;
}
.BgClassName
{
background-color: #EA2BFC;
}
</style>
border-color css
<style>
span { border-color: #EA2BFC; }
span { border-color: rgb(234,43,252); }
td.TdClassName
{
border-color: #EA2BFC;
}
.TagClassName
{
border-color: #EA2BFC;
}
</style>