Shades of Pale Magenta #EB90DF
Tints of Pale Magenta #EB90DF
RGB
CMYK
RGB Variations
Color information
#EB90DF (or 0xEB90DF) is known color: Pale Magenta. HEX triplet: EB, 90 and DF. RGB value is (235,144,223). Sum of RGB (Red+Green+Blue) = 235+144+223=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90DF is #146F20. Grayscale: #B3B3B3. Windows color (decimal): -1339169 or 14651627. OLE color: 14651627.
HSL color Cylindrical-coordinate representation of color #EB90DF: hue angle of 307.91º 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 #EB90DF is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 223 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.08 |
| HSL | 307.91º | 0.69% | 0.74% | - |
| HSV(B) | 307.91º | 0.39% | 0.92% | - |
| XYZ | 57.55 | 42.94 | 75.07 | - |
| YUV | 180.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 223 | 0 | 0.39 | 0.05 | 0.08 | 307.91 | 0.69 | 0.74 |
| Hex | EB | 90 | DF | 0 | 27 | 5 | 8 | 134 | 45 | 4A |
| Octal | 353 | 220 | 337 | 0 | 47 | 5 | 10 | 464 | 105 | 112 |
| Binary | 11101011 | 10010000 | 11011111 | 0 | 100111 | 101 | 1000 | 100110100 | 1000101 | 1001010 |
Color Harmonies of #EB90DF
Complementary color
Monochromatic Colors of #EB90DF
Black with #EB90DF
Text Example
Text Example
White with #EB90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90DF; }
p { color: rgb(235,144,223); }
H1.HeaderClassName
{
color: #EB90DF;
}
.AnyTagClassName
{
color: #EB90DF;
}
</style>
background-color css
<style>
a { background-color: #EB90DF; }
a { background-color: rgb(235,144,223); }
div.DivClassName
{
background-color: #EB90DF;
}
.BgClassName
{
background-color: #EB90DF;
}
</style>
border-color css
<style>
span { border-color: #EB90DF; }
span { border-color: rgb(235,144,223); }
td.TdClassName
{
border-color: #EB90DF;
}
.TagClassName
{
border-color: #EB90DF;
}
</style>