Shades of Pale Magenta #EA88D7
Tints of Pale Magenta #EA88D7
RGB
CMYK
RGB Variations
Color information
#EA88D7 (or 0xEA88D7) is known color: Pale Magenta. HEX triplet: EA, 88 and D7. RGB value is (234,136,215). Sum of RGB (Red+Green+Blue) = 234+136+215=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88D7 is #157728. Grayscale: #AEAEAE. Windows color (decimal): -1406761 or 14125290. OLE color: 14125290.
HSL color Cylindrical-coordinate representation of color #EA88D7: hue angle of 311.63º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88D7 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 215 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.08 |
| HSL | 311.63º | 0.7% | 0.73% | - |
| HSV(B) | 311.63º | 0.42% | 0.92% | - |
| XYZ | 55 | 40.01 | 69.11 | - |
| YUV | 174.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 215 | 0 | 0.42 | 0.08 | 0.08 | 311.63 | 0.7 | 0.73 |
| Hex | EA | 88 | D7 | 0 | 2A | 8 | 8 | 138 | 46 | 49 |
| Octal | 352 | 210 | 327 | 0 | 52 | 10 | 10 | 470 | 106 | 111 |
| Binary | 11101010 | 10001000 | 11010111 | 0 | 101010 | 1000 | 1000 | 100111000 | 1000110 | 1001001 |
Color Harmonies of #EA88D7
Complementary color
Monochromatic Colors of #EA88D7
Black with #EA88D7
Text Example
Text Example
White with #EA88D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88D7; }
p { color: rgb(234,136,215); }
H1.HeaderClassName
{
color: #EA88D7;
}
.AnyTagClassName
{
color: #EA88D7;
}
</style>
background-color css
<style>
a { background-color: #EA88D7; }
a { background-color: rgb(234,136,215); }
div.DivClassName
{
background-color: #EA88D7;
}
.BgClassName
{
background-color: #EA88D7;
}
</style>
border-color css
<style>
span { border-color: #EA88D7; }
span { border-color: rgb(234,136,215); }
td.TdClassName
{
border-color: #EA88D7;
}
.TagClassName
{
border-color: #EA88D7;
}
</style>