Shades of Psychedelic Purple #EA05E7
Tints of Psychedelic Purple #EA05E7
RGB
CMYK
RGB Variations
Color information
#EA05E7 (or 0xEA05E7) is known color: Psychedelic Purple. HEX triplet: EA, 05 and E7. RGB value is (234,5,231). Sum of RGB (Red+Green+Blue) = 234+5+231=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05E7 is #15FA18. Grayscale: #626262. Windows color (decimal): -1440281 or 15140330. OLE color: 15140330.
HSL color Cylindrical-coordinate representation of color #EA05E7: hue angle of 300.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA05E7 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.08 |
| HSL | 300.79º | 0.96% | 0.47% | - |
| HSV(B) | 300.79º | 0.98% | 0.92% | - |
| XYZ | 48.41 | 23.37 | 77.56 | - |
| YUV | 99.24 | 202.37 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 231 | 0 | 0.98 | 0.01 | 0.08 | 300.79 | 0.96 | 0.47 |
| Hex | EA | 5 | E7 | 0 | 62 | 1 | 8 | 12D | 60 | 2F |
| Octal | 352 | 5 | 347 | 0 | 142 | 1 | 10 | 455 | 140 | 57 |
| Binary | 11101010 | 101 | 11100111 | 0 | 1100010 | 1 | 1000 | 100101101 | 1100000 | 101111 |
Color Harmonies of #EA05E7
Complementary color
Monochromatic Colors of #EA05E7
Black with #EA05E7
Text Example
Text Example
White with #EA05E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA05E7; }
p { color: rgb(234,5,231); }
H1.HeaderClassName
{
color: #EA05E7;
}
.AnyTagClassName
{
color: #EA05E7;
}
</style>
background-color css
<style>
a { background-color: #EA05E7; }
a { background-color: rgb(234,5,231); }
div.DivClassName
{
background-color: #EA05E7;
}
.BgClassName
{
background-color: #EA05E7;
}
</style>
border-color css
<style>
span { border-color: #EA05E7; }
span { border-color: rgb(234,5,231); }
td.TdClassName
{
border-color: #EA05E7;
}
.TagClassName
{
border-color: #EA05E7;
}
</style>