Shades of Wewak #EA8D99
Tints of Wewak #EA8D99
RGB
CMYK
RGB Variations
Color information
#EA8D99 (or 0xEA8D99) is known color: Wewak. HEX triplet: EA, 8D and 99. RGB value is (234,141,153). Sum of RGB (Red+Green+Blue) = 234+141+153=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D99 is #157266. Grayscale: #AAAAAA. Windows color (decimal): -1405543 or 10063338. OLE color: 10063338.
HSL color Cylindrical-coordinate representation of color #EA8D99: hue angle of 352.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8D99 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 153 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.08 |
| HSL | 352.26º | 0.69% | 0.74% | - |
| HSV(B) | 352.26º | 0.4% | 0.92% | - |
| XYZ | 49.21 | 38.84 | 35.04 | - |
| YUV | 170.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 153 | 0 | 0.40 | 0.35 | 0.08 | 352.26 | 0.69 | 0.74 |
| Hex | EA | 8D | 99 | 0 | 28 | 23 | 8 | 160 | 45 | 4A |
| Octal | 352 | 215 | 231 | 0 | 50 | 43 | 10 | 540 | 105 | 112 |
| Binary | 11101010 | 10001101 | 10011001 | 0 | 101000 | 100011 | 1000 | 101100000 | 1000101 | 1001010 |
Color Harmonies of #EA8D99
Complementary color
Monochromatic Colors of #EA8D99
Black with #EA8D99
Text Example
Text Example
White with #EA8D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D99; }
p { color: rgb(234,141,153); }
H1.HeaderClassName
{
color: #EA8D99;
}
.AnyTagClassName
{
color: #EA8D99;
}
</style>
background-color css
<style>
a { background-color: #EA8D99; }
a { background-color: rgb(234,141,153); }
div.DivClassName
{
background-color: #EA8D99;
}
.BgClassName
{
background-color: #EA8D99;
}
</style>
border-color css
<style>
span { border-color: #EA8D99; }
span { border-color: rgb(234,141,153); }
td.TdClassName
{
border-color: #EA8D99;
}
.TagClassName
{
border-color: #EA8D99;
}
</style>