Shades of Psychedelic Purple #EA0CFF
Tints of Psychedelic Purple #EA0CFF
RGB
CMYK
RGB Variations
Color information
#EA0CFF (or 0xEA0CFF) is known color: Psychedelic Purple. HEX triplet: EA, 0C and FF. RGB value is (234,12,255). Sum of RGB (Red+Green+Blue) = 234+12+255=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0CFF is #15F300. Grayscale: #696969. Windows color (decimal): -1438465 or 16714986. OLE color: 16714986.
HSL color Cylindrical-coordinate representation of color #EA0CFF: hue angle of 294.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CFF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 12 | 255 | - |
| CMYK | 0.08 | 0.95 | 0 | 0 |
| HSL | 294.81º | 1% | 0.52% | - |
| HSV(B) | 294.81º | 0.95% | 1% | - |
| XYZ | 52.11 | 24.98 | 96.68 | - |
| YUV | 106.08 | 212.05 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 255 | 0.08 | 0.95 | 0 | 0 | 294.81 | 1 | 0.52 |
| Hex | EA | C | FF | 8 | 5F | 0 | 0 | 127 | 64 | 34 |
| Octal | 352 | 14 | 377 | 10 | 137 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101010 | 1100 | 11111111 | 1000 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #EA0CFF
Complementary color
Monochromatic Colors of #EA0CFF
Black with #EA0CFF
Text Example
Text Example
White with #EA0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CFF; }
p { color: rgb(234,12,255); }
H1.HeaderClassName
{
color: #EA0CFF;
}
.AnyTagClassName
{
color: #EA0CFF;
}
</style>
background-color css
<style>
a { background-color: #EA0CFF; }
a { background-color: rgb(234,12,255); }
div.DivClassName
{
background-color: #EA0CFF;
}
.BgClassName
{
background-color: #EA0CFF;
}
</style>
border-color css
<style>
span { border-color: #EA0CFF; }
span { border-color: rgb(234,12,255); }
td.TdClassName
{
border-color: #EA0CFF;
}
.TagClassName
{
border-color: #EA0CFF;
}
</style>