Shades of Psychedelic Purple #ED2FF6
Tints of Psychedelic Purple #ED2FF6
RGB
CMYK
RGB Variations
Color information
#ED2FF6 (or 0xED2FF6) is known color: Psychedelic Purple. HEX triplet: ED, 2F and F6. RGB value is (237,47,246). Sum of RGB (Red+Green+Blue) = 237+47+246=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FF6 is #12D009. Grayscale: #7D7D7D. Windows color (decimal): -1232906 or 16134125. OLE color: 16134125.
HSL color Cylindrical-coordinate representation of color #ED2FF6: hue angle of 297.29º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2FF6 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 47 | 246 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.04 |
| HSL | 297.29º | 0.92% | 0.57% | - |
| HSV(B) | 297.29º | 0.81% | 0.96% | - |
| XYZ | 52.58 | 26.69 | 89.57 | - |
| YUV | 126.5 | 195.45 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 246 | 0.04 | 0.81 | 0 | 0.04 | 297.29 | 0.92 | 0.57 |
| Hex | ED | 2F | F6 | 4 | 51 | 0 | 4 | 129 | 5C | 39 |
| Octal | 355 | 57 | 366 | 4 | 121 | 0 | 4 | 451 | 134 | 71 |
| Binary | 11101101 | 101111 | 11110110 | 100 | 1010001 | 0 | 100 | 100101001 | 1011100 | 111001 |
Color Harmonies of #ED2FF6
Complementary color
Monochromatic Colors of #ED2FF6
Black with #ED2FF6
Text Example
Text Example
White with #ED2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FF6; }
p { color: rgb(237,47,246); }
H1.HeaderClassName
{
color: #ED2FF6;
}
.AnyTagClassName
{
color: #ED2FF6;
}
</style>
background-color css
<style>
a { background-color: #ED2FF6; }
a { background-color: rgb(237,47,246); }
div.DivClassName
{
background-color: #ED2FF6;
}
.BgClassName
{
background-color: #ED2FF6;
}
</style>
border-color css
<style>
span { border-color: #ED2FF6; }
span { border-color: rgb(237,47,246); }
td.TdClassName
{
border-color: #ED2FF6;
}
.TagClassName
{
border-color: #ED2FF6;
}
</style>