Shades of Pale Magenta #EA90DA
Tints of Pale Magenta #EA90DA
RGB
CMYK
RGB Variations
Color information
#EA90DA (or 0xEA90DA) is known color: Pale Magenta. HEX triplet: EA, 90 and DA. RGB value is (234,144,218). Sum of RGB (Red+Green+Blue) = 234+144+218=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90DA is #156F25. Grayscale: #B3B3B3. Windows color (decimal): -1404710 or 14323946. OLE color: 14323946.
HSL color Cylindrical-coordinate representation of color #EA90DA: hue angle of 310.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 #EA90DA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 218 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.08 |
| HSL | 310.67º | 0.68% | 0.74% | - |
| HSV(B) | 310.67º | 0.38% | 0.92% | - |
| XYZ | 56.56 | 42.5 | 71.55 | - |
| YUV | 179.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 218 | 0 | 0.38 | 0.07 | 0.08 | 310.67 | 0.68 | 0.74 |
| Hex | EA | 90 | DA | 0 | 26 | 7 | 8 | 137 | 44 | 4A |
| Octal | 352 | 220 | 332 | 0 | 46 | 7 | 10 | 467 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11011010 | 0 | 100110 | 111 | 1000 | 100110111 | 1000100 | 1001010 |
Color Harmonies of #EA90DA
Complementary color
Monochromatic Colors of #EA90DA
Black with #EA90DA
Text Example
Text Example
White with #EA90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90DA; }
p { color: rgb(234,144,218); }
H1.HeaderClassName
{
color: #EA90DA;
}
.AnyTagClassName
{
color: #EA90DA;
}
</style>
background-color css
<style>
a { background-color: #EA90DA; }
a { background-color: rgb(234,144,218); }
div.DivClassName
{
background-color: #EA90DA;
}
.BgClassName
{
background-color: #EA90DA;
}
</style>
border-color css
<style>
span { border-color: #EA90DA; }
span { border-color: rgb(234,144,218); }
td.TdClassName
{
border-color: #EA90DA;
}
.TagClassName
{
border-color: #EA90DA;
}
</style>