Shades of Pale Magenta #ED93DE
Tints of Pale Magenta #ED93DE
RGB
CMYK
RGB Variations
Color information
#ED93DE (or 0xED93DE) is known color: Pale Magenta. HEX triplet: ED, 93 and DE. RGB value is (237,147,222). Sum of RGB (Red+Green+Blue) = 237+147+222=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93DE is #126C21. Grayscale: #B6B6B6. Windows color (decimal): -1207330 or 14586861. OLE color: 14586861.
HSL color Cylindrical-coordinate representation of color #ED93DE: hue angle of 310º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93DE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 222 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.07 |
| HSL | 310º | 0.71% | 0.75% | - |
| HSV(B) | 310º | 0.38% | 0.93% | - |
| XYZ | 58.54 | 44.15 | 74.54 | - |
| YUV | 182.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 222 | 0 | 0.38 | 0.06 | 0.07 | 310 | 0.71 | 0.75 |
| Hex | ED | 93 | DE | 0 | 26 | 6 | 7 | 136 | 47 | 4B |
| Octal | 355 | 223 | 336 | 0 | 46 | 6 | 7 | 466 | 107 | 113 |
| Binary | 11101101 | 10010011 | 11011110 | 0 | 100110 | 110 | 111 | 100110110 | 1000111 | 1001011 |
Color Harmonies of #ED93DE
Complementary color
Monochromatic Colors of #ED93DE
Black with #ED93DE
Text Example
Text Example
White with #ED93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93DE; }
p { color: rgb(237,147,222); }
H1.HeaderClassName
{
color: #ED93DE;
}
.AnyTagClassName
{
color: #ED93DE;
}
</style>
background-color css
<style>
a { background-color: #ED93DE; }
a { background-color: rgb(237,147,222); }
div.DivClassName
{
background-color: #ED93DE;
}
.BgClassName
{
background-color: #ED93DE;
}
</style>
border-color css
<style>
span { border-color: #ED93DE; }
span { border-color: rgb(237,147,222); }
td.TdClassName
{
border-color: #ED93DE;
}
.TagClassName
{
border-color: #ED93DE;
}
</style>