Shades of Psychedelic Purple #EA07E7
Tints of Psychedelic Purple #EA07E7
RGB
CMYK
RGB Variations
Color information
#EA07E7 (or 0xEA07E7) is known color: Psychedelic Purple. HEX triplet: EA, 07 and E7. RGB value is (234,7,231). Sum of RGB (Red+Green+Blue) = 234+7+231=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07E7 is #15F818. Grayscale: #636363. Windows color (decimal): -1439769 or 15140842. OLE color: 15140842.
HSL color Cylindrical-coordinate representation of color #EA07E7: hue angle of 300.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07E7 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 231 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.08 |
| HSL | 300.79º | 0.94% | 0.47% | - |
| HSV(B) | 300.79º | 0.97% | 0.92% | - |
| XYZ | 48.43 | 23.41 | 77.57 | - |
| YUV | 100.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 231 | 0 | 0.97 | 0.01 | 0.08 | 300.79 | 0.94 | 0.47 |
| Hex | EA | 7 | E7 | 0 | 61 | 1 | 8 | 12D | 5E | 2F |
| Octal | 352 | 7 | 347 | 0 | 141 | 1 | 10 | 455 | 136 | 57 |
| Binary | 11101010 | 111 | 11100111 | 0 | 1100001 | 1 | 1000 | 100101101 | 1011110 | 101111 |
Color Harmonies of #EA07E7
Complementary color
Monochromatic Colors of #EA07E7
Black with #EA07E7
Text Example
Text Example
White with #EA07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07E7; }
p { color: rgb(234,7,231); }
H1.HeaderClassName
{
color: #EA07E7;
}
.AnyTagClassName
{
color: #EA07E7;
}
</style>
background-color css
<style>
a { background-color: #EA07E7; }
a { background-color: rgb(234,7,231); }
div.DivClassName
{
background-color: #EA07E7;
}
.BgClassName
{
background-color: #EA07E7;
}
</style>
border-color css
<style>
span { border-color: #EA07E7; }
span { border-color: rgb(234,7,231); }
td.TdClassName
{
border-color: #EA07E7;
}
.TagClassName
{
border-color: #EA07E7;
}
</style>