Shades of Pale Magenta #EB7EDB
Tints of Pale Magenta #EB7EDB
RGB
CMYK
RGB Variations
Color information
#EB7EDB (or 0xEB7EDB) is known color: Pale Magenta. HEX triplet: EB, 7E and DB. RGB value is (235,126,219). Sum of RGB (Red+Green+Blue) = 235+126+219=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7EDB is #148124. Grayscale: #A8A8A8. Windows color (decimal): -1343781 or 14384875. OLE color: 14384875.
HSL color Cylindrical-coordinate representation of color #EB7EDB: hue angle of 308.81º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7EDB is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 126 | 219 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.08 |
| HSL | 308.81º | 0.73% | 0.71% | - |
| HSV(B) | 308.81º | 0.46% | 0.92% | - |
| XYZ | 54.51 | 37.7 | 71.42 | - |
| YUV | 169.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 126 | 219 | 0 | 0.46 | 0.07 | 0.08 | 308.81 | 0.73 | 0.71 |
| Hex | EB | 7E | DB | 0 | 2E | 7 | 8 | 135 | 49 | 47 |
| Octal | 353 | 176 | 333 | 0 | 56 | 7 | 10 | 465 | 111 | 107 |
| Binary | 11101011 | 1111110 | 11011011 | 0 | 101110 | 111 | 1000 | 100110101 | 1001001 | 1000111 |
Color Harmonies of #EB7EDB
Complementary color
Monochromatic Colors of #EB7EDB
Black with #EB7EDB
Text Example
Text Example
White with #EB7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7EDB; }
p { color: rgb(235,126,219); }
H1.HeaderClassName
{
color: #EB7EDB;
}
.AnyTagClassName
{
color: #EB7EDB;
}
</style>
background-color css
<style>
a { background-color: #EB7EDB; }
a { background-color: rgb(235,126,219); }
div.DivClassName
{
background-color: #EB7EDB;
}
.BgClassName
{
background-color: #EB7EDB;
}
</style>
border-color css
<style>
span { border-color: #EB7EDB; }
span { border-color: rgb(235,126,219); }
td.TdClassName
{
border-color: #EB7EDB;
}
.TagClassName
{
border-color: #EB7EDB;
}
</style>