Shades of Pale Magenta #EA90D3
Tints of Pale Magenta #EA90D3
RGB
CMYK
RGB Variations
Color information
#EA90D3 (or 0xEA90D3) is known color: Pale Magenta. HEX triplet: EA, 90 and D3. RGB value is (234,144,211). Sum of RGB (Red+Green+Blue) = 234+144+211=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90D3 is #156F2C. Grayscale: #B2B2B2. Windows color (decimal): -1404717 or 13865194. OLE color: 13865194.
HSL color Cylindrical-coordinate representation of color #EA90D3: hue angle of 315.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90D3 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 211 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.08 |
| HSL | 315.33º | 0.68% | 0.74% | - |
| HSV(B) | 315.33º | 0.38% | 0.92% | - |
| XYZ | 55.66 | 42.14 | 66.83 | - |
| YUV | 178.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 211 | 0 | 0.38 | 0.10 | 0.08 | 315.33 | 0.68 | 0.74 |
| Hex | EA | 90 | D3 | 0 | 26 | A | 8 | 13B | 44 | 4A |
| Octal | 352 | 220 | 323 | 0 | 46 | 12 | 10 | 473 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11010011 | 0 | 100110 | 1010 | 1000 | 100111011 | 1000100 | 1001010 |
Color Harmonies of #EA90D3
Complementary color
Monochromatic Colors of #EA90D3
Black with #EA90D3
Text Example
Text Example
White with #EA90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90D3; }
p { color: rgb(234,144,211); }
H1.HeaderClassName
{
color: #EA90D3;
}
.AnyTagClassName
{
color: #EA90D3;
}
</style>
background-color css
<style>
a { background-color: #EA90D3; }
a { background-color: rgb(234,144,211); }
div.DivClassName
{
background-color: #EA90D3;
}
.BgClassName
{
background-color: #EA90D3;
}
</style>
border-color css
<style>
span { border-color: #EA90D3; }
span { border-color: rgb(234,144,211); }
td.TdClassName
{
border-color: #EA90D3;
}
.TagClassName
{
border-color: #EA90D3;
}
</style>