Shades of Pale Magenta #EB78DF
Tints of Pale Magenta #EB78DF
RGB
CMYK
RGB Variations
Color information
#EB78DF (or 0xEB78DF) is known color: Pale Magenta. HEX triplet: EB, 78 and DF. RGB value is (235,120,223). Sum of RGB (Red+Green+Blue) = 235+120+223=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78DF is #148720. Grayscale: #A5A5A5. Windows color (decimal): -1345313 or 14645483. OLE color: 14645483.
HSL color Cylindrical-coordinate representation of color #EB78DF: hue angle of 306.26º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB78DF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 120 | 223 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.08 |
| HSL | 306.26º | 0.74% | 0.7% | - |
| HSV(B) | 306.26º | 0.49% | 0.92% | - |
| XYZ | 54.3 | 36.42 | 73.98 | - |
| YUV | 166.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 120 | 223 | 0 | 0.49 | 0.05 | 0.08 | 306.26 | 0.74 | 0.7 |
| Hex | EB | 78 | DF | 0 | 31 | 5 | 8 | 132 | 4A | 46 |
| Octal | 353 | 170 | 337 | 0 | 61 | 5 | 10 | 462 | 112 | 106 |
| Binary | 11101011 | 1111000 | 11011111 | 0 | 110001 | 101 | 1000 | 100110010 | 1001010 | 1000110 |
Color Harmonies of #EB78DF
Complementary color
Monochromatic Colors of #EB78DF
Black with #EB78DF
Text Example
Text Example
White with #EB78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB78DF; }
p { color: rgb(235,120,223); }
H1.HeaderClassName
{
color: #EB78DF;
}
.AnyTagClassName
{
color: #EB78DF;
}
</style>
background-color css
<style>
a { background-color: #EB78DF; }
a { background-color: rgb(235,120,223); }
div.DivClassName
{
background-color: #EB78DF;
}
.BgClassName
{
background-color: #EB78DF;
}
</style>
border-color css
<style>
span { border-color: #EB78DF; }
span { border-color: rgb(235,120,223); }
td.TdClassName
{
border-color: #EB78DF;
}
.TagClassName
{
border-color: #EB78DF;
}
</style>