Shades of Psychedelic Purple #EA1FFD
Tints of Psychedelic Purple #EA1FFD
RGB
CMYK
RGB Variations
Color information
#EA1FFD (or 0xEA1FFD) is known color: Psychedelic Purple. HEX triplet: EA, 1F and FD. RGB value is (234,31,253). Sum of RGB (Red+Green+Blue) = 234+31+253=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 31 (12.5% from 255 or 5.98% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA1FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1FFD is #15E002. Grayscale: #747474. Windows color (decimal): -1433603 or 16588778. OLE color: 16588778.
HSL color Cylindrical-coordinate representation of color #EA1FFD: hue angle of 294.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1FFD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 31 | 253 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.01 |
| HSL | 294.86º | 0.98% | 0.56% | - |
| HSV(B) | 294.86º | 0.88% | 0.99% | - |
| XYZ | 52.15 | 25.56 | 95.11 | - |
| YUV | 117.01 | 204.75 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 253 | 0.08 | 0.88 | 0 | 0.01 | 294.86 | 0.98 | 0.56 |
| Hex | EA | 1F | FD | 8 | 58 | 0 | 1 | 127 | 62 | 38 |
| Octal | 352 | 37 | 375 | 10 | 130 | 0 | 1 | 447 | 142 | 70 |
| Binary | 11101010 | 11111 | 11111101 | 1000 | 1011000 | 0 | 1 | 100100111 | 1100010 | 111000 |
Color Harmonies of #EA1FFD
Complementary color
Monochromatic Colors of #EA1FFD
Black with #EA1FFD
Text Example
Text Example
White with #EA1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1FFD; }
p { color: rgb(234,31,253); }
H1.HeaderClassName
{
color: #EA1FFD;
}
.AnyTagClassName
{
color: #EA1FFD;
}
</style>
background-color css
<style>
a { background-color: #EA1FFD; }
a { background-color: rgb(234,31,253); }
div.DivClassName
{
background-color: #EA1FFD;
}
.BgClassName
{
background-color: #EA1FFD;
}
</style>
border-color css
<style>
span { border-color: #EA1FFD; }
span { border-color: rgb(234,31,253); }
td.TdClassName
{
border-color: #EA1FFD;
}
.TagClassName
{
border-color: #EA1FFD;
}
</style>