Shades of Pale Magenta #EC8FE3
Tints of Pale Magenta #EC8FE3
RGB
CMYK
RGB Variations
Color information
#EC8FE3 (or 0xEC8FE3) is known color: Pale Magenta. HEX triplet: EC, 8F and E3. RGB value is (236,143,227). Sum of RGB (Red+Green+Blue) = 236+143+227=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FE3 is #13701C. Grayscale: #B4B4B4. Windows color (decimal): -1273885 or 14913516. OLE color: 14913516.
HSL color Cylindrical-coordinate representation of color #EC8FE3: hue angle of 305.81º 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 #EC8FE3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 227 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.07 |
| HSL | 305.81º | 0.71% | 0.74% | - |
| HSV(B) | 305.81º | 0.39% | 0.93% | - |
| XYZ | 58.28 | 43.02 | 77.91 | - |
| YUV | 180.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 227 | 0 | 0.39 | 0.04 | 0.07 | 305.81 | 0.71 | 0.74 |
| Hex | EC | 8F | E3 | 0 | 27 | 4 | 7 | 132 | 47 | 4A |
| Octal | 354 | 217 | 343 | 0 | 47 | 4 | 7 | 462 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11100011 | 0 | 100111 | 100 | 111 | 100110010 | 1000111 | 1001010 |
Color Harmonies of #EC8FE3
Complementary color
Monochromatic Colors of #EC8FE3
Black with #EC8FE3
Text Example
Text Example
White with #EC8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FE3; }
p { color: rgb(236,143,227); }
H1.HeaderClassName
{
color: #EC8FE3;
}
.AnyTagClassName
{
color: #EC8FE3;
}
</style>
background-color css
<style>
a { background-color: #EC8FE3; }
a { background-color: rgb(236,143,227); }
div.DivClassName
{
background-color: #EC8FE3;
}
.BgClassName
{
background-color: #EC8FE3;
}
</style>
border-color css
<style>
span { border-color: #EC8FE3; }
span { border-color: rgb(236,143,227); }
td.TdClassName
{
border-color: #EC8FE3;
}
.TagClassName
{
border-color: #EC8FE3;
}
</style>