Shades of Pale Magenta #EA8FD3
Tints of Pale Magenta #EA8FD3
RGB
CMYK
RGB Variations
Color information
#EA8FD3 (or 0xEA8FD3) is known color: Pale Magenta. HEX triplet: EA, 8F and D3. RGB value is (234,143,211). Sum of RGB (Red+Green+Blue) = 234+143+211=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD3 is #15702C. Grayscale: #B1B1B1. Windows color (decimal): -1404973 or 13864938. OLE color: 13864938.
HSL color Cylindrical-coordinate representation of color #EA8FD3: hue angle of 315.16º degrees, saturation: 0.68, 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 #EA8FD3 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 211 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.08 |
| HSL | 315.16º | 0.68% | 0.74% | - |
| HSV(B) | 315.16º | 0.39% | 0.92% | - |
| XYZ | 55.51 | 41.84 | 66.78 | - |
| YUV | 177.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 211 | 0 | 0.39 | 0.10 | 0.08 | 315.16 | 0.68 | 0.74 |
| Hex | EA | 8F | D3 | 0 | 27 | A | 8 | 13B | 44 | 4A |
| Octal | 352 | 217 | 323 | 0 | 47 | 12 | 10 | 473 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11010011 | 0 | 100111 | 1010 | 1000 | 100111011 | 1000100 | 1001010 |
Color Harmonies of #EA8FD3
Complementary color
Monochromatic Colors of #EA8FD3
Black with #EA8FD3
Text Example
Text Example
White with #EA8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FD3; }
p { color: rgb(234,143,211); }
H1.HeaderClassName
{
color: #EA8FD3;
}
.AnyTagClassName
{
color: #EA8FD3;
}
</style>
background-color css
<style>
a { background-color: #EA8FD3; }
a { background-color: rgb(234,143,211); }
div.DivClassName
{
background-color: #EA8FD3;
}
.BgClassName
{
background-color: #EA8FD3;
}
</style>
border-color css
<style>
span { border-color: #EA8FD3; }
span { border-color: rgb(234,143,211); }
td.TdClassName
{
border-color: #EA8FD3;
}
.TagClassName
{
border-color: #EA8FD3;
}
</style>