Shades of Wewak #EA999C
Tints of Wewak #EA999C
RGB
CMYK
RGB Variations
Color information
#EA999C (or 0xEA999C) is known color: Wewak. HEX triplet: EA, 99 and 9C. RGB value is (234,153,156). Sum of RGB (Red+Green+Blue) = 234+153+156=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA999C is #156663. Grayscale: #B1B1B1. Windows color (decimal): -1402468 or 10263018. OLE color: 10263018.
HSL color Cylindrical-coordinate representation of color #EA999C: hue angle of 357.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA999C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 156 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.08 |
| HSL | 357.78º | 0.66% | 0.76% | - |
| HSV(B) | 357.78º | 0.35% | 0.92% | - |
| XYZ | 51.32 | 42.68 | 36.98 | - |
| YUV | 177.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 156 | 0 | 0.35 | 0.33 | 0.08 | 357.78 | 0.66 | 0.76 |
| Hex | EA | 99 | 9C | 0 | 23 | 21 | 8 | 166 | 42 | 4C |
| Octal | 352 | 231 | 234 | 0 | 43 | 41 | 10 | 546 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10011100 | 0 | 100011 | 100001 | 1000 | 101100110 | 1000010 | 1001100 |
Color Harmonies of #EA999C
Complementary color
Monochromatic Colors of #EA999C
Black with #EA999C
Text Example
Text Example
White with #EA999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA999C; }
p { color: rgb(234,153,156); }
H1.HeaderClassName
{
color: #EA999C;
}
.AnyTagClassName
{
color: #EA999C;
}
</style>
background-color css
<style>
a { background-color: #EA999C; }
a { background-color: rgb(234,153,156); }
div.DivClassName
{
background-color: #EA999C;
}
.BgClassName
{
background-color: #EA999C;
}
</style>
border-color css
<style>
span { border-color: #EA999C; }
span { border-color: rgb(234,153,156); }
td.TdClassName
{
border-color: #EA999C;
}
.TagClassName
{
border-color: #EA999C;
}
</style>