Shades of Wewak #EC8FA0
Tints of Wewak #EC8FA0
RGB
CMYK
RGB Variations
Color information
#EC8FA0 (or 0xEC8FA0) is known color: Wewak. HEX triplet: EC, 8F and A0. RGB value is (236,143,160). Sum of RGB (Red+Green+Blue) = 236+143+160=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FA0 is #13705F. Grayscale: #ACACAC. Windows color (decimal): -1273952 or 10522604. OLE color: 10522604.
HSL color Cylindrical-coordinate representation of color #EC8FA0: hue angle of 349.03º 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 #EC8FA0 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 160 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.07 |
| HSL | 349.03º | 0.71% | 0.74% | - |
| HSV(B) | 349.03º | 0.39% | 0.93% | - |
| XYZ | 50.76 | 40.02 | 38.31 | - |
| YUV | 172.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 160 | 0 | 0.39 | 0.32 | 0.07 | 349.03 | 0.71 | 0.74 |
| Hex | EC | 8F | A0 | 0 | 27 | 20 | 7 | 15D | 47 | 4A |
| Octal | 354 | 217 | 240 | 0 | 47 | 40 | 7 | 535 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10100000 | 0 | 100111 | 100000 | 111 | 101011101 | 1000111 | 1001010 |
Color Harmonies of #EC8FA0
Complementary color
Monochromatic Colors of #EC8FA0
Black with #EC8FA0
Text Example
Text Example
White with #EC8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FA0; }
p { color: rgb(236,143,160); }
H1.HeaderClassName
{
color: #EC8FA0;
}
.AnyTagClassName
{
color: #EC8FA0;
}
</style>
background-color css
<style>
a { background-color: #EC8FA0; }
a { background-color: rgb(236,143,160); }
div.DivClassName
{
background-color: #EC8FA0;
}
.BgClassName
{
background-color: #EC8FA0;
}
</style>
border-color css
<style>
span { border-color: #EC8FA0; }
span { border-color: rgb(236,143,160); }
td.TdClassName
{
border-color: #EC8FA0;
}
.TagClassName
{
border-color: #EC8FA0;
}
</style>