Shades of Pale Magenta #EB90DC
Tints of Pale Magenta #EB90DC
RGB
CMYK
RGB Variations
Color information
#EB90DC (or 0xEB90DC) is known color: Pale Magenta. HEX triplet: EB, 90 and DC. RGB value is (235,144,220). Sum of RGB (Red+Green+Blue) = 235+144+220=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90DC is #146F23. Grayscale: #B3B3B3. Windows color (decimal): -1339172 or 14455019. OLE color: 14455019.
HSL color Cylindrical-coordinate representation of color #EB90DC: hue angle of 309.89º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90DC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 220 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.08 |
| HSL | 309.89º | 0.69% | 0.74% | - |
| HSV(B) | 309.89º | 0.39% | 0.92% | - |
| XYZ | 57.15 | 42.78 | 72.95 | - |
| YUV | 179.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 220 | 0 | 0.39 | 0.06 | 0.08 | 309.89 | 0.69 | 0.74 |
| Hex | EB | 90 | DC | 0 | 27 | 6 | 8 | 136 | 45 | 4A |
| Octal | 353 | 220 | 334 | 0 | 47 | 6 | 10 | 466 | 105 | 112 |
| Binary | 11101011 | 10010000 | 11011100 | 0 | 100111 | 110 | 1000 | 100110110 | 1000101 | 1001010 |
Color Harmonies of #EB90DC
Complementary color
Monochromatic Colors of #EB90DC
Black with #EB90DC
Text Example
Text Example
White with #EB90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90DC; }
p { color: rgb(235,144,220); }
H1.HeaderClassName
{
color: #EB90DC;
}
.AnyTagClassName
{
color: #EB90DC;
}
</style>
background-color css
<style>
a { background-color: #EB90DC; }
a { background-color: rgb(235,144,220); }
div.DivClassName
{
background-color: #EB90DC;
}
.BgClassName
{
background-color: #EB90DC;
}
</style>
border-color css
<style>
span { border-color: #EB90DC; }
span { border-color: rgb(235,144,220); }
td.TdClassName
{
border-color: #EB90DC;
}
.TagClassName
{
border-color: #EB90DC;
}
</style>