Shades of Wewak #EA8F9C
Tints of Wewak #EA8F9C
RGB
CMYK
RGB Variations
Color information
#EA8F9C (or 0xEA8F9C) is known color: Wewak. HEX triplet: EA, 8F and 9C. RGB value is (234,143,156). Sum of RGB (Red+Green+Blue) = 234+143+156=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F9C is #157063. Grayscale: #ABABAB. Windows color (decimal): -1405028 or 10260458. OLE color: 10260458.
HSL color Cylindrical-coordinate representation of color #EA8F9C: hue angle of 351.43º 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 #EA8F9C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 156 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.08 |
| HSL | 351.43º | 0.68% | 0.74% | - |
| HSV(B) | 351.43º | 0.39% | 0.92% | - |
| XYZ | 49.75 | 39.54 | 36.46 | - |
| YUV | 171.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 156 | 0 | 0.39 | 0.33 | 0.08 | 351.43 | 0.68 | 0.74 |
| Hex | EA | 8F | 9C | 0 | 27 | 21 | 8 | 15F | 44 | 4A |
| Octal | 352 | 217 | 234 | 0 | 47 | 41 | 10 | 537 | 104 | 112 |
| Binary | 11101010 | 10001111 | 10011100 | 0 | 100111 | 100001 | 1000 | 101011111 | 1000100 | 1001010 |
Color Harmonies of #EA8F9C
Complementary color
Monochromatic Colors of #EA8F9C
Black with #EA8F9C
Text Example
Text Example
White with #EA8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F9C; }
p { color: rgb(234,143,156); }
H1.HeaderClassName
{
color: #EA8F9C;
}
.AnyTagClassName
{
color: #EA8F9C;
}
</style>
background-color css
<style>
a { background-color: #EA8F9C; }
a { background-color: rgb(234,143,156); }
div.DivClassName
{
background-color: #EA8F9C;
}
.BgClassName
{
background-color: #EA8F9C;
}
</style>
border-color css
<style>
span { border-color: #EA8F9C; }
span { border-color: rgb(234,143,156); }
td.TdClassName
{
border-color: #EA8F9C;
}
.TagClassName
{
border-color: #EA8F9C;
}
</style>