Shades of Psychedelic Purple #ED1EFF
Tints of Psychedelic Purple #ED1EFF
RGB
CMYK
RGB Variations
Color information
#ED1EFF (or 0xED1EFF) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FF. RGB value is (237,30,255). Sum of RGB (Red+Green+Blue) = 237+30+255=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 30 (12.11% from 255 or 5.75% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFF is #12E100. Grayscale: #747474. Windows color (decimal): -1237249 or 16719597. OLE color: 16719597.
HSL color Cylindrical-coordinate representation of color #ED1EFF: hue angle of 295.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1EFF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 30 | 255 | - |
| CMYK | 0.07 | 0.88 | 0 | 0 |
| HSL | 295.2º | 1% | 0.56% | - |
| HSV(B) | 295.2º | 0.88% | 1% | - |
| XYZ | 53.44 | 26.15 | 96.84 | - |
| YUV | 117.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 255 | 0.07 | 0.88 | 0 | 0 | 295.2 | 1 | 0.56 |
| Hex | ED | 1E | FF | 7 | 58 | 0 | 0 | 127 | 64 | 38 |
| Octal | 355 | 36 | 377 | 7 | 130 | 0 | 0 | 447 | 144 | 70 |
| Binary | 11101101 | 11110 | 11111111 | 111 | 1011000 | 0 | 0 | 100100111 | 1100100 | 111000 |
Color Harmonies of #ED1EFF
Complementary color
Monochromatic Colors of #ED1EFF
Black with #ED1EFF
Text Example
Text Example
White with #ED1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EFF; }
p { color: rgb(237,30,255); }
H1.HeaderClassName
{
color: #ED1EFF;
}
.AnyTagClassName
{
color: #ED1EFF;
}
</style>
background-color css
<style>
a { background-color: #ED1EFF; }
a { background-color: rgb(237,30,255); }
div.DivClassName
{
background-color: #ED1EFF;
}
.BgClassName
{
background-color: #ED1EFF;
}
</style>
border-color css
<style>
span { border-color: #ED1EFF; }
span { border-color: rgb(237,30,255); }
td.TdClassName
{
border-color: #ED1EFF;
}
.TagClassName
{
border-color: #ED1EFF;
}
</style>