Shades of Pale Magenta #EB8CDE
Tints of Pale Magenta #EB8CDE
RGB
CMYK
RGB Variations
Color information
#EB8CDE (or 0xEB8CDE) is known color: Pale Magenta. HEX triplet: EB, 8C and DE. RGB value is (235,140,222). Sum of RGB (Red+Green+Blue) = 235+140+222=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CDE is #147321. Grayscale: #B1B1B1. Windows color (decimal): -1340194 or 14585067. OLE color: 14585067.
HSL color Cylindrical-coordinate representation of color #EB8CDE: hue angle of 308.21º 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 #EB8CDE is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 222 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.08 |
| HSL | 308.21º | 0.7% | 0.74% | - |
| HSV(B) | 308.21º | 0.4% | 0.92% | - |
| XYZ | 56.82 | 41.69 | 74.16 | - |
| YUV | 177.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 222 | 0 | 0.40 | 0.06 | 0.08 | 308.21 | 0.7 | 0.74 |
| Hex | EB | 8C | DE | 0 | 28 | 6 | 8 | 134 | 46 | 4A |
| Octal | 353 | 214 | 336 | 0 | 50 | 6 | 10 | 464 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11011110 | 0 | 101000 | 110 | 1000 | 100110100 | 1000110 | 1001010 |
Color Harmonies of #EB8CDE
Complementary color
Monochromatic Colors of #EB8CDE
Black with #EB8CDE
Text Example
Text Example
White with #EB8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CDE; }
p { color: rgb(235,140,222); }
H1.HeaderClassName
{
color: #EB8CDE;
}
.AnyTagClassName
{
color: #EB8CDE;
}
</style>
background-color css
<style>
a { background-color: #EB8CDE; }
a { background-color: rgb(235,140,222); }
div.DivClassName
{
background-color: #EB8CDE;
}
.BgClassName
{
background-color: #EB8CDE;
}
</style>
border-color css
<style>
span { border-color: #EB8CDE; }
span { border-color: rgb(235,140,222); }
td.TdClassName
{
border-color: #EB8CDE;
}
.TagClassName
{
border-color: #EB8CDE;
}
</style>