Shades of Pale Magenta #EA90DD
Tints of Pale Magenta #EA90DD
RGB
CMYK
RGB Variations
Color information
#EA90DD (or 0xEA90DD) is known color: Pale Magenta. HEX triplet: EA, 90 and DD. RGB value is (234,144,221). Sum of RGB (Red+Green+Blue) = 234+144+221=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DD is #156F22. Grayscale: #B3B3B3. Windows color (decimal): -1404707 or 14520554. OLE color: 14520554.
HSL color Cylindrical-coordinate representation of color #EA90DD: hue angle of 308.67º 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 #EA90DD is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 221 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.08 |
| HSL | 308.67º | 0.68% | 0.74% | - |
| HSV(B) | 308.67º | 0.38% | 0.92% | - |
| XYZ | 56.96 | 42.66 | 73.64 | - |
| YUV | 179.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 221 | 0 | 0.38 | 0.06 | 0.08 | 308.67 | 0.68 | 0.74 |
| Hex | EA | 90 | DD | 0 | 26 | 6 | 8 | 135 | 44 | 4A |
| Octal | 352 | 220 | 335 | 0 | 46 | 6 | 10 | 465 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11011101 | 0 | 100110 | 110 | 1000 | 100110101 | 1000100 | 1001010 |
Color Harmonies of #EA90DD
Complementary color
Monochromatic Colors of #EA90DD
Black with #EA90DD
Text Example
Text Example
White with #EA90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90DD; }
p { color: rgb(234,144,221); }
H1.HeaderClassName
{
color: #EA90DD;
}
.AnyTagClassName
{
color: #EA90DD;
}
</style>
background-color css
<style>
a { background-color: #EA90DD; }
a { background-color: rgb(234,144,221); }
div.DivClassName
{
background-color: #EA90DD;
}
.BgClassName
{
background-color: #EA90DD;
}
</style>
border-color css
<style>
span { border-color: #EA90DD; }
span { border-color: rgb(234,144,221); }
td.TdClassName
{
border-color: #EA90DD;
}
.TagClassName
{
border-color: #EA90DD;
}
</style>