Shades of Pale Magenta #EB8CDD
Tints of Pale Magenta #EB8CDD
RGB
CMYK
RGB Variations
Color information
#EB8CDD (or 0xEB8CDD) is known color: Pale Magenta. HEX triplet: EB, 8C and DD. RGB value is (235,140,221). Sum of RGB (Red+Green+Blue) = 235+140+221=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CDD is #147322. Grayscale: #B1B1B1. Windows color (decimal): -1340195 or 14519531. OLE color: 14519531.
HSL color Cylindrical-coordinate representation of color #EB8CDD: hue angle of 308.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CDD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 221 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.08 |
| HSL | 308.84º | 0.7% | 0.74% | - |
| HSV(B) | 308.84º | 0.4% | 0.92% | - |
| XYZ | 56.69 | 41.64 | 73.46 | - |
| YUV | 177.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 221 | 0 | 0.40 | 0.06 | 0.08 | 308.84 | 0.7 | 0.74 |
| Hex | EB | 8C | DD | 0 | 28 | 6 | 8 | 135 | 46 | 4A |
| Octal | 353 | 214 | 335 | 0 | 50 | 6 | 10 | 465 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11011101 | 0 | 101000 | 110 | 1000 | 100110101 | 1000110 | 1001010 |
Color Harmonies of #EB8CDD
Complementary color
Monochromatic Colors of #EB8CDD
Black with #EB8CDD
Text Example
Text Example
White with #EB8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CDD; }
p { color: rgb(235,140,221); }
H1.HeaderClassName
{
color: #EB8CDD;
}
.AnyTagClassName
{
color: #EB8CDD;
}
</style>
background-color css
<style>
a { background-color: #EB8CDD; }
a { background-color: rgb(235,140,221); }
div.DivClassName
{
background-color: #EB8CDD;
}
.BgClassName
{
background-color: #EB8CDD;
}
</style>
border-color css
<style>
span { border-color: #EB8CDD; }
span { border-color: rgb(235,140,221); }
td.TdClassName
{
border-color: #EB8CDD;
}
.TagClassName
{
border-color: #EB8CDD;
}
</style>