Shades of Wewak #EC999A
Tints of Wewak #EC999A
RGB
CMYK
RGB Variations
Color information
#EC999A (or 0xEC999A) is known color: Wewak. HEX triplet: EC, 99 and 9A. RGB value is (236,153,154). Sum of RGB (Red+Green+Blue) = 236+153+154=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999A is #136665. Grayscale: #B2B2B2. Windows color (decimal): -1271398 or 10131948. OLE color: 10131948.
HSL color Cylindrical-coordinate representation of color #EC999A: hue angle of 359.28º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC999A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 154 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.07 |
| HSL | 359.28º | 0.69% | 0.76% | - |
| HSV(B) | 359.28º | 0.35% | 0.93% | - |
| XYZ | 51.82 | 42.95 | 36.13 | - |
| YUV | 177.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 154 | 0 | 0.35 | 0.35 | 0.07 | 359.28 | 0.69 | 0.76 |
| Hex | EC | 99 | 9A | 0 | 23 | 23 | 7 | 167 | 45 | 4C |
| Octal | 354 | 231 | 232 | 0 | 43 | 43 | 7 | 547 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10011010 | 0 | 100011 | 100011 | 111 | 101100111 | 1000101 | 1001100 |
Color Harmonies of #EC999A
Complementary color
Monochromatic Colors of #EC999A
Black with #EC999A
Text Example
Text Example
White with #EC999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC999A; }
p { color: rgb(236,153,154); }
H1.HeaderClassName
{
color: #EC999A;
}
.AnyTagClassName
{
color: #EC999A;
}
</style>
background-color css
<style>
a { background-color: #EC999A; }
a { background-color: rgb(236,153,154); }
div.DivClassName
{
background-color: #EC999A;
}
.BgClassName
{
background-color: #EC999A;
}
</style>
border-color css
<style>
span { border-color: #EC999A; }
span { border-color: rgb(236,153,154); }
td.TdClassName
{
border-color: #EC999A;
}
.TagClassName
{
border-color: #EC999A;
}
</style>