Shades of Wewak #E08F9A
Tints of Wewak #E08F9A
RGB
CMYK
RGB Variations
Color information
#E08F9A (or 0xE08F9A) is known color: Wewak. HEX triplet: E0, 8F and 9A. RGB value is (224,143,154). Sum of RGB (Red+Green+Blue) = 224+143+154=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F9A is #1F7065. Grayscale: #A8A8A8. Windows color (decimal): -2060390 or 10129376. OLE color: 10129376.
HSL color Cylindrical-coordinate representation of color #E08F9A: hue angle of 351.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08F9A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 154 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.12 |
| HSL | 351.85º | 0.57% | 0.72% | - |
| HSV(B) | 351.85º | 0.36% | 0.88% | - |
| XYZ | 46.4 | 37.83 | 35.43 | - |
| YUV | 168.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 154 | 0 | 0.36 | 0.31 | 0.12 | 351.85 | 0.57 | 0.72 |
| Hex | E0 | 8F | 9A | 0 | 24 | 1F | C | 160 | 39 | 48 |
| Octal | 340 | 217 | 232 | 0 | 44 | 37 | 14 | 540 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10011010 | 0 | 100100 | 11111 | 1100 | 101100000 | 111001 | 1001000 |
Color Harmonies of #E08F9A
Complementary color
Monochromatic Colors of #E08F9A
Black with #E08F9A
Text Example
Text Example
White with #E08F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F9A; }
p { color: rgb(224,143,154); }
H1.HeaderClassName
{
color: #E08F9A;
}
.AnyTagClassName
{
color: #E08F9A;
}
</style>
background-color css
<style>
a { background-color: #E08F9A; }
a { background-color: rgb(224,143,154); }
div.DivClassName
{
background-color: #E08F9A;
}
.BgClassName
{
background-color: #E08F9A;
}
</style>
border-color css
<style>
span { border-color: #E08F9A; }
span { border-color: rgb(224,143,154); }
td.TdClassName
{
border-color: #E08F9A;
}
.TagClassName
{
border-color: #E08F9A;
}
</style>