Shades of Psychedelic Purple #EA1DFB
Tints of Psychedelic Purple #EA1DFB
RGB
CMYK
RGB Variations
Color information
#EA1DFB (or 0xEA1DFB) is known color: Psychedelic Purple. HEX triplet: EA, 1D and FB. RGB value is (234,29,251). Sum of RGB (Red+Green+Blue) = 234+29+251=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1DFB is #15E204. Grayscale: #727272. Windows color (decimal): -1434117 or 16457194. OLE color: 16457194.
HSL color Cylindrical-coordinate representation of color #EA1DFB: hue angle of 295.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DFB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 29 | 251 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.41º | 0.97% | 0.55% | - |
| HSV(B) | 295.41º | 0.88% | 0.98% | - |
| XYZ | 51.78 | 25.34 | 93.43 | - |
| YUV | 115.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 251 | 0.07 | 0.88 | 0 | 0.02 | 295.41 | 0.97 | 0.55 |
| Hex | EA | 1D | FB | 7 | 58 | 0 | 2 | 127 | 61 | 37 |
| Octal | 352 | 35 | 373 | 7 | 130 | 0 | 2 | 447 | 141 | 67 |
| Binary | 11101010 | 11101 | 11111011 | 111 | 1011000 | 0 | 10 | 100100111 | 1100001 | 110111 |
Color Harmonies of #EA1DFB
Complementary color
Monochromatic Colors of #EA1DFB
Black with #EA1DFB
Text Example
Text Example
White with #EA1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DFB; }
p { color: rgb(234,29,251); }
H1.HeaderClassName
{
color: #EA1DFB;
}
.AnyTagClassName
{
color: #EA1DFB;
}
</style>
background-color css
<style>
a { background-color: #EA1DFB; }
a { background-color: rgb(234,29,251); }
div.DivClassName
{
background-color: #EA1DFB;
}
.BgClassName
{
background-color: #EA1DFB;
}
</style>
border-color css
<style>
span { border-color: #EA1DFB; }
span { border-color: rgb(234,29,251); }
td.TdClassName
{
border-color: #EA1DFB;
}
.TagClassName
{
border-color: #EA1DFB;
}
</style>