Shades of Psychedelic Purple #ED15FF
Tints of Psychedelic Purple #ED15FF
RGB
CMYK
RGB Variations
Color information
#ED15FF (or 0xED15FF) is known color: Psychedelic Purple. HEX triplet: ED, 15 and FF. RGB value is (237,21,255). Sum of RGB (Red+Green+Blue) = 237+21+255=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 21 (8.59% from 255 or 4.09% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15FF is #12EA00. Grayscale: #6F6F6F. Windows color (decimal): -1239553 or 16717293. OLE color: 16717293.
HSL color Cylindrical-coordinate representation of color #ED15FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED15FF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 21 | 255 | - |
| CMYK | 0.07 | 0.92 | 0 | 0 |
| HSL | 295.38º | 1% | 0.54% | - |
| HSV(B) | 295.38º | 0.92% | 1% | - |
| XYZ | 53.24 | 25.76 | 96.77 | - |
| YUV | 112.26 | 208.56 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 255 | 0.07 | 0.92 | 0 | 0 | 295.38 | 1 | 0.54 |
| Hex | ED | 15 | FF | 7 | 5C | 0 | 0 | 127 | 64 | 36 |
| Octal | 355 | 25 | 377 | 7 | 134 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101101 | 10101 | 11111111 | 111 | 1011100 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #ED15FF
Complementary color
Monochromatic Colors of #ED15FF
Black with #ED15FF
Text Example
Text Example
White with #ED15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15FF; }
p { color: rgb(237,21,255); }
H1.HeaderClassName
{
color: #ED15FF;
}
.AnyTagClassName
{
color: #ED15FF;
}
</style>
background-color css
<style>
a { background-color: #ED15FF; }
a { background-color: rgb(237,21,255); }
div.DivClassName
{
background-color: #ED15FF;
}
.BgClassName
{
background-color: #ED15FF;
}
</style>
border-color css
<style>
span { border-color: #ED15FF; }
span { border-color: rgb(237,21,255); }
td.TdClassName
{
border-color: #ED15FF;
}
.TagClassName
{
border-color: #ED15FF;
}
</style>