Shades of Pale Magenta #EB8CE0
Tints of Pale Magenta #EB8CE0
RGB
CMYK
RGB Variations
Color information
#EB8CE0 (or 0xEB8CE0) is known color: Pale Magenta. HEX triplet: EB, 8C and E0. RGB value is (235,140,224). Sum of RGB (Red+Green+Blue) = 235+140+224=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE0 is #14731F. Grayscale: #B1B1B1. Windows color (decimal): -1340192 or 14716139. OLE color: 14716139.
HSL color Cylindrical-coordinate representation of color #EB8CE0: hue angle of 306.95º 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 #EB8CE0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 224 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.08 |
| HSL | 306.95º | 0.7% | 0.74% | - |
| HSV(B) | 306.95º | 0.4% | 0.92% | - |
| XYZ | 57.09 | 41.8 | 75.58 | - |
| YUV | 177.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 224 | 0 | 0.40 | 0.05 | 0.08 | 306.95 | 0.7 | 0.74 |
| Hex | EB | 8C | E0 | 0 | 28 | 5 | 8 | 133 | 46 | 4A |
| Octal | 353 | 214 | 340 | 0 | 50 | 5 | 10 | 463 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11100000 | 0 | 101000 | 101 | 1000 | 100110011 | 1000110 | 1001010 |
Color Harmonies of #EB8CE0
Complementary color
Monochromatic Colors of #EB8CE0
Black with #EB8CE0
Text Example
Text Example
White with #EB8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CE0; }
p { color: rgb(235,140,224); }
H1.HeaderClassName
{
color: #EB8CE0;
}
.AnyTagClassName
{
color: #EB8CE0;
}
</style>
background-color css
<style>
a { background-color: #EB8CE0; }
a { background-color: rgb(235,140,224); }
div.DivClassName
{
background-color: #EB8CE0;
}
.BgClassName
{
background-color: #EB8CE0;
}
</style>
border-color css
<style>
span { border-color: #EB8CE0; }
span { border-color: rgb(235,140,224); }
td.TdClassName
{
border-color: #EB8CE0;
}
.TagClassName
{
border-color: #EB8CE0;
}
</style>