Shades of Psychedelic Purple #EA18FF
Tints of Psychedelic Purple #EA18FF
RGB
CMYK
RGB Variations
Color information
#EA18FF (or 0xEA18FF) is known color: Psychedelic Purple. HEX triplet: EA, 18 and FF. RGB value is (234,24,255). Sum of RGB (Red+Green+Blue) = 234+24+255=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA18FF is #15E700. Grayscale: #707070. Windows color (decimal): -1435393 or 16718058. OLE color: 16718058.
HSL color Cylindrical-coordinate representation of color #EA18FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA18FF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 24 | 255 | - |
| CMYK | 0.08 | 0.91 | 0 | 0 |
| HSL | 294.55º | 1% | 0.55% | - |
| HSV(B) | 294.55º | 0.91% | 1% | - |
| XYZ | 52.31 | 25.37 | 96.75 | - |
| YUV | 113.12 | 208.07 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 255 | 0.08 | 0.91 | 0 | 0 | 294.55 | 1 | 0.55 |
| Hex | EA | 18 | FF | 8 | 5B | 0 | 0 | 127 | 64 | 37 |
| Octal | 352 | 30 | 377 | 10 | 133 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101010 | 11000 | 11111111 | 1000 | 1011011 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #EA18FF
Complementary color
Monochromatic Colors of #EA18FF
Black with #EA18FF
Text Example
Text Example
White with #EA18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18FF; }
p { color: rgb(234,24,255); }
H1.HeaderClassName
{
color: #EA18FF;
}
.AnyTagClassName
{
color: #EA18FF;
}
</style>
background-color css
<style>
a { background-color: #EA18FF; }
a { background-color: rgb(234,24,255); }
div.DivClassName
{
background-color: #EA18FF;
}
.BgClassName
{
background-color: #EA18FF;
}
</style>
border-color css
<style>
span { border-color: #EA18FF; }
span { border-color: rgb(234,24,255); }
td.TdClassName
{
border-color: #EA18FF;
}
.TagClassName
{
border-color: #EA18FF;
}
</style>