Shades of Psychedelic Purple #E435FC
Tints of Psychedelic Purple #E435FC
RGB
CMYK
RGB Variations
Color information
#E435FC (or 0xE435FC) is known color: Psychedelic Purple. HEX triplet: E4, 35 and FC. RGB value is (228,53,252). Sum of RGB (Red+Green+Blue) = 228+53+252=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #E435FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E435FC is #1BCA03. Grayscale: #7F7F7F. Windows color (decimal): -1821188 or 16528868. OLE color: 16528868.
HSL color Cylindrical-coordinate representation of color #E435FC: hue angle of 292.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E435FC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 53 | 252 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.01 |
| HSL | 292.76º | 0.97% | 0.6% | - |
| HSV(B) | 292.76º | 0.79% | 0.99% | - |
| XYZ | 50.84 | 26.07 | 94.45 | - |
| YUV | 128.01 | 197.98 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 252 | 0.10 | 0.79 | 0 | 0.01 | 292.76 | 0.97 | 0.6 |
| Hex | E4 | 35 | FC | A | 4F | 0 | 1 | 125 | 61 | 3C |
| Octal | 344 | 65 | 374 | 12 | 117 | 0 | 1 | 445 | 141 | 74 |
| Binary | 11100100 | 110101 | 11111100 | 1010 | 1001111 | 0 | 1 | 100100101 | 1100001 | 111100 |
Color Harmonies of #E435FC
Complementary color
Monochromatic Colors of #E435FC
Black with #E435FC
Text Example
Text Example
White with #E435FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E435FC; }
p { color: rgb(228,53,252); }
H1.HeaderClassName
{
color: #E435FC;
}
.AnyTagClassName
{
color: #E435FC;
}
</style>
background-color css
<style>
a { background-color: #E435FC; }
a { background-color: rgb(228,53,252); }
div.DivClassName
{
background-color: #E435FC;
}
.BgClassName
{
background-color: #E435FC;
}
</style>
border-color css
<style>
span { border-color: #E435FC; }
span { border-color: rgb(228,53,252); }
td.TdClassName
{
border-color: #E435FC;
}
.TagClassName
{
border-color: #E435FC;
}
</style>