Shades of Psychedelic Purple #E205E5
Tints of Psychedelic Purple #E205E5
RGB
CMYK
RGB Variations
Color information
#E205E5 (or 0xE205E5) is known color: Psychedelic Purple. HEX triplet: E2, 05 and E5. RGB value is (226,5,229). Sum of RGB (Red+Green+Blue) = 226+5+229=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #E205E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205E5 is #1DFA1A. Grayscale: #5F5F5F. Windows color (decimal): -1964571 or 15009250. OLE color: 15009250.
HSL color Cylindrical-coordinate representation of color #E205E5: hue angle of 299.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205E5 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 5 | 229 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.10 |
| HSL | 299.2º | 0.96% | 0.46% | - |
| HSV(B) | 299.2º | 0.98% | 0.9% | - |
| XYZ | 45.56 | 21.93 | 75.96 | - |
| YUV | 96.62 | 202.72 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 229 | 0.01 | 0.98 | 0 | 0.10 | 299.2 | 0.96 | 0.46 |
| Hex | E2 | 5 | E5 | 1 | 62 | 0 | A | 12B | 60 | 2E |
| Octal | 342 | 5 | 345 | 1 | 142 | 0 | 12 | 453 | 140 | 56 |
| Binary | 11100010 | 101 | 11100101 | 1 | 1100010 | 0 | 1010 | 100101011 | 1100000 | 101110 |
Color Harmonies of #E205E5
Complementary color
Monochromatic Colors of #E205E5
Black with #E205E5
Text Example
Text Example
White with #E205E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205E5; }
p { color: rgb(226,5,229); }
H1.HeaderClassName
{
color: #E205E5;
}
.AnyTagClassName
{
color: #E205E5;
}
</style>
background-color css
<style>
a { background-color: #E205E5; }
a { background-color: rgb(226,5,229); }
div.DivClassName
{
background-color: #E205E5;
}
.BgClassName
{
background-color: #E205E5;
}
</style>
border-color css
<style>
span { border-color: #E205E5; }
span { border-color: rgb(226,5,229); }
td.TdClassName
{
border-color: #E205E5;
}
.TagClassName
{
border-color: #E205E5;
}
</style>