Shades of Pale Magenta #EA90D8
Tints of Pale Magenta #EA90D8
RGB
CMYK
RGB Variations
Color information
#EA90D8 (or 0xEA90D8) is known color: Pale Magenta. HEX triplet: EA, 90 and D8. RGB value is (234,144,216). Sum of RGB (Red+Green+Blue) = 234+144+216=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90D8 is #156F27. Grayscale: #B2B2B2. Windows color (decimal): -1404712 or 14192874. OLE color: 14192874.
HSL color Cylindrical-coordinate representation of color #EA90D8: hue angle of 312º 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 #EA90D8 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 216 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.08 |
| HSL | 312º | 0.68% | 0.74% | - |
| HSV(B) | 312º | 0.38% | 0.92% | - |
| XYZ | 56.3 | 42.4 | 70.18 | - |
| YUV | 179.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 216 | 0 | 0.38 | 0.08 | 0.08 | 312 | 0.68 | 0.74 |
| Hex | EA | 90 | D8 | 0 | 26 | 8 | 8 | 138 | 44 | 4A |
| Octal | 352 | 220 | 330 | 0 | 46 | 10 | 10 | 470 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11011000 | 0 | 100110 | 1000 | 1000 | 100111000 | 1000100 | 1001010 |
Color Harmonies of #EA90D8
Complementary color
Monochromatic Colors of #EA90D8
Black with #EA90D8
Text Example
Text Example
White with #EA90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90D8; }
p { color: rgb(234,144,216); }
H1.HeaderClassName
{
color: #EA90D8;
}
.AnyTagClassName
{
color: #EA90D8;
}
</style>
background-color css
<style>
a { background-color: #EA90D8; }
a { background-color: rgb(234,144,216); }
div.DivClassName
{
background-color: #EA90D8;
}
.BgClassName
{
background-color: #EA90D8;
}
</style>
border-color css
<style>
span { border-color: #EA90D8; }
span { border-color: rgb(234,144,216); }
td.TdClassName
{
border-color: #EA90D8;
}
.TagClassName
{
border-color: #EA90D8;
}
</style>