Shades of Psychedelic Purple #ED1CFD
Tints of Psychedelic Purple #ED1CFD
RGB
CMYK
RGB Variations
Color information
#ED1CFD (or 0xED1CFD) is known color: Psychedelic Purple. HEX triplet: ED, 1C and FD. RGB value is (237,28,253). Sum of RGB (Red+Green+Blue) = 237+28+253=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CFD is #12E302. Grayscale: #737373. Windows color (decimal): -1237763 or 16588013. OLE color: 16588013.
HSL color Cylindrical-coordinate representation of color #ED1CFD: hue angle of 295.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1CFD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 28 | 253 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 295.73º | 0.98% | 0.55% | - |
| HSV(B) | 295.73º | 0.89% | 0.99% | - |
| XYZ | 53.07 | 25.93 | 95.14 | - |
| YUV | 116.14 | 205.24 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 253 | 0.06 | 0.89 | 0 | 0.01 | 295.73 | 0.98 | 0.55 |
| Hex | ED | 1C | FD | 6 | 59 | 0 | 1 | 128 | 62 | 37 |
| Octal | 355 | 34 | 375 | 6 | 131 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101101 | 11100 | 11111101 | 110 | 1011001 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #ED1CFD
Complementary color
Monochromatic Colors of #ED1CFD
Black with #ED1CFD
Text Example
Text Example
White with #ED1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CFD; }
p { color: rgb(237,28,253); }
H1.HeaderClassName
{
color: #ED1CFD;
}
.AnyTagClassName
{
color: #ED1CFD;
}
</style>
background-color css
<style>
a { background-color: #ED1CFD; }
a { background-color: rgb(237,28,253); }
div.DivClassName
{
background-color: #ED1CFD;
}
.BgClassName
{
background-color: #ED1CFD;
}
</style>
border-color css
<style>
span { border-color: #ED1CFD; }
span { border-color: rgb(237,28,253); }
td.TdClassName
{
border-color: #ED1CFD;
}
.TagClassName
{
border-color: #ED1CFD;
}
</style>