Shades of Pale Magenta #EA8BDF
Tints of Pale Magenta #EA8BDF
RGB
CMYK
RGB Variations
Color information
#EA8BDF (or 0xEA8BDF) is known color: Pale Magenta. HEX triplet: EA, 8B and DF. RGB value is (234,139,223). Sum of RGB (Red+Green+Blue) = 234+139+223=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BDF is #157420. Grayscale: #B0B0B0. Windows color (decimal): -1405985 or 14650346. OLE color: 14650346.
HSL color Cylindrical-coordinate representation of color #EA8BDF: hue angle of 306.95º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BDF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 223 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.08 |
| HSL | 306.95º | 0.69% | 0.73% | - |
| HSV(B) | 306.95º | 0.41% | 0.92% | - |
| XYZ | 56.48 | 41.29 | 74.8 | - |
| YUV | 176.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 223 | 0 | 0.41 | 0.05 | 0.08 | 306.95 | 0.69 | 0.73 |
| Hex | EA | 8B | DF | 0 | 29 | 5 | 8 | 133 | 45 | 49 |
| Octal | 352 | 213 | 337 | 0 | 51 | 5 | 10 | 463 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11011111 | 0 | 101001 | 101 | 1000 | 100110011 | 1000101 | 1001001 |
Color Harmonies of #EA8BDF
Complementary color
Monochromatic Colors of #EA8BDF
Black with #EA8BDF
Text Example
Text Example
White with #EA8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BDF; }
p { color: rgb(234,139,223); }
H1.HeaderClassName
{
color: #EA8BDF;
}
.AnyTagClassName
{
color: #EA8BDF;
}
</style>
background-color css
<style>
a { background-color: #EA8BDF; }
a { background-color: rgb(234,139,223); }
div.DivClassName
{
background-color: #EA8BDF;
}
.BgClassName
{
background-color: #EA8BDF;
}
</style>
border-color css
<style>
span { border-color: #EA8BDF; }
span { border-color: rgb(234,139,223); }
td.TdClassName
{
border-color: #EA8BDF;
}
.TagClassName
{
border-color: #EA8BDF;
}
</style>