Shades of Wewak #E69298
Tints of Wewak #E69298
RGB
CMYK
RGB Variations
Color information
#E69298 (or 0xE69298) is known color: Wewak. HEX triplet: E6, 92 and 98. RGB value is (230,146,152). Sum of RGB (Red+Green+Blue) = 230+146+152=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69298 is #196D67. Grayscale: #ABABAB. Windows color (decimal): -1666408 or 9999078. OLE color: 9999078.
HSL color Cylindrical-coordinate representation of color #E69298: hue angle of 355.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69298 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 152 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.10 |
| HSL | 355.71º | 0.63% | 0.74% | - |
| HSV(B) | 355.71º | 0.37% | 0.9% | - |
| XYZ | 48.58 | 39.65 | 34.8 | - |
| YUV | 171.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 152 | 0 | 0.37 | 0.34 | 0.10 | 355.71 | 0.63 | 0.74 |
| Hex | E6 | 92 | 98 | 0 | 25 | 22 | A | 164 | 3F | 4A |
| Octal | 346 | 222 | 230 | 0 | 45 | 42 | 12 | 544 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10011000 | 0 | 100101 | 100010 | 1010 | 101100100 | 111111 | 1001010 |
Color Harmonies of #E69298
Complementary color
Monochromatic Colors of #E69298
Black with #E69298
Text Example
Text Example
White with #E69298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69298; }
p { color: rgb(230,146,152); }
H1.HeaderClassName
{
color: #E69298;
}
.AnyTagClassName
{
color: #E69298;
}
</style>
background-color css
<style>
a { background-color: #E69298; }
a { background-color: rgb(230,146,152); }
div.DivClassName
{
background-color: #E69298;
}
.BgClassName
{
background-color: #E69298;
}
</style>
border-color css
<style>
span { border-color: #E69298; }
span { border-color: rgb(230,146,152); }
td.TdClassName
{
border-color: #E69298;
}
.TagClassName
{
border-color: #E69298;
}
</style>