Shades of Psychedelic Purple #E435FB
Tints of Psychedelic Purple #E435FB
RGB
CMYK
RGB Variations
Color information
#E435FB (or 0xE435FB) is known color: Psychedelic Purple. HEX triplet: E4, 35 and FB. RGB value is (228,53,251). Sum of RGB (Red+Green+Blue) = 228+53+251=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 53 (21.09% from 255 or 9.96% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #E435FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E435FB is #1BCA04. Grayscale: #7F7F7F. Windows color (decimal): -1821189 or 16463332. OLE color: 16463332.
HSL color Cylindrical-coordinate representation of color #E435FB: hue angle of 293.03º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E435FB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 53 | 251 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.02 |
| HSL | 293.03º | 0.96% | 0.6% | - |
| HSV(B) | 293.03º | 0.79% | 0.98% | - |
| XYZ | 50.68 | 26.01 | 93.62 | - |
| YUV | 127.9 | 197.48 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 251 | 0.09 | 0.79 | 0 | 0.02 | 293.03 | 0.96 | 0.6 |
| Hex | E4 | 35 | FB | 9 | 4F | 0 | 2 | 125 | 60 | 3C |
| Octal | 344 | 65 | 373 | 11 | 117 | 0 | 2 | 445 | 140 | 74 |
| Binary | 11100100 | 110101 | 11111011 | 1001 | 1001111 | 0 | 10 | 100100101 | 1100000 | 111100 |
Color Harmonies of #E435FB
Complementary color
Monochromatic Colors of #E435FB
Black with #E435FB
Text Example
Text Example
White with #E435FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E435FB; }
p { color: rgb(228,53,251); }
H1.HeaderClassName
{
color: #E435FB;
}
.AnyTagClassName
{
color: #E435FB;
}
</style>
background-color css
<style>
a { background-color: #E435FB; }
a { background-color: rgb(228,53,251); }
div.DivClassName
{
background-color: #E435FB;
}
.BgClassName
{
background-color: #E435FB;
}
</style>
border-color css
<style>
span { border-color: #E435FB; }
span { border-color: rgb(228,53,251); }
td.TdClassName
{
border-color: #E435FB;
}
.TagClassName
{
border-color: #E435FB;
}
</style>