Shades of Wewak #EC8F90
Tints of Wewak #EC8F90
RGB
CMYK
RGB Variations
Color information
#EC8F90 (or 0xEC8F90) is known color: Wewak. HEX triplet: EC, 8F and 90. RGB value is (236,143,144). Sum of RGB (Red+Green+Blue) = 236+143+144=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F90 is #13706F. Grayscale: #ABABAB. Windows color (decimal): -1273968 or 9474028. OLE color: 9474028.
HSL color Cylindrical-coordinate representation of color #EC8F90: hue angle of 359.35º 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 #EC8F90 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 144 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.07 |
| HSL | 359.35º | 0.71% | 0.74% | - |
| HSV(B) | 359.35º | 0.39% | 0.93% | - |
| XYZ | 49.45 | 39.49 | 31.4 | - |
| YUV | 170.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 144 | 0 | 0.39 | 0.39 | 0.07 | 359.35 | 0.71 | 0.74 |
| Hex | EC | 8F | 90 | 0 | 27 | 27 | 7 | 167 | 47 | 4A |
| Octal | 354 | 217 | 220 | 0 | 47 | 47 | 7 | 547 | 107 | 112 |
| Binary | 11101100 | 10001111 | 10010000 | 0 | 100111 | 100111 | 111 | 101100111 | 1000111 | 1001010 |
Color Harmonies of #EC8F90
Complementary color
Monochromatic Colors of #EC8F90
Black with #EC8F90
Text Example
Text Example
White with #EC8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F90; }
p { color: rgb(236,143,144); }
H1.HeaderClassName
{
color: #EC8F90;
}
.AnyTagClassName
{
color: #EC8F90;
}
</style>
background-color css
<style>
a { background-color: #EC8F90; }
a { background-color: rgb(236,143,144); }
div.DivClassName
{
background-color: #EC8F90;
}
.BgClassName
{
background-color: #EC8F90;
}
</style>
border-color css
<style>
span { border-color: #EC8F90; }
span { border-color: rgb(236,143,144); }
td.TdClassName
{
border-color: #EC8F90;
}
.TagClassName
{
border-color: #EC8F90;
}
</style>