Shades of Psychedelic Purple #EA12FF
Tints of Psychedelic Purple #EA12FF
RGB
CMYK
RGB Variations
Color information
#EA12FF (or 0xEA12FF) is known color: Psychedelic Purple. HEX triplet: EA, 12 and FF. RGB value is (234,18,255). Sum of RGB (Red+Green+Blue) = 234+18+255=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA12FF is #15ED00. Grayscale: #6C6C6C. Windows color (decimal): -1436929 or 16716522. OLE color: 16716522.
HSL color Cylindrical-coordinate representation of color #EA12FF: hue angle of 294.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA12FF is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 18 | 255 | - |
| CMYK | 0.08 | 0.93 | 0 | 0 |
| HSL | 294.68º | 1% | 0.54% | - |
| HSV(B) | 294.68º | 0.93% | 1% | - |
| XYZ | 52.2 | 25.15 | 96.71 | - |
| YUV | 109.6 | 210.06 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 255 | 0.08 | 0.93 | 0 | 0 | 294.68 | 1 | 0.54 |
| Hex | EA | 12 | FF | 8 | 5D | 0 | 0 | 127 | 64 | 36 |
| Octal | 352 | 22 | 377 | 10 | 135 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101010 | 10010 | 11111111 | 1000 | 1011101 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #EA12FF
Complementary color
Monochromatic Colors of #EA12FF
Black with #EA12FF
Text Example
Text Example
White with #EA12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12FF; }
p { color: rgb(234,18,255); }
H1.HeaderClassName
{
color: #EA12FF;
}
.AnyTagClassName
{
color: #EA12FF;
}
</style>
background-color css
<style>
a { background-color: #EA12FF; }
a { background-color: rgb(234,18,255); }
div.DivClassName
{
background-color: #EA12FF;
}
.BgClassName
{
background-color: #EA12FF;
}
</style>
border-color css
<style>
span { border-color: #EA12FF; }
span { border-color: rgb(234,18,255); }
td.TdClassName
{
border-color: #EA12FF;
}
.TagClassName
{
border-color: #EA12FF;
}
</style>