Shades of Pale Magenta #EA8FDD
Tints of Pale Magenta #EA8FDD
RGB
CMYK
RGB Variations
Color information
#EA8FDD (or 0xEA8FDD) is known color: Pale Magenta. HEX triplet: EA, 8F and DD. RGB value is (234,143,221). Sum of RGB (Red+Green+Blue) = 234+143+221=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FDD is #157022. Grayscale: #B2B2B2. Windows color (decimal): -1404963 or 14520298. OLE color: 14520298.
HSL color Cylindrical-coordinate representation of color #EA8FDD: hue angle of 308.57º 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 #EA8FDD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 221 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.08 |
| HSL | 308.57º | 0.68% | 0.74% | - |
| HSV(B) | 308.57º | 0.39% | 0.92% | - |
| XYZ | 56.81 | 42.36 | 73.59 | - |
| YUV | 179.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 221 | 0 | 0.39 | 0.06 | 0.08 | 308.57 | 0.68 | 0.74 |
| Hex | EA | 8F | DD | 0 | 27 | 6 | 8 | 135 | 44 | 4A |
| Octal | 352 | 217 | 335 | 0 | 47 | 6 | 10 | 465 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11011101 | 0 | 100111 | 110 | 1000 | 100110101 | 1000100 | 1001010 |
Color Harmonies of #EA8FDD
Complementary color
Monochromatic Colors of #EA8FDD
Black with #EA8FDD
Text Example
Text Example
White with #EA8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FDD; }
p { color: rgb(234,143,221); }
H1.HeaderClassName
{
color: #EA8FDD;
}
.AnyTagClassName
{
color: #EA8FDD;
}
</style>
background-color css
<style>
a { background-color: #EA8FDD; }
a { background-color: rgb(234,143,221); }
div.DivClassName
{
background-color: #EA8FDD;
}
.BgClassName
{
background-color: #EA8FDD;
}
</style>
border-color css
<style>
span { border-color: #EA8FDD; }
span { border-color: rgb(234,143,221); }
td.TdClassName
{
border-color: #EA8FDD;
}
.TagClassName
{
border-color: #EA8FDD;
}
</style>