Shades of Psychedelic Purple #E436FF
Tints of Psychedelic Purple #E436FF
RGB
CMYK
RGB Variations
Color information
#E436FF (or 0xE436FF) is known color: Psychedelic Purple. HEX triplet: E4, 36 and FF. RGB value is (228,54,255). Sum of RGB (Red+Green+Blue) = 228+54+255=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 54 (21.48% from 255 or 10.06% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #E436FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E436FF is #1BC900. Grayscale: #808080. Windows color (decimal): -1820929 or 16725732. OLE color: 16725732.
HSL color Cylindrical-coordinate representation of color #E436FF: hue angle of 291.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E436FF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 54 | 255 | - |
| CMYK | 0.11 | 0.79 | 0 | 0 |
| HSL | 291.94º | 1% | 0.61% | - |
| HSV(B) | 291.94º | 0.79% | 1% | - |
| XYZ | 51.36 | 26.35 | 96.99 | - |
| YUV | 128.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 54 | 255 | 0.11 | 0.79 | 0 | 0 | 291.94 | 1 | 0.61 |
| Hex | E4 | 36 | FF | B | 4F | 0 | 0 | 124 | 64 | 3D |
| Octal | 344 | 66 | 377 | 13 | 117 | 0 | 0 | 444 | 144 | 75 |
| Binary | 11100100 | 110110 | 11111111 | 1011 | 1001111 | 0 | 0 | 100100100 | 1100100 | 111101 |
Color Harmonies of #E436FF
Complementary color
Monochromatic Colors of #E436FF
Black with #E436FF
Text Example
Text Example
White with #E436FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E436FF; }
p { color: rgb(228,54,255); }
H1.HeaderClassName
{
color: #E436FF;
}
.AnyTagClassName
{
color: #E436FF;
}
</style>
background-color css
<style>
a { background-color: #E436FF; }
a { background-color: rgb(228,54,255); }
div.DivClassName
{
background-color: #E436FF;
}
.BgClassName
{
background-color: #E436FF;
}
</style>
border-color css
<style>
span { border-color: #E436FF; }
span { border-color: rgb(228,54,255); }
td.TdClassName
{
border-color: #E436FF;
}
.TagClassName
{
border-color: #E436FF;
}
</style>