Shades of Pale Magenta #ED8EE3
Tints of Pale Magenta #ED8EE3
RGB
CMYK
RGB Variations
Color information
#ED8EE3 (or 0xED8EE3) is known color: Pale Magenta. HEX triplet: ED, 8E and E3. RGB value is (237,142,227). Sum of RGB (Red+Green+Blue) = 237+142+227=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EE3 is #12711C. Grayscale: #B3B3B3. Windows color (decimal): -1208605 or 14913261. OLE color: 14913261.
HSL color Cylindrical-coordinate representation of color #ED8EE3: hue angle of 306.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EE3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 227 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.07 |
| HSL | 306.32º | 0.73% | 0.74% | - |
| HSV(B) | 306.32º | 0.4% | 0.93% | - |
| XYZ | 58.46 | 42.9 | 77.87 | - |
| YUV | 180.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 227 | 0 | 0.40 | 0.04 | 0.07 | 306.32 | 0.73 | 0.74 |
| Hex | ED | 8E | E3 | 0 | 28 | 4 | 7 | 132 | 49 | 4A |
| Octal | 355 | 216 | 343 | 0 | 50 | 4 | 7 | 462 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11100011 | 0 | 101000 | 100 | 111 | 100110010 | 1001001 | 1001010 |
Color Harmonies of #ED8EE3
Complementary color
Monochromatic Colors of #ED8EE3
Black with #ED8EE3
Text Example
Text Example
White with #ED8EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EE3; }
p { color: rgb(237,142,227); }
H1.HeaderClassName
{
color: #ED8EE3;
}
.AnyTagClassName
{
color: #ED8EE3;
}
</style>
background-color css
<style>
a { background-color: #ED8EE3; }
a { background-color: rgb(237,142,227); }
div.DivClassName
{
background-color: #ED8EE3;
}
.BgClassName
{
background-color: #ED8EE3;
}
</style>
border-color css
<style>
span { border-color: #ED8EE3; }
span { border-color: rgb(237,142,227); }
td.TdClassName
{
border-color: #ED8EE3;
}
.TagClassName
{
border-color: #ED8EE3;
}
</style>