Shades of Psychedelic Purple #EA02F2
Tints of Psychedelic Purple #EA02F2
RGB
CMYK
RGB Variations
Color information
#EA02F2 (or 0xEA02F2) is known color: Psychedelic Purple. HEX triplet: EA, 02 and F2. RGB value is (234,2,242). Sum of RGB (Red+Green+Blue) = 234+2+242=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA02F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA02F2 is #15FD0D. Grayscale: #626262. Windows color (decimal): -1441038 or 15860458. OLE color: 15860458.
HSL color Cylindrical-coordinate representation of color #EA02F2: hue angle of 298º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02F2 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 2 | 242 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.05 |
| HSL | 298º | 0.98% | 0.48% | - |
| HSV(B) | 298º | 0.99% | 0.95% | - |
| XYZ | 49.98 | 23.95 | 85.99 | - |
| YUV | 98.73 | 208.86 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 242 | 0.03 | 0.99 | 0 | 0.05 | 298 | 0.98 | 0.48 |
| Hex | EA | 2 | F2 | 3 | 63 | 0 | 5 | 12A | 62 | 30 |
| Octal | 352 | 2 | 362 | 3 | 143 | 0 | 5 | 452 | 142 | 60 |
| Binary | 11101010 | 10 | 11110010 | 11 | 1100011 | 0 | 101 | 100101010 | 1100010 | 110000 |
Color Harmonies of #EA02F2
Complementary color
Monochromatic Colors of #EA02F2
Black with #EA02F2
Text Example
Text Example
White with #EA02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02F2; }
p { color: rgb(234,2,242); }
H1.HeaderClassName
{
color: #EA02F2;
}
.AnyTagClassName
{
color: #EA02F2;
}
</style>
background-color css
<style>
a { background-color: #EA02F2; }
a { background-color: rgb(234,2,242); }
div.DivClassName
{
background-color: #EA02F2;
}
.BgClassName
{
background-color: #EA02F2;
}
</style>
border-color css
<style>
span { border-color: #EA02F2; }
span { border-color: rgb(234,2,242); }
td.TdClassName
{
border-color: #EA02F2;
}
.TagClassName
{
border-color: #EA02F2;
}
</style>