Shades of Psychedelic Purple #ED2DFE
Tints of Psychedelic Purple #ED2DFE
RGB
CMYK
RGB Variations
Color information
#ED2DFE (or 0xED2DFE) is known color: Psychedelic Purple. HEX triplet: ED, 2D and FE. RGB value is (237,45,254). Sum of RGB (Red+Green+Blue) = 237+45+254=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 45 (17.97% from 255 or 8.40% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DFE is #12D201. Grayscale: #7D7D7D. Windows color (decimal): -1233410 or 16657901. OLE color: 16657901.
HSL color Cylindrical-coordinate representation of color #ED2DFE: hue angle of 295.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2DFE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 45 | 254 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.00 |
| HSL | 295.12º | 0.99% | 0.59% | - |
| HSV(B) | 295.12º | 0.82% | 1% | - |
| XYZ | 53.75 | 27.04 | 96.15 | - |
| YUV | 126.23 | 200.11 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 254 | 0.07 | 0.82 | 0 | 0.00 | 295.12 | 0.99 | 0.59 |
| Hex | ED | 2D | FE | 7 | 52 | 0 | 0 | 127 | 63 | 3B |
| Octal | 355 | 55 | 376 | 7 | 122 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101101 | 101101 | 11111110 | 111 | 1010010 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #ED2DFE
Complementary color
Monochromatic Colors of #ED2DFE
Black with #ED2DFE
Text Example
Text Example
White with #ED2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DFE; }
p { color: rgb(237,45,254); }
H1.HeaderClassName
{
color: #ED2DFE;
}
.AnyTagClassName
{
color: #ED2DFE;
}
</style>
background-color css
<style>
a { background-color: #ED2DFE; }
a { background-color: rgb(237,45,254); }
div.DivClassName
{
background-color: #ED2DFE;
}
.BgClassName
{
background-color: #ED2DFE;
}
</style>
border-color css
<style>
span { border-color: #ED2DFE; }
span { border-color: rgb(237,45,254); }
td.TdClassName
{
border-color: #ED2DFE;
}
.TagClassName
{
border-color: #ED2DFE;
}
</style>