Shades of Psychedelic Purple #ED2CFF
Tints of Psychedelic Purple #ED2CFF
RGB
CMYK
RGB Variations
Color information
#ED2CFF (or 0xED2CFF) is known color: Psychedelic Purple. HEX triplet: ED, 2C and FF. RGB value is (237,44,255). Sum of RGB (Red+Green+Blue) = 237+44+255=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 44 (17.58% from 255 or 8.21% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2CFF is #12D300. Grayscale: #7D7D7D. Windows color (decimal): -1233665 or 16723181. OLE color: 16723181.
HSL color Cylindrical-coordinate representation of color #ED2CFF: hue angle of 294.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2CFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 44 | 255 | - |
| CMYK | 0.07 | 0.83 | 0 | 0 |
| HSL | 294.88º | 1% | 0.59% | - |
| HSV(B) | 294.88º | 0.83% | 1% | - |
| XYZ | 53.88 | 27.03 | 96.98 | - |
| YUV | 125.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 255 | 0.07 | 0.83 | 0 | 0 | 294.88 | 1 | 0.59 |
| Hex | ED | 2C | FF | 7 | 53 | 0 | 0 | 127 | 64 | 3B |
| Octal | 355 | 54 | 377 | 7 | 123 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101101 | 101100 | 11111111 | 111 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #ED2CFF
Complementary color
Monochromatic Colors of #ED2CFF
Black with #ED2CFF
Text Example
Text Example
White with #ED2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CFF; }
p { color: rgb(237,44,255); }
H1.HeaderClassName
{
color: #ED2CFF;
}
.AnyTagClassName
{
color: #ED2CFF;
}
</style>
background-color css
<style>
a { background-color: #ED2CFF; }
a { background-color: rgb(237,44,255); }
div.DivClassName
{
background-color: #ED2CFF;
}
.BgClassName
{
background-color: #ED2CFF;
}
</style>
border-color css
<style>
span { border-color: #ED2CFF; }
span { border-color: rgb(237,44,255); }
td.TdClassName
{
border-color: #ED2CFF;
}
.TagClassName
{
border-color: #ED2CFF;
}
</style>