Shades of Pale Magenta #ED8CDF
Tints of Pale Magenta #ED8CDF
RGB
CMYK
RGB Variations
Color information
#ED8CDF (or 0xED8CDF) is known color: Pale Magenta. HEX triplet: ED, 8C and DF. RGB value is (237,140,223). Sum of RGB (Red+Green+Blue) = 237+140+223=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CDF is #127320. Grayscale: #B2B2B2. Windows color (decimal): -1209121 or 14650605. OLE color: 14650605.
HSL color Cylindrical-coordinate representation of color #ED8CDF: hue angle of 308.66º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 223 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.07 |
| HSL | 308.66º | 0.73% | 0.74% | - |
| HSV(B) | 308.66º | 0.41% | 0.93% | - |
| XYZ | 57.62 | 42.09 | 74.9 | - |
| YUV | 178.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 223 | 0 | 0.41 | 0.06 | 0.07 | 308.66 | 0.73 | 0.74 |
| Hex | ED | 8C | DF | 0 | 29 | 6 | 7 | 135 | 49 | 4A |
| Octal | 355 | 214 | 337 | 0 | 51 | 6 | 7 | 465 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11011111 | 0 | 101001 | 110 | 111 | 100110101 | 1001001 | 1001010 |
Color Harmonies of #ED8CDF
Complementary color
Monochromatic Colors of #ED8CDF
Black with #ED8CDF
Text Example
Text Example
White with #ED8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CDF; }
p { color: rgb(237,140,223); }
H1.HeaderClassName
{
color: #ED8CDF;
}
.AnyTagClassName
{
color: #ED8CDF;
}
</style>
background-color css
<style>
a { background-color: #ED8CDF; }
a { background-color: rgb(237,140,223); }
div.DivClassName
{
background-color: #ED8CDF;
}
.BgClassName
{
background-color: #ED8CDF;
}
</style>
border-color css
<style>
span { border-color: #ED8CDF; }
span { border-color: rgb(237,140,223); }
td.TdClassName
{
border-color: #ED8CDF;
}
.TagClassName
{
border-color: #ED8CDF;
}
</style>