Shades of Pale Magenta #EA92D7
Tints of Pale Magenta #EA92D7
RGB
CMYK
RGB Variations
Color information
#EA92D7 (or 0xEA92D7) is known color: Pale Magenta. HEX triplet: EA, 92 and D7. RGB value is (234,146,215). Sum of RGB (Red+Green+Blue) = 234+146+215=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92D7 is #156D28. Grayscale: #B3B3B3. Windows color (decimal): -1404201 or 14127850. OLE color: 14127850.
HSL color Cylindrical-coordinate representation of color #EA92D7: hue angle of 312.95º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA92D7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 215 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.08 |
| HSL | 312.95º | 0.68% | 0.75% | - |
| HSV(B) | 312.95º | 0.38% | 0.92% | - |
| XYZ | 56.48 | 42.96 | 69.6 | - |
| YUV | 180.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 215 | 0 | 0.38 | 0.08 | 0.08 | 312.95 | 0.68 | 0.75 |
| Hex | EA | 92 | D7 | 0 | 26 | 8 | 8 | 139 | 44 | 4B |
| Octal | 352 | 222 | 327 | 0 | 46 | 10 | 10 | 471 | 104 | 113 |
| Binary | 11101010 | 10010010 | 11010111 | 0 | 100110 | 1000 | 1000 | 100111001 | 1000100 | 1001011 |
Color Harmonies of #EA92D7
Complementary color
Monochromatic Colors of #EA92D7
Black with #EA92D7
Text Example
Text Example
White with #EA92D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA92D7; }
p { color: rgb(234,146,215); }
H1.HeaderClassName
{
color: #EA92D7;
}
.AnyTagClassName
{
color: #EA92D7;
}
</style>
background-color css
<style>
a { background-color: #EA92D7; }
a { background-color: rgb(234,146,215); }
div.DivClassName
{
background-color: #EA92D7;
}
.BgClassName
{
background-color: #EA92D7;
}
</style>
border-color css
<style>
span { border-color: #EA92D7; }
span { border-color: rgb(234,146,215); }
td.TdClassName
{
border-color: #EA92D7;
}
.TagClassName
{
border-color: #EA92D7;
}
</style>