Shades of Wewak #EA999F
Tints of Wewak #EA999F
RGB
CMYK
RGB Variations
Color information
#EA999F (or 0xEA999F) is known color: Wewak. HEX triplet: EA, 99 and 9F. RGB value is (234,153,159). Sum of RGB (Red+Green+Blue) = 234+153+159=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA999F is #156660. Grayscale: #B1B1B1. Windows color (decimal): -1402465 or 10459626. OLE color: 10459626.
HSL color Cylindrical-coordinate representation of color #EA999F: hue angle of 355.56º 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 #EA999F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 159 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.08 |
| HSL | 355.56º | 0.66% | 0.76% | - |
| HSV(B) | 355.56º | 0.35% | 0.92% | - |
| XYZ | 51.58 | 42.78 | 38.34 | - |
| YUV | 177.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 159 | 0 | 0.35 | 0.32 | 0.08 | 355.56 | 0.66 | 0.76 |
| Hex | EA | 99 | 9F | 0 | 23 | 20 | 8 | 164 | 42 | 4C |
| Octal | 352 | 231 | 237 | 0 | 43 | 40 | 10 | 544 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10011111 | 0 | 100011 | 100000 | 1000 | 101100100 | 1000010 | 1001100 |
Color Harmonies of #EA999F
Complementary color
Monochromatic Colors of #EA999F
Black with #EA999F
Text Example
Text Example
White with #EA999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA999F; }
p { color: rgb(234,153,159); }
H1.HeaderClassName
{
color: #EA999F;
}
.AnyTagClassName
{
color: #EA999F;
}
</style>
background-color css
<style>
a { background-color: #EA999F; }
a { background-color: rgb(234,153,159); }
div.DivClassName
{
background-color: #EA999F;
}
.BgClassName
{
background-color: #EA999F;
}
</style>
border-color css
<style>
span { border-color: #EA999F; }
span { border-color: rgb(234,153,159); }
td.TdClassName
{
border-color: #EA999F;
}
.TagClassName
{
border-color: #EA999F;
}
</style>