Shades of Psychedelic Purple #EA07E6
Tints of Psychedelic Purple #EA07E6
RGB
CMYK
RGB Variations
Color information
#EA07E6 (or 0xEA07E6) is known color: Psychedelic Purple. HEX triplet: EA, 07 and E6. RGB value is (234,7,230). Sum of RGB (Red+Green+Blue) = 234+7+230=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07E6 is #15F819. Grayscale: #636363. Windows color (decimal): -1439770 or 15075306. OLE color: 15075306.
HSL color Cylindrical-coordinate representation of color #EA07E6: hue angle of 301.06º 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 #EA07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.08 |
| HSL | 301.06º | 0.94% | 0.47% | - |
| HSV(B) | 301.06º | 0.97% | 0.92% | - |
| XYZ | 48.29 | 23.36 | 76.83 | - |
| YUV | 100.3 | 201.21 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 230 | 0 | 0.97 | 0.02 | 0.08 | 301.06 | 0.94 | 0.47 |
| Hex | EA | 7 | E6 | 0 | 61 | 2 | 8 | 12D | 5E | 2F |
| Octal | 352 | 7 | 346 | 0 | 141 | 2 | 10 | 455 | 136 | 57 |
| Binary | 11101010 | 111 | 11100110 | 0 | 1100001 | 10 | 1000 | 100101101 | 1011110 | 101111 |
Color Harmonies of #EA07E6
Complementary color
Monochromatic Colors of #EA07E6
Black with #EA07E6
Text Example
Text Example
White with #EA07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07E6; }
p { color: rgb(234,7,230); }
H1.HeaderClassName
{
color: #EA07E6;
}
.AnyTagClassName
{
color: #EA07E6;
}
</style>
background-color css
<style>
a { background-color: #EA07E6; }
a { background-color: rgb(234,7,230); }
div.DivClassName
{
background-color: #EA07E6;
}
.BgClassName
{
background-color: #EA07E6;
}
</style>
border-color css
<style>
span { border-color: #EA07E6; }
span { border-color: rgb(234,7,230); }
td.TdClassName
{
border-color: #EA07E6;
}
.TagClassName
{
border-color: #EA07E6;
}
</style>