Shades of Pale Magenta #EA8FDF
Tints of Pale Magenta #EA8FDF
RGB
CMYK
RGB Variations
Color information
#EA8FDF (or 0xEA8FDF) is known color: Pale Magenta. HEX triplet: EA, 8F and DF. RGB value is (234,143,223). Sum of RGB (Red+Green+Blue) = 234+143+223=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDF is #157020. Grayscale: #B3B3B3. Windows color (decimal): -1404961 or 14651370. OLE color: 14651370.
HSL color Cylindrical-coordinate representation of color #EA8FDF: hue angle of 307.25º 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 #EA8FDF is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 223 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.08 |
| HSL | 307.25º | 0.68% | 0.74% | - |
| HSV(B) | 307.25º | 0.39% | 0.92% | - |
| XYZ | 57.07 | 42.47 | 75 | - |
| YUV | 179.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 223 | 0 | 0.39 | 0.05 | 0.08 | 307.25 | 0.68 | 0.74 |
| Hex | EA | 8F | DF | 0 | 27 | 5 | 8 | 133 | 44 | 4A |
| Octal | 352 | 217 | 337 | 0 | 47 | 5 | 10 | 463 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11011111 | 0 | 100111 | 101 | 1000 | 100110011 | 1000100 | 1001010 |
Color Harmonies of #EA8FDF
Complementary color
Monochromatic Colors of #EA8FDF
Black with #EA8FDF
Text Example
Text Example
White with #EA8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FDF; }
p { color: rgb(234,143,223); }
H1.HeaderClassName
{
color: #EA8FDF;
}
.AnyTagClassName
{
color: #EA8FDF;
}
</style>
background-color css
<style>
a { background-color: #EA8FDF; }
a { background-color: rgb(234,143,223); }
div.DivClassName
{
background-color: #EA8FDF;
}
.BgClassName
{
background-color: #EA8FDF;
}
</style>
border-color css
<style>
span { border-color: #EA8FDF; }
span { border-color: rgb(234,143,223); }
td.TdClassName
{
border-color: #EA8FDF;
}
.TagClassName
{
border-color: #EA8FDF;
}
</style>