Shades of Psychedelic Purple #EA02FB
Tints of Psychedelic Purple #EA02FB
RGB
CMYK
RGB Variations
Color information
#EA02FB (or 0xEA02FB) is known color: Psychedelic Purple. HEX triplet: EA, 02 and FB. RGB value is (234,2,251). Sum of RGB (Red+Green+Blue) = 234+2+251=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA02FB is #15FD04. Grayscale: #626262. Windows color (decimal): -1441029 or 16450282. OLE color: 16450282.
HSL color Cylindrical-coordinate representation of color #EA02FB: hue angle of 295.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02FB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 2 | 251 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.02 |
| HSL | 295.9º | 0.98% | 0.5% | - |
| HSV(B) | 295.9º | 0.99% | 0.98% | - |
| XYZ | 51.37 | 24.5 | 93.29 | - |
| YUV | 99.75 | 213.36 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 251 | 0.07 | 0.99 | 0 | 0.02 | 295.9 | 0.98 | 0.5 |
| Hex | EA | 2 | FB | 7 | 63 | 0 | 2 | 128 | 62 | 32 |
| Octal | 352 | 2 | 373 | 7 | 143 | 0 | 2 | 450 | 142 | 62 |
| Binary | 11101010 | 10 | 11111011 | 111 | 1100011 | 0 | 10 | 100101000 | 1100010 | 110010 |
Color Harmonies of #EA02FB
Complementary color
Monochromatic Colors of #EA02FB
Black with #EA02FB
Text Example
Text Example
White with #EA02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02FB; }
p { color: rgb(234,2,251); }
H1.HeaderClassName
{
color: #EA02FB;
}
.AnyTagClassName
{
color: #EA02FB;
}
</style>
background-color css
<style>
a { background-color: #EA02FB; }
a { background-color: rgb(234,2,251); }
div.DivClassName
{
background-color: #EA02FB;
}
.BgClassName
{
background-color: #EA02FB;
}
</style>
border-color css
<style>
span { border-color: #EA02FB; }
span { border-color: rgb(234,2,251); }
td.TdClassName
{
border-color: #EA02FB;
}
.TagClassName
{
border-color: #EA02FB;
}
</style>