Shades of Pale Magenta #EC8FDA
Tints of Pale Magenta #EC8FDA
RGB
CMYK
RGB Variations
Color information
#EC8FDA (or 0xEC8FDA) is known color: Pale Magenta. HEX triplet: EC, 8F and DA. RGB value is (236,143,218). Sum of RGB (Red+Green+Blue) = 236+143+218=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FDA is #137025. Grayscale: #B3B3B3. Windows color (decimal): -1273894 or 14323692. OLE color: 14323692.
HSL color Cylindrical-coordinate representation of color #EC8FDA: hue angle of 311.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FDA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 218 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.07 |
| HSL | 311.61º | 0.71% | 0.74% | - |
| HSV(B) | 311.61º | 0.39% | 0.93% | - |
| XYZ | 57.07 | 42.54 | 71.53 | - |
| YUV | 179.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 218 | 0 | 0.39 | 0.08 | 0.07 | 311.61 | 0.71 | 0.74 |
| Hex | EC | 8F | DA | 0 | 27 | 8 | 7 | 138 | 47 | 4A |
| Octal | 354 | 217 | 332 | 0 | 47 | 10 | 7 | 470 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11011010 | 0 | 100111 | 1000 | 111 | 100111000 | 1000111 | 1001010 |
Color Harmonies of #EC8FDA
Complementary color
Monochromatic Colors of #EC8FDA
Black with #EC8FDA
Text Example
Text Example
White with #EC8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FDA; }
p { color: rgb(236,143,218); }
H1.HeaderClassName
{
color: #EC8FDA;
}
.AnyTagClassName
{
color: #EC8FDA;
}
</style>
background-color css
<style>
a { background-color: #EC8FDA; }
a { background-color: rgb(236,143,218); }
div.DivClassName
{
background-color: #EC8FDA;
}
.BgClassName
{
background-color: #EC8FDA;
}
</style>
border-color css
<style>
span { border-color: #EC8FDA; }
span { border-color: rgb(236,143,218); }
td.TdClassName
{
border-color: #EC8FDA;
}
.TagClassName
{
border-color: #EC8FDA;
}
</style>