Shades of Psychedelic Purple #EA02FF
Tints of Psychedelic Purple #EA02FF
RGB
CMYK
RGB Variations
Color information
#EA02FF (or 0xEA02FF) is known color: Psychedelic Purple. HEX triplet: EA, 02 and FF. RGB value is (234,2,255). Sum of RGB (Red+Green+Blue) = 234+2+255=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA02FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA02FF is #15FD00. Grayscale: #636363. Windows color (decimal): -1441025 or 16712426. OLE color: 16712426.
HSL color Cylindrical-coordinate representation of color #EA02FF: hue angle of 295.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02FF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 2 | 255 | - |
| CMYK | 0.08 | 0.99 | 0 | 0 |
| HSL | 295.02º | 1% | 0.5% | - |
| HSV(B) | 295.02º | 0.99% | 1% | - |
| XYZ | 52 | 24.76 | 96.65 | - |
| YUV | 100.21 | 215.36 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 255 | 0.08 | 0.99 | 0 | 0 | 295.02 | 1 | 0.5 |
| Hex | EA | 2 | FF | 8 | 63 | 0 | 0 | 127 | 64 | 32 |
| Octal | 352 | 2 | 377 | 10 | 143 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101010 | 10 | 11111111 | 1000 | 1100011 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #EA02FF
Complementary color
Monochromatic Colors of #EA02FF
Black with #EA02FF
Text Example
Text Example
White with #EA02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02FF; }
p { color: rgb(234,2,255); }
H1.HeaderClassName
{
color: #EA02FF;
}
.AnyTagClassName
{
color: #EA02FF;
}
</style>
background-color css
<style>
a { background-color: #EA02FF; }
a { background-color: rgb(234,2,255); }
div.DivClassName
{
background-color: #EA02FF;
}
.BgClassName
{
background-color: #EA02FF;
}
</style>
border-color css
<style>
span { border-color: #EA02FF; }
span { border-color: rgb(234,2,255); }
td.TdClassName
{
border-color: #EA02FF;
}
.TagClassName
{
border-color: #EA02FF;
}
</style>