Shades of Psychedelic Purple #EA08E3
Tints of Psychedelic Purple #EA08E3
RGB
CMYK
RGB Variations
Color information
#EA08E3 (or 0xEA08E3) is known color: Psychedelic Purple. HEX triplet: EA, 08 and E3. RGB value is (234,8,227). Sum of RGB (Red+Green+Blue) = 234+8+227=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08E3 is #15F71C. Grayscale: #636363. Windows color (decimal): -1439517 or 14878954. OLE color: 14878954.
HSL color Cylindrical-coordinate representation of color #EA08E3: hue angle of 301.86º degrees, saturation: 0.93, 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 #EA08E3 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 227 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.08 |
| HSL | 301.86º | 0.93% | 0.47% | - |
| HSV(B) | 301.86º | 0.97% | 0.92% | - |
| XYZ | 47.88 | 23.21 | 74.63 | - |
| YUV | 100.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 227 | 0 | 0.97 | 0.03 | 0.08 | 301.86 | 0.93 | 0.47 |
| Hex | EA | 8 | E3 | 0 | 61 | 3 | 8 | 12E | 5D | 2F |
| Octal | 352 | 10 | 343 | 0 | 141 | 3 | 10 | 456 | 135 | 57 |
| Binary | 11101010 | 1000 | 11100011 | 0 | 1100001 | 11 | 1000 | 100101110 | 1011101 | 101111 |
Color Harmonies of #EA08E3
Complementary color
Monochromatic Colors of #EA08E3
Black with #EA08E3
Text Example
Text Example
White with #EA08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08E3; }
p { color: rgb(234,8,227); }
H1.HeaderClassName
{
color: #EA08E3;
}
.AnyTagClassName
{
color: #EA08E3;
}
</style>
background-color css
<style>
a { background-color: #EA08E3; }
a { background-color: rgb(234,8,227); }
div.DivClassName
{
background-color: #EA08E3;
}
.BgClassName
{
background-color: #EA08E3;
}
</style>
border-color css
<style>
span { border-color: #EA08E3; }
span { border-color: rgb(234,8,227); }
td.TdClassName
{
border-color: #EA08E3;
}
.TagClassName
{
border-color: #EA08E3;
}
</style>