Shades of Psychedelic Purple #E103E8
Tints of Psychedelic Purple #E103E8
RGB
CMYK
RGB Variations
Color information
#E103E8 (or 0xE103E8) is known color: Psychedelic Purple. HEX triplet: E1, 03 and E8. RGB value is (225,3,232). Sum of RGB (Red+Green+Blue) = 225+3+232=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #E103E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103E8 is #1EFC17. Grayscale: #5E5E5E. Windows color (decimal): -2030616 or 15205345. OLE color: 15205345.
HSL color Cylindrical-coordinate representation of color #E103E8: hue angle of 298.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103E8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 3 | 232 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.09 |
| HSL | 298.17º | 0.97% | 0.46% | - |
| HSV(B) | 298.17º | 0.99% | 0.91% | - |
| XYZ | 45.65 | 21.9 | 78.16 | - |
| YUV | 95.48 | 205.05 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 232 | 0.03 | 0.99 | 0 | 0.09 | 298.17 | 0.97 | 0.46 |
| Hex | E1 | 3 | E8 | 3 | 63 | 0 | 9 | 12A | 61 | 2E |
| Octal | 341 | 3 | 350 | 3 | 143 | 0 | 11 | 452 | 141 | 56 |
| Binary | 11100001 | 11 | 11101000 | 11 | 1100011 | 0 | 1001 | 100101010 | 1100001 | 101110 |
Color Harmonies of #E103E8
Complementary color
Monochromatic Colors of #E103E8
Black with #E103E8
Text Example
Text Example
White with #E103E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103E8; }
p { color: rgb(225,3,232); }
H1.HeaderClassName
{
color: #E103E8;
}
.AnyTagClassName
{
color: #E103E8;
}
</style>
background-color css
<style>
a { background-color: #E103E8; }
a { background-color: rgb(225,3,232); }
div.DivClassName
{
background-color: #E103E8;
}
.BgClassName
{
background-color: #E103E8;
}
</style>
border-color css
<style>
span { border-color: #E103E8; }
span { border-color: rgb(225,3,232); }
td.TdClassName
{
border-color: #E103E8;
}
.TagClassName
{
border-color: #E103E8;
}
</style>