Shades of Psychedelic Purple #EA17F3
Tints of Psychedelic Purple #EA17F3
RGB
CMYK
RGB Variations
Color information
#EA17F3 (or 0xEA17F3) is known color: Psychedelic Purple. HEX triplet: EA, 17 and F3. RGB value is (234,23,243). Sum of RGB (Red+Green+Blue) = 234+23+243=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA17F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17F3 is #15E80C. Grayscale: #6E6E6E. Windows color (decimal): -1435661 or 15931370. OLE color: 15931370.
HSL color Cylindrical-coordinate representation of color #EA17F3: hue angle of 297.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA17F3 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 23 | 243 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.05 |
| HSL | 297.55º | 0.9% | 0.52% | - |
| HSV(B) | 297.55º | 0.91% | 0.95% | - |
| XYZ | 50.42 | 24.58 | 86.88 | - |
| YUV | 111.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 243 | 0.04 | 0.91 | 0 | 0.05 | 297.55 | 0.9 | 0.52 |
| Hex | EA | 17 | F3 | 4 | 5B | 0 | 5 | 12A | 5A | 34 |
| Octal | 352 | 27 | 363 | 4 | 133 | 0 | 5 | 452 | 132 | 64 |
| Binary | 11101010 | 10111 | 11110011 | 100 | 1011011 | 0 | 101 | 100101010 | 1011010 | 110100 |
Color Harmonies of #EA17F3
Complementary color
Monochromatic Colors of #EA17F3
Black with #EA17F3
Text Example
Text Example
White with #EA17F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17F3; }
p { color: rgb(234,23,243); }
H1.HeaderClassName
{
color: #EA17F3;
}
.AnyTagClassName
{
color: #EA17F3;
}
</style>
background-color css
<style>
a { background-color: #EA17F3; }
a { background-color: rgb(234,23,243); }
div.DivClassName
{
background-color: #EA17F3;
}
.BgClassName
{
background-color: #EA17F3;
}
</style>
border-color css
<style>
span { border-color: #EA17F3; }
span { border-color: rgb(234,23,243); }
td.TdClassName
{
border-color: #EA17F3;
}
.TagClassName
{
border-color: #EA17F3;
}
</style>