Shades of Psychedelic Purple #E402FD
Tints of Psychedelic Purple #E402FD
RGB
CMYK
RGB Variations
Color information
#E402FD (or 0xE402FD) is known color: Psychedelic Purple. HEX triplet: E4, 02 and FD. RGB value is (228,2,253). Sum of RGB (Red+Green+Blue) = 228+2+253=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #E402FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E402FD is #1BFD02. Grayscale: #616161. Windows color (decimal): -1834243 or 16581348. OLE color: 16581348.
HSL color Cylindrical-coordinate representation of color #E402FD: hue angle of 294.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E402FD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 2 | 253 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 294.02º | 0.98% | 0.5% | - |
| HSV(B) | 294.02º | 0.99% | 0.99% | - |
| XYZ | 49.75 | 23.63 | 94.87 | - |
| YUV | 98.19 | 215.37 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 253 | 0.10 | 0.99 | 0 | 0.01 | 294.02 | 0.98 | 0.5 |
| Hex | E4 | 2 | FD | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 344 | 2 | 375 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100100 | 10 | 11111101 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E402FD
Complementary color
Monochromatic Colors of #E402FD
Black with #E402FD
Text Example
Text Example
White with #E402FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E402FD; }
p { color: rgb(228,2,253); }
H1.HeaderClassName
{
color: #E402FD;
}
.AnyTagClassName
{
color: #E402FD;
}
</style>
background-color css
<style>
a { background-color: #E402FD; }
a { background-color: rgb(228,2,253); }
div.DivClassName
{
background-color: #E402FD;
}
.BgClassName
{
background-color: #E402FD;
}
</style>
border-color css
<style>
span { border-color: #E402FD; }
span { border-color: rgb(228,2,253); }
td.TdClassName
{
border-color: #E402FD;
}
.TagClassName
{
border-color: #E402FD;
}
</style>