Shades of Pale Magenta #EA90DF
Tints of Pale Magenta #EA90DF
RGB
CMYK
RGB Variations
Color information
#EA90DF (or 0xEA90DF) is known color: Pale Magenta. HEX triplet: EA, 90 and DF. RGB value is (234,144,223). Sum of RGB (Red+Green+Blue) = 234+144+223=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DF is #156F20. Grayscale: #B3B3B3. Windows color (decimal): -1404705 or 14651626. OLE color: 14651626.
HSL color Cylindrical-coordinate representation of color #EA90DF: hue angle of 307.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 #EA90DF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 223 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.08 |
| HSL | 307.33º | 0.68% | 0.74% | - |
| HSV(B) | 307.33º | 0.38% | 0.92% | - |
| XYZ | 57.22 | 42.77 | 75.05 | - |
| YUV | 179.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 223 | 0 | 0.38 | 0.05 | 0.08 | 307.33 | 0.68 | 0.74 |
| Hex | EA | 90 | DF | 0 | 26 | 5 | 8 | 133 | 44 | 4A |
| Octal | 352 | 220 | 337 | 0 | 46 | 5 | 10 | 463 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11011111 | 0 | 100110 | 101 | 1000 | 100110011 | 1000100 | 1001010 |
Color Harmonies of #EA90DF
Complementary color
Monochromatic Colors of #EA90DF
Black with #EA90DF
Text Example
Text Example
White with #EA90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90DF; }
p { color: rgb(234,144,223); }
H1.HeaderClassName
{
color: #EA90DF;
}
.AnyTagClassName
{
color: #EA90DF;
}
</style>
background-color css
<style>
a { background-color: #EA90DF; }
a { background-color: rgb(234,144,223); }
div.DivClassName
{
background-color: #EA90DF;
}
.BgClassName
{
background-color: #EA90DF;
}
</style>
border-color css
<style>
span { border-color: #EA90DF; }
span { border-color: rgb(234,144,223); }
td.TdClassName
{
border-color: #EA90DF;
}
.TagClassName
{
border-color: #EA90DF;
}
</style>