Shades of Wewak #EA8F99
Tints of Wewak #EA8F99
RGB
CMYK
RGB Variations
Color information
#EA8F99 (or 0xEA8F99) is known color: Wewak. HEX triplet: EA, 8F and 99. RGB value is (234,143,153). Sum of RGB (Red+Green+Blue) = 234+143+153=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F99 is #157066. Grayscale: #ABABAB. Windows color (decimal): -1405031 or 10063850. OLE color: 10063850.
HSL color Cylindrical-coordinate representation of color #EA8F99: hue angle of 353.41º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8F99 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 153 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.08 |
| HSL | 353.41º | 0.68% | 0.74% | - |
| HSV(B) | 353.41º | 0.39% | 0.92% | - |
| XYZ | 49.5 | 39.44 | 35.14 | - |
| YUV | 171.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 153 | 0 | 0.39 | 0.35 | 0.08 | 353.41 | 0.68 | 0.74 |
| Hex | EA | 8F | 99 | 0 | 27 | 23 | 8 | 161 | 44 | 4A |
| Octal | 352 | 217 | 231 | 0 | 47 | 43 | 10 | 541 | 104 | 112 |
| Binary | 11101010 | 10001111 | 10011001 | 0 | 100111 | 100011 | 1000 | 101100001 | 1000100 | 1001010 |
Color Harmonies of #EA8F99
Complementary color
Monochromatic Colors of #EA8F99
Black with #EA8F99
Text Example
Text Example
White with #EA8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F99; }
p { color: rgb(234,143,153); }
H1.HeaderClassName
{
color: #EA8F99;
}
.AnyTagClassName
{
color: #EA8F99;
}
</style>
background-color css
<style>
a { background-color: #EA8F99; }
a { background-color: rgb(234,143,153); }
div.DivClassName
{
background-color: #EA8F99;
}
.BgClassName
{
background-color: #EA8F99;
}
</style>
border-color css
<style>
span { border-color: #EA8F99; }
span { border-color: rgb(234,143,153); }
td.TdClassName
{
border-color: #EA8F99;
}
.TagClassName
{
border-color: #EA8F99;
}
</style>