Shades of Pale Magenta #EA8FDC
Tints of Pale Magenta #EA8FDC
RGB
CMYK
RGB Variations
Color information
#EA8FDC (or 0xEA8FDC) is known color: Pale Magenta. HEX triplet: EA, 8F and DC. RGB value is (234,143,220). Sum of RGB (Red+Green+Blue) = 234+143+220=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDC is #157023. Grayscale: #B2B2B2. Windows color (decimal): -1404964 or 14454762. OLE color: 14454762.
HSL color Cylindrical-coordinate representation of color #EA8FDC: hue angle of 309.23º 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 #EA8FDC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 220 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.08 |
| HSL | 309.23º | 0.68% | 0.74% | - |
| HSV(B) | 309.23º | 0.39% | 0.92% | - |
| XYZ | 56.67 | 42.3 | 72.89 | - |
| YUV | 178.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 220 | 0 | 0.39 | 0.06 | 0.08 | 309.23 | 0.68 | 0.74 |
| Hex | EA | 8F | DC | 0 | 27 | 6 | 8 | 135 | 44 | 4A |
| Octal | 352 | 217 | 334 | 0 | 47 | 6 | 10 | 465 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11011100 | 0 | 100111 | 110 | 1000 | 100110101 | 1000100 | 1001010 |
Color Harmonies of #EA8FDC
Complementary color
Monochromatic Colors of #EA8FDC
Black with #EA8FDC
Text Example
Text Example
White with #EA8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FDC; }
p { color: rgb(234,143,220); }
H1.HeaderClassName
{
color: #EA8FDC;
}
.AnyTagClassName
{
color: #EA8FDC;
}
</style>
background-color css
<style>
a { background-color: #EA8FDC; }
a { background-color: rgb(234,143,220); }
div.DivClassName
{
background-color: #EA8FDC;
}
.BgClassName
{
background-color: #EA8FDC;
}
</style>
border-color css
<style>
span { border-color: #EA8FDC; }
span { border-color: rgb(234,143,220); }
td.TdClassName
{
border-color: #EA8FDC;
}
.TagClassName
{
border-color: #EA8FDC;
}
</style>