Shades of Wewak #EA9699
Tints of Wewak #EA9699
RGB
CMYK
RGB Variations
Color information
#EA9699 (or 0xEA9699) is known color: Wewak. HEX triplet: EA, 96 and 99. RGB value is (234,150,153). Sum of RGB (Red+Green+Blue) = 234+150+153=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9699 is #156966. Grayscale: #AFAFAF. Windows color (decimal): -1403239 or 10065642. OLE color: 10065642.
HSL color Cylindrical-coordinate representation of color #EA9699: hue angle of 357.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9699 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 153 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.08 |
| HSL | 357.86º | 0.67% | 0.75% | - |
| HSV(B) | 357.86º | 0.36% | 0.92% | - |
| XYZ | 50.59 | 41.61 | 35.5 | - |
| YUV | 175.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 153 | 0 | 0.36 | 0.35 | 0.08 | 357.86 | 0.67 | 0.75 |
| Hex | EA | 96 | 99 | 0 | 24 | 23 | 8 | 166 | 43 | 4B |
| Octal | 352 | 226 | 231 | 0 | 44 | 43 | 10 | 546 | 103 | 113 |
| Binary | 11101010 | 10010110 | 10011001 | 0 | 100100 | 100011 | 1000 | 101100110 | 1000011 | 1001011 |
Color Harmonies of #EA9699
Complementary color
Monochromatic Colors of #EA9699
Black with #EA9699
Text Example
Text Example
White with #EA9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9699; }
p { color: rgb(234,150,153); }
H1.HeaderClassName
{
color: #EA9699;
}
.AnyTagClassName
{
color: #EA9699;
}
</style>
background-color css
<style>
a { background-color: #EA9699; }
a { background-color: rgb(234,150,153); }
div.DivClassName
{
background-color: #EA9699;
}
.BgClassName
{
background-color: #EA9699;
}
</style>
border-color css
<style>
span { border-color: #EA9699; }
span { border-color: rgb(234,150,153); }
td.TdClassName
{
border-color: #EA9699;
}
.TagClassName
{
border-color: #EA9699;
}
</style>