Shades of Pale Magenta #ED83DD
Tints of Pale Magenta #ED83DD
RGB
CMYK
RGB Variations
Color information
#ED83DD (or 0xED83DD) is known color: Pale Magenta. HEX triplet: ED, 83 and DD. RGB value is (237,131,221). Sum of RGB (Red+Green+Blue) = 237+131+221=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83DD is #127C22. Grayscale: #ACACAC. Windows color (decimal): -1211427 or 14517229. OLE color: 14517229.
HSL color Cylindrical-coordinate representation of color #ED83DD: hue angle of 309.06º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED83DD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 221 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.07 |
| HSL | 309.06º | 0.75% | 0.72% | - |
| HSV(B) | 309.06º | 0.45% | 0.93% | - |
| XYZ | 56.09 | 39.46 | 73.07 | - |
| YUV | 172.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 221 | 0 | 0.45 | 0.07 | 0.07 | 309.06 | 0.75 | 0.72 |
| Hex | ED | 83 | DD | 0 | 2D | 7 | 7 | 135 | 4B | 48 |
| Octal | 355 | 203 | 335 | 0 | 55 | 7 | 7 | 465 | 113 | 110 |
| Binary | 11101101 | 10000011 | 11011101 | 0 | 101101 | 111 | 111 | 100110101 | 1001011 | 1001000 |
Color Harmonies of #ED83DD
Complementary color
Monochromatic Colors of #ED83DD
Black with #ED83DD
Text Example
Text Example
White with #ED83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83DD; }
p { color: rgb(237,131,221); }
H1.HeaderClassName
{
color: #ED83DD;
}
.AnyTagClassName
{
color: #ED83DD;
}
</style>
background-color css
<style>
a { background-color: #ED83DD; }
a { background-color: rgb(237,131,221); }
div.DivClassName
{
background-color: #ED83DD;
}
.BgClassName
{
background-color: #ED83DD;
}
</style>
border-color css
<style>
span { border-color: #ED83DD; }
span { border-color: rgb(237,131,221); }
td.TdClassName
{
border-color: #ED83DD;
}
.TagClassName
{
border-color: #ED83DD;
}
</style>