Shades of Pale Magenta #ED80D3
Tints of Pale Magenta #ED80D3
RGB
CMYK
RGB Variations
Color information
#ED80D3 (or 0xED80D3) is known color: Pale Magenta. HEX triplet: ED, 80 and D3. RGB value is (237,128,211). Sum of RGB (Red+Green+Blue) = 237+128+211=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80D3 is #127F2C. Grayscale: #A9A9A9. Windows color (decimal): -1212205 or 13861101. OLE color: 13861101.
HSL color Cylindrical-coordinate representation of color #ED80D3: hue angle of 314.31º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80D3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 211 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.07 |
| HSL | 314.31º | 0.75% | 0.72% | - |
| HSV(B) | 314.31º | 0.46% | 0.93% | - |
| XYZ | 54.4 | 38.15 | 66.12 | - |
| YUV | 170.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 211 | 0 | 0.46 | 0.11 | 0.07 | 314.31 | 0.75 | 0.72 |
| Hex | ED | 80 | D3 | 0 | 2E | B | 7 | 13A | 4B | 48 |
| Octal | 355 | 200 | 323 | 0 | 56 | 13 | 7 | 472 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11010011 | 0 | 101110 | 1011 | 111 | 100111010 | 1001011 | 1001000 |
Color Harmonies of #ED80D3
Complementary color
Monochromatic Colors of #ED80D3
Black with #ED80D3
Text Example
Text Example
White with #ED80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80D3; }
p { color: rgb(237,128,211); }
H1.HeaderClassName
{
color: #ED80D3;
}
.AnyTagClassName
{
color: #ED80D3;
}
</style>
background-color css
<style>
a { background-color: #ED80D3; }
a { background-color: rgb(237,128,211); }
div.DivClassName
{
background-color: #ED80D3;
}
.BgClassName
{
background-color: #ED80D3;
}
</style>
border-color css
<style>
span { border-color: #ED80D3; }
span { border-color: rgb(237,128,211); }
td.TdClassName
{
border-color: #ED80D3;
}
.TagClassName
{
border-color: #ED80D3;
}
</style>