Shades of Psychedelic Purple #EA24FF
Tints of Psychedelic Purple #EA24FF
RGB
CMYK
RGB Variations
Color information
#EA24FF (or 0xEA24FF) is known color: Psychedelic Purple. HEX triplet: EA, 24 and FF. RGB value is (234,36,255). Sum of RGB (Red+Green+Blue) = 234+36+255=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 36 (14.45% from 255 or 6.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA24FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA24FF is #15DB00. Grayscale: #777777. Windows color (decimal): -1432321 or 16721130. OLE color: 16721130.
HSL color Cylindrical-coordinate representation of color #EA24FF: hue angle of 294.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA24FF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 36 | 255 | - |
| CMYK | 0.08 | 0.86 | 0 | 0 |
| HSL | 294.25º | 1% | 0.57% | - |
| HSV(B) | 294.25º | 0.86% | 1% | - |
| XYZ | 52.61 | 25.97 | 96.85 | - |
| YUV | 120.17 | 204.1 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 255 | 0.08 | 0.86 | 0 | 0 | 294.25 | 1 | 0.57 |
| Hex | EA | 24 | FF | 8 | 56 | 0 | 0 | 126 | 64 | 39 |
| Octal | 352 | 44 | 377 | 10 | 126 | 0 | 0 | 446 | 144 | 71 |
| Binary | 11101010 | 100100 | 11111111 | 1000 | 1010110 | 0 | 0 | 100100110 | 1100100 | 111001 |
Color Harmonies of #EA24FF
Complementary color
Monochromatic Colors of #EA24FF
Black with #EA24FF
Text Example
Text Example
White with #EA24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA24FF; }
p { color: rgb(234,36,255); }
H1.HeaderClassName
{
color: #EA24FF;
}
.AnyTagClassName
{
color: #EA24FF;
}
</style>
background-color css
<style>
a { background-color: #EA24FF; }
a { background-color: rgb(234,36,255); }
div.DivClassName
{
background-color: #EA24FF;
}
.BgClassName
{
background-color: #EA24FF;
}
</style>
border-color css
<style>
span { border-color: #EA24FF; }
span { border-color: rgb(234,36,255); }
td.TdClassName
{
border-color: #EA24FF;
}
.TagClassName
{
border-color: #EA24FF;
}
</style>