Shades of Psychedelic Purple #E12DED
Tints of Psychedelic Purple #E12DED
RGB
CMYK
RGB Variations
Color information
#E12DED (or 0xE12DED) is known color: Psychedelic Purple. HEX triplet: E1, 2D and ED. RGB value is (225,45,237). Sum of RGB (Red+Green+Blue) = 225+45+237=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #E12DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DED is #1ED212. Grayscale: #787878. Windows color (decimal): -2019859 or 15543777. OLE color: 15543777.
HSL color Cylindrical-coordinate representation of color #E12DED: hue angle of 296.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12DED is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 45 | 237 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.07 |
| HSL | 296.25º | 0.84% | 0.55% | - |
| HSV(B) | 296.25º | 0.81% | 0.93% | - |
| XYZ | 47.28 | 24 | 82.26 | - |
| YUV | 120.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 237 | 0.05 | 0.81 | 0 | 0.07 | 296.25 | 0.84 | 0.55 |
| Hex | E1 | 2D | ED | 5 | 51 | 0 | 7 | 128 | 54 | 37 |
| Octal | 341 | 55 | 355 | 5 | 121 | 0 | 7 | 450 | 124 | 67 |
| Binary | 11100001 | 101101 | 11101101 | 101 | 1010001 | 0 | 111 | 100101000 | 1010100 | 110111 |
Color Harmonies of #E12DED
Complementary color
Monochromatic Colors of #E12DED
Black with #E12DED
Text Example
Text Example
White with #E12DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12DED; }
p { color: rgb(225,45,237); }
H1.HeaderClassName
{
color: #E12DED;
}
.AnyTagClassName
{
color: #E12DED;
}
</style>
background-color css
<style>
a { background-color: #E12DED; }
a { background-color: rgb(225,45,237); }
div.DivClassName
{
background-color: #E12DED;
}
.BgClassName
{
background-color: #E12DED;
}
</style>
border-color css
<style>
span { border-color: #E12DED; }
span { border-color: rgb(225,45,237); }
td.TdClassName
{
border-color: #E12DED;
}
.TagClassName
{
border-color: #E12DED;
}
</style>