Shades of Psychedelic Purple #EA0BFA
Tints of Psychedelic Purple #EA0BFA
RGB
CMYK
RGB Variations
Color information
#EA0BFA (or 0xEA0BFA) is known color: Psychedelic Purple. HEX triplet: EA, 0B and FA. RGB value is (234,11,250). Sum of RGB (Red+Green+Blue) = 234+11+250=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0BFA is #15F405. Grayscale: #686868. Windows color (decimal): -1438726 or 16387050. OLE color: 16387050.
HSL color Cylindrical-coordinate representation of color #EA0BFA: hue angle of 295.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0BFA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 11 | 250 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.02 |
| HSL | 295.98º | 0.96% | 0.51% | - |
| HSV(B) | 295.98º | 0.96% | 0.98% | - |
| XYZ | 51.31 | 24.63 | 92.49 | - |
| YUV | 104.92 | 209.88 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 250 | 0.06 | 0.96 | 0 | 0.02 | 295.98 | 0.96 | 0.51 |
| Hex | EA | B | FA | 6 | 60 | 0 | 2 | 128 | 60 | 33 |
| Octal | 352 | 13 | 372 | 6 | 140 | 0 | 2 | 450 | 140 | 63 |
| Binary | 11101010 | 1011 | 11111010 | 110 | 1100000 | 0 | 10 | 100101000 | 1100000 | 110011 |
Color Harmonies of #EA0BFA
Complementary color
Monochromatic Colors of #EA0BFA
Black with #EA0BFA
Text Example
Text Example
White with #EA0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BFA; }
p { color: rgb(234,11,250); }
H1.HeaderClassName
{
color: #EA0BFA;
}
.AnyTagClassName
{
color: #EA0BFA;
}
</style>
background-color css
<style>
a { background-color: #EA0BFA; }
a { background-color: rgb(234,11,250); }
div.DivClassName
{
background-color: #EA0BFA;
}
.BgClassName
{
background-color: #EA0BFA;
}
</style>
border-color css
<style>
span { border-color: #EA0BFA; }
span { border-color: rgb(234,11,250); }
td.TdClassName
{
border-color: #EA0BFA;
}
.TagClassName
{
border-color: #EA0BFA;
}
</style>