Shades of Pale Magenta #EB8CDA
Tints of Pale Magenta #EB8CDA
RGB
CMYK
RGB Variations
Color information
#EB8CDA (or 0xEB8CDA) is known color: Pale Magenta. HEX triplet: EB, 8C and DA. RGB value is (235,140,218). Sum of RGB (Red+Green+Blue) = 235+140+218=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CDA is #147325. Grayscale: #B1B1B1. Windows color (decimal): -1340198 or 14322923. OLE color: 14322923.
HSL color Cylindrical-coordinate representation of color #EB8CDA: hue angle of 310.74º 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 #EB8CDA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 140 | 218 | - |
CMYK | 0 | 0.40 | 0.07 | 0.08 |
HSL | 310.74º | 0.7% | 0.74% | - |
HSV(B) | 310.74º | 0.4% | 0.92% | - |
XYZ | 56.29 | 41.48 | 71.37 | - |
YUV | 177.3 | 150.97 | 169.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 140 | 218 | 0 | 0.40 | 0.07 | 0.08 | 310.74 | 0.7 | 0.74 |
Hex | EB | 8C | DA | 0 | 28 | 7 | 8 | 137 | 46 | 4A |
Octal | 353 | 214 | 332 | 0 | 50 | 7 | 10 | 467 | 106 | 112 |
Binary | 11101011 | 10001100 | 11011010 | 0 | 101000 | 111 | 1000 | 100110111 | 1000110 | 1001010 |
Color Harmonies of #EB8CDA
Complementary color
Monochromatic Colors of #EB8CDA
Black with #EB8CDA
Text Example
Text Example
White with #EB8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CDA; }
p { color: rgb(235,140,218); }
H1.HeaderClassName
{
color: #EB8CDA;
}
.AnyTagClassName
{
color: #EB8CDA;
}
</style>
background-color css
<style>
a { background-color: #EB8CDA; }
a { background-color: rgb(235,140,218); }
div.DivClassName
{
background-color: #EB8CDA;
}
.BgClassName
{
background-color: #EB8CDA;
}
</style>
border-color css
<style>
span { border-color: #EB8CDA; }
span { border-color: rgb(235,140,218); }
td.TdClassName
{
border-color: #EB8CDA;
}
.TagClassName
{
border-color: #EB8CDA;
}
</style>