Shades of Psychedelic Purple #EA0DFF
Tints of Psychedelic Purple #EA0DFF
RGB
CMYK
RGB Variations
Color information
#EA0DFF (or 0xEA0DFF) is known color: Psychedelic Purple. HEX triplet: EA, 0D and FF. RGB value is (234,13,255). Sum of RGB (Red+Green+Blue) = 234+13+255=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0DFF is #15F200. Grayscale: #696969. Windows color (decimal): -1438209 or 16715242. OLE color: 16715242.
HSL color Cylindrical-coordinate representation of color #EA0DFF: hue angle of 294.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0DFF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 13 | 255 | - |
| CMYK | 0.08 | 0.95 | 0 | 0 |
| HSL | 294.79º | 1% | 0.53% | - |
| HSV(B) | 294.79º | 0.95% | 1% | - |
| XYZ | 52.13 | 25 | 96.69 | - |
| YUV | 106.67 | 211.72 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 255 | 0.08 | 0.95 | 0 | 0 | 294.79 | 1 | 0.53 |
| Hex | EA | D | FF | 8 | 5F | 0 | 0 | 127 | 64 | 35 |
| Octal | 352 | 15 | 377 | 10 | 137 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101010 | 1101 | 11111111 | 1000 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #EA0DFF
Complementary color
Monochromatic Colors of #EA0DFF
Black with #EA0DFF
Text Example
Text Example
White with #EA0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0DFF; }
p { color: rgb(234,13,255); }
H1.HeaderClassName
{
color: #EA0DFF;
}
.AnyTagClassName
{
color: #EA0DFF;
}
</style>
background-color css
<style>
a { background-color: #EA0DFF; }
a { background-color: rgb(234,13,255); }
div.DivClassName
{
background-color: #EA0DFF;
}
.BgClassName
{
background-color: #EA0DFF;
}
</style>
border-color css
<style>
span { border-color: #EA0DFF; }
span { border-color: rgb(234,13,255); }
td.TdClassName
{
border-color: #EA0DFF;
}
.TagClassName
{
border-color: #EA0DFF;
}
</style>