Shades of Pale Magenta #EB8CE1
Tints of Pale Magenta #EB8CE1
RGB
CMYK
RGB Variations
Color information
#EB8CE1 (or 0xEB8CE1) is known color: Pale Magenta. HEX triplet: EB, 8C and E1. RGB value is (235,140,225). Sum of RGB (Red+Green+Blue) = 235+140+225=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE1 is #14731E. Grayscale: #B1B1B1. Windows color (decimal): -1340191 or 14781675. OLE color: 14781675.
HSL color Cylindrical-coordinate representation of color #EB8CE1: hue angle of 306.32º 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 #EB8CE1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 225 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.08 |
| HSL | 306.32º | 0.7% | 0.74% | - |
| HSV(B) | 306.32º | 0.4% | 0.92% | - |
| XYZ | 57.23 | 41.85 | 76.3 | - |
| YUV | 178.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 225 | 0 | 0.40 | 0.04 | 0.08 | 306.32 | 0.7 | 0.74 |
| Hex | EB | 8C | E1 | 0 | 28 | 4 | 8 | 132 | 46 | 4A |
| Octal | 353 | 214 | 341 | 0 | 50 | 4 | 10 | 462 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11100001 | 0 | 101000 | 100 | 1000 | 100110010 | 1000110 | 1001010 |
Color Harmonies of #EB8CE1
Complementary color
Monochromatic Colors of #EB8CE1
Black with #EB8CE1
Text Example
Text Example
White with #EB8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CE1; }
p { color: rgb(235,140,225); }
H1.HeaderClassName
{
color: #EB8CE1;
}
.AnyTagClassName
{
color: #EB8CE1;
}
</style>
background-color css
<style>
a { background-color: #EB8CE1; }
a { background-color: rgb(235,140,225); }
div.DivClassName
{
background-color: #EB8CE1;
}
.BgClassName
{
background-color: #EB8CE1;
}
</style>
border-color css
<style>
span { border-color: #EB8CE1; }
span { border-color: rgb(235,140,225); }
td.TdClassName
{
border-color: #EB8CE1;
}
.TagClassName
{
border-color: #EB8CE1;
}
</style>