Shades of Psychedelic Purple #E102F3
Tints of Psychedelic Purple #E102F3
RGB
CMYK
RGB Variations
Color information
#E102F3 (or 0xE102F3) is known color: Psychedelic Purple. HEX triplet: E1, 02 and F3. RGB value is (225,2,243). Sum of RGB (Red+Green+Blue) = 225+2+243=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #E102F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E102F3 is #1EFD0C. Grayscale: #5F5F5F. Windows color (decimal): -2030861 or 15925985. OLE color: 15925985.
HSL color Cylindrical-coordinate representation of color #E102F3: hue angle of 295.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102F3 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 2 | 243 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.05 |
| HSL | 295.52º | 0.98% | 0.48% | - |
| HSV(B) | 295.52º | 0.99% | 0.95% | - |
| XYZ | 47.25 | 22.52 | 86.65 | - |
| YUV | 96.15 | 210.88 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 243 | 0.07 | 0.99 | 0 | 0.05 | 295.52 | 0.98 | 0.48 |
| Hex | E1 | 2 | F3 | 7 | 63 | 0 | 5 | 128 | 62 | 30 |
| Octal | 341 | 2 | 363 | 7 | 143 | 0 | 5 | 450 | 142 | 60 |
| Binary | 11100001 | 10 | 11110011 | 111 | 1100011 | 0 | 101 | 100101000 | 1100010 | 110000 |
Color Harmonies of #E102F3
Complementary color
Monochromatic Colors of #E102F3
Black with #E102F3
Text Example
Text Example
White with #E102F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102F3; }
p { color: rgb(225,2,243); }
H1.HeaderClassName
{
color: #E102F3;
}
.AnyTagClassName
{
color: #E102F3;
}
</style>
background-color css
<style>
a { background-color: #E102F3; }
a { background-color: rgb(225,2,243); }
div.DivClassName
{
background-color: #E102F3;
}
.BgClassName
{
background-color: #E102F3;
}
</style>
border-color css
<style>
span { border-color: #E102F3; }
span { border-color: rgb(225,2,243); }
td.TdClassName
{
border-color: #E102F3;
}
.TagClassName
{
border-color: #E102F3;
}
</style>