Shades of Psychedelic Purple #EA2DFF
Tints of Psychedelic Purple #EA2DFF
RGB
CMYK
RGB Variations
Color information
#EA2DFF (or 0xEA2DFF) is known color: Psychedelic Purple. HEX triplet: EA, 2D and FF. RGB value is (234,45,255). Sum of RGB (Red+Green+Blue) = 234+45+255=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 45 (17.97% from 255 or 8.43% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA2DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2DFF is #15D200. Grayscale: #7C7C7C. Windows color (decimal): -1430017 or 16723434. OLE color: 16723434.
HSL color Cylindrical-coordinate representation of color #EA2DFF: hue angle of 294º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2DFF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 45 | 255 | - |
| CMYK | 0.08 | 0.82 | 0 | 0 |
| HSL | 294º | 1% | 0.59% | - |
| HSV(B) | 294º | 0.82% | 1% | - |
| XYZ | 52.92 | 26.59 | 96.95 | - |
| YUV | 125.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 255 | 0.08 | 0.82 | 0 | 0 | 294 | 1 | 0.59 |
| Hex | EA | 2D | FF | 8 | 52 | 0 | 0 | 126 | 64 | 3B |
| Octal | 352 | 55 | 377 | 10 | 122 | 0 | 0 | 446 | 144 | 73 |
| Binary | 11101010 | 101101 | 11111111 | 1000 | 1010010 | 0 | 0 | 100100110 | 1100100 | 111011 |
Color Harmonies of #EA2DFF
Complementary color
Monochromatic Colors of #EA2DFF
Black with #EA2DFF
Text Example
Text Example
White with #EA2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DFF; }
p { color: rgb(234,45,255); }
H1.HeaderClassName
{
color: #EA2DFF;
}
.AnyTagClassName
{
color: #EA2DFF;
}
</style>
background-color css
<style>
a { background-color: #EA2DFF; }
a { background-color: rgb(234,45,255); }
div.DivClassName
{
background-color: #EA2DFF;
}
.BgClassName
{
background-color: #EA2DFF;
}
</style>
border-color css
<style>
span { border-color: #EA2DFF; }
span { border-color: rgb(234,45,255); }
td.TdClassName
{
border-color: #EA2DFF;
}
.TagClassName
{
border-color: #EA2DFF;
}
</style>