Shades of Pale Magenta #EA90E1
Tints of Pale Magenta #EA90E1
RGB
CMYK
RGB Variations
Color information
#EA90E1 (or 0xEA90E1) is known color: Pale Magenta. HEX triplet: EA, 90 and E1. RGB value is (234,144,225). Sum of RGB (Red+Green+Blue) = 234+144+225=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90E1 is #156F1E. Grayscale: #B3B3B3. Windows color (decimal): -1404703 or 14782698. OLE color: 14782698.
HSL color Cylindrical-coordinate representation of color #EA90E1: hue angle of 306º 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 #EA90E1 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 225 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.08 |
| HSL | 306º | 0.68% | 0.74% | - |
| HSV(B) | 306º | 0.38% | 0.92% | - |
| XYZ | 57.5 | 42.88 | 76.48 | - |
| YUV | 180.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 225 | 0 | 0.38 | 0.04 | 0.08 | 306 | 0.68 | 0.74 |
| Hex | EA | 90 | E1 | 0 | 26 | 4 | 8 | 132 | 44 | 4A |
| Octal | 352 | 220 | 341 | 0 | 46 | 4 | 10 | 462 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11100001 | 0 | 100110 | 100 | 1000 | 100110010 | 1000100 | 1001010 |
Color Harmonies of #EA90E1
Complementary color
Monochromatic Colors of #EA90E1
Black with #EA90E1
Text Example
Text Example
White with #EA90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90E1; }
p { color: rgb(234,144,225); }
H1.HeaderClassName
{
color: #EA90E1;
}
.AnyTagClassName
{
color: #EA90E1;
}
</style>
background-color css
<style>
a { background-color: #EA90E1; }
a { background-color: rgb(234,144,225); }
div.DivClassName
{
background-color: #EA90E1;
}
.BgClassName
{
background-color: #EA90E1;
}
</style>
border-color css
<style>
span { border-color: #EA90E1; }
span { border-color: rgb(234,144,225); }
td.TdClassName
{
border-color: #EA90E1;
}
.TagClassName
{
border-color: #EA90E1;
}
</style>