Shades of Psychedelic Purple #EA2DF7
Tints of Psychedelic Purple #EA2DF7
RGB
CMYK
RGB Variations
Color information
#EA2DF7 (or 0xEA2DF7) is known color: Psychedelic Purple. HEX triplet: EA, 2D and F7. RGB value is (234,45,247). Sum of RGB (Red+Green+Blue) = 234+45+247=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA2DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2DF7 is #15D208. Grayscale: #7B7B7B. Windows color (decimal): -1430025 or 16199146. OLE color: 16199146.
HSL color Cylindrical-coordinate representation of color #EA2DF7: hue angle of 296.14º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2DF7 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 45 | 247 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.03 |
| HSL | 296.14º | 0.93% | 0.57% | - |
| HSV(B) | 296.14º | 0.82% | 0.97% | - |
| XYZ | 51.66 | 26.08 | 90.31 | - |
| YUV | 124.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 247 | 0.05 | 0.82 | 0 | 0.03 | 296.14 | 0.93 | 0.57 |
| Hex | EA | 2D | F7 | 5 | 52 | 0 | 3 | 128 | 5D | 39 |
| Octal | 352 | 55 | 367 | 5 | 122 | 0 | 3 | 450 | 135 | 71 |
| Binary | 11101010 | 101101 | 11110111 | 101 | 1010010 | 0 | 11 | 100101000 | 1011101 | 111001 |
Color Harmonies of #EA2DF7
Complementary color
Monochromatic Colors of #EA2DF7
Black with #EA2DF7
Text Example
Text Example
White with #EA2DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DF7; }
p { color: rgb(234,45,247); }
H1.HeaderClassName
{
color: #EA2DF7;
}
.AnyTagClassName
{
color: #EA2DF7;
}
</style>
background-color css
<style>
a { background-color: #EA2DF7; }
a { background-color: rgb(234,45,247); }
div.DivClassName
{
background-color: #EA2DF7;
}
.BgClassName
{
background-color: #EA2DF7;
}
</style>
border-color css
<style>
span { border-color: #EA2DF7; }
span { border-color: rgb(234,45,247); }
td.TdClassName
{
border-color: #EA2DF7;
}
.TagClassName
{
border-color: #EA2DF7;
}
</style>