Shades of Pale Magenta #EA85DF
Tints of Pale Magenta #EA85DF
RGB
CMYK
RGB Variations
Color information
#EA85DF (or 0xEA85DF) is known color: Pale Magenta. HEX triplet: EA, 85 and DF. RGB value is (234,133,223). Sum of RGB (Red+Green+Blue) = 234+133+223=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85DF is #157A20. Grayscale: #ADADAD. Windows color (decimal): -1407521 or 14648810. OLE color: 14648810.
HSL color Cylindrical-coordinate representation of color #EA85DF: hue angle of 306.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85DF is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 223 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.08 |
| HSL | 306.53º | 0.71% | 0.72% | - |
| HSV(B) | 306.53º | 0.43% | 0.92% | - |
| XYZ | 55.64 | 39.6 | 74.52 | - |
| YUV | 173.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 223 | 0 | 0.43 | 0.05 | 0.08 | 306.53 | 0.71 | 0.72 |
| Hex | EA | 85 | DF | 0 | 2B | 5 | 8 | 133 | 47 | 48 |
| Octal | 352 | 205 | 337 | 0 | 53 | 5 | 10 | 463 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11011111 | 0 | 101011 | 101 | 1000 | 100110011 | 1000111 | 1001000 |
Color Harmonies of #EA85DF
Complementary color
Monochromatic Colors of #EA85DF
Black with #EA85DF
Text Example
Text Example
White with #EA85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85DF; }
p { color: rgb(234,133,223); }
H1.HeaderClassName
{
color: #EA85DF;
}
.AnyTagClassName
{
color: #EA85DF;
}
</style>
background-color css
<style>
a { background-color: #EA85DF; }
a { background-color: rgb(234,133,223); }
div.DivClassName
{
background-color: #EA85DF;
}
.BgClassName
{
background-color: #EA85DF;
}
</style>
border-color css
<style>
span { border-color: #EA85DF; }
span { border-color: rgb(234,133,223); }
td.TdClassName
{
border-color: #EA85DF;
}
.TagClassName
{
border-color: #EA85DF;
}
</style>