Shades of Pale Magenta #EA8FD5
Tints of Pale Magenta #EA8FD5
RGB
CMYK
RGB Variations
Color information
#EA8FD5 (or 0xEA8FD5) is known color: Pale Magenta. HEX triplet: EA, 8F and D5. RGB value is (234,143,213). Sum of RGB (Red+Green+Blue) = 234+143+213=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FD5 is #15702A. Grayscale: #B2B2B2. Windows color (decimal): -1404971 or 13996010. OLE color: 13996010.
HSL color Cylindrical-coordinate representation of color #EA8FD5: hue angle of 313.85º 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 #EA8FD5 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 213 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.08 |
| HSL | 313.85º | 0.68% | 0.74% | - |
| HSV(B) | 313.85º | 0.39% | 0.92% | - |
| XYZ | 55.76 | 41.94 | 68.11 | - |
| YUV | 178.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 213 | 0 | 0.39 | 0.09 | 0.08 | 313.85 | 0.68 | 0.74 |
| Hex | EA | 8F | D5 | 0 | 27 | 9 | 8 | 13A | 44 | 4A |
| Octal | 352 | 217 | 325 | 0 | 47 | 11 | 10 | 472 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11010101 | 0 | 100111 | 1001 | 1000 | 100111010 | 1000100 | 1001010 |
Color Harmonies of #EA8FD5
Complementary color
Monochromatic Colors of #EA8FD5
Black with #EA8FD5
Text Example
Text Example
White with #EA8FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FD5; }
p { color: rgb(234,143,213); }
H1.HeaderClassName
{
color: #EA8FD5;
}
.AnyTagClassName
{
color: #EA8FD5;
}
</style>
background-color css
<style>
a { background-color: #EA8FD5; }
a { background-color: rgb(234,143,213); }
div.DivClassName
{
background-color: #EA8FD5;
}
.BgClassName
{
background-color: #EA8FD5;
}
</style>
border-color css
<style>
span { border-color: #EA8FD5; }
span { border-color: rgb(234,143,213); }
td.TdClassName
{
border-color: #EA8FD5;
}
.TagClassName
{
border-color: #EA8FD5;
}
</style>